A new release of uwsgitop (top-like app for uWSGI) is available.

* It now uses colors, for fast identification of processes status

* masterpid is reported

* RT (running time) column has been renamed to RunT

* TX values higher than 9999999 will be rewritten as Megabytes

You can install/upgrade with

pip install uwsgitop

or

pip install --upgrade uwsgitop

Special note for OSX users:

It looks like xterm-color TERM type is not supported by ncurses/python
curses.
If you are using an OSX terminal, change its TERM value to xterm or
xterm-256color (from its preferences) or run uwsgitop with

TERM=xterm uwsgitop <addr>


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to