Il giorno 17/ago/2011, alle ore 00:47, Mike Zupan ha scritto: > I looked around the docs and didn't find much.. but is there an option > to enable a server status or get data out of uwsgi about how many > requests per second and such it is doing. > > thanks > Mike
The uwsgi.workers() dictionary will return a lot of infos about worker status. Check the uwsgicc app (in the current tip it exports per-app statistics too) There is even an example (always in the mercurial repository) using rrdtool. If you are using Django there is the django_uwsgi app I use this one: http://projects.unbit.it/info (this is a simple app putting the output of uwsgi.workers() in a table) -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
