2012/11/9 David Montgomery <[email protected]>:
> Wow..cool...I am using the graphite plugin.  I see two new
> metrics......busyiness and harikari.  What is the best explanation of those
> two?

busyness - % of time spent on serving requests (averaged for all
processes), if in last minute Your workers were running for 30
seconds, while being idle for remaining 30 seconds, than You have 50%
busyness. This is also used by cheaper busyness plugin (cheaper
algorithm, http://projects.unbit.it/uwsgi/wiki/CheaperBusyness)

harakiri - how many times Your workers were killed due reaching
harakiri time limit (if You set harakiri to 30 than worker will be
killed if he is handling request longer than 30 seconds)

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

Reply via email to