NOTICE: This package has been removed from pkgsrc

./wip/py-uwsgitop, Command to interface with the uWSGI stats server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.2, Package name: py27-uwsgitop-0.6.2, Maintainer: pkgsrc-users

uwsgitop is a top-like command that uses the stats server. Run your uWSGI server
with the stats server enabled. Ex.:

uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket

Then, connect uwsgitop to the stats socket:

uwsgitop /tmp/stats.socket


Required to run:
[devel/py-curses] [converters/py-simplejson] [lang/python27]

Master sites:

SHA1: 9df74ab55e3f5b1483967b11103b4d77f3660952
RMD160: 757a8c262a6041c6f95003d11b8683433e4ac9b2
Filesize: 2.227 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-05 16:12:21 by othyro | Files touched by this commit (4) | Package removed
Log message:
py-uwsgitop was imported to HEAD/www. Removing.
   2014-01-04 16:58:32 by othyro | Files touched by this commit (1)
Log message:
Curses! This package needs devel/py-curses.
   2014-01-03 05:39:28 by othyro | Files touched by this commit (4)
Log message:
Import py27-uwsgitop-0.6.2 as wip/py-uwsgitop.

uwsgitop is a top-like command that uses the stats server. Run your uWSGI server
with the stats server enabled. Ex.:

uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket

Then, connect uwsgitop to the stats socket:

uwsgitop /tmp/stats.socket