Il giorno 17/ago/2011, alle ore 16:53, Mike Zupan ha scritto:

>> 
>> 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)
>> 
> 
> These options would need to be installed on the client side app if I'm
> reading them correctly? I'm looking to do hosting with uwsgi and won't
> have access to clients code.
> 

You could force each instance to enable snmp on a different port. Then you can 
get statistics with tools like mrtg or cacti (cacti makes far better gfx IMHO)

http://projects.unbit.it/uwsgi/wiki/UseSnmp

Do not waste time trying to protect it, the data it exports are read-only 
(there are 2 group of data, the second one is editable by the user but you do 
not need it) so you can use even the same community string for all of the 
customers :)

--
Roberto De Ioris
http://unbit.it
JID: [email protected]

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

Reply via email to