> 2013/11/7 Roberto De Ioris <[email protected]> > >> >> Hi, this is a simple Curses::UI interface for realtime monitoring uWSGI >> metrics: >> >> https://github.com/unbit/unbit-bars >> > > nice! > is it provided to be alternative/complementary to uwsgitop?
unbit-bars it is at a lower-level, you can use it for custom metrics too, while uwsgitop is basically hardcoded. > > ... any chance to be able to monitor even spoolers via uwsgitop (or > unbit-bars)? > > while a 'spooler' namespace is assigned (http://uwsgi-docs.readthedocs.org/en/latest/Metrics.html) i think you'd better to write custom metrics for your tasks (you can pass any metrics to unbit-bars, even the one you manages from your app). The official spooler metrics will only be able to export fea infos (like the number of successfull/failed tasks and so on) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
