xrmx / uwsgitop

top-like app for monitoring uWSGI instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uwsgitop should display async cores too

Jajcus opened this issue · comments

When using uWSGI with the gevent loop with many async cores running on a single worker, uwsgitop will show statistics for the one worker only, which is not very useful.

It should be possible to display status of the async cores too.

seems reasonable, feel free to make a pull request