xrmx / uwsgitop

top-like app for monitoring uWSGI instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a document describe the meaning of each item?

hupantingxue opened this issue · comments

WID % PID REQ RPS EXC SIG STATUS AVG RSS VSZ TX RunT
1 0.0 4452 0 0 0 0 idle 0ms 0 0 0 0q

I didn't see any docs except uwsgitop source code, but all are self-explained.

WID    = Worker ID
%      = Worker usage
PID    = Worker PID
REQ    = How many requests worker did since worker (re)spawn
RPS    = Requests per second
EXC    = Exceptions (no idea what exceptions)
STATUS = Worker is busy or free to use?
AVG    = Average request time
RSS    = Worker RSS (Resident Set Size, see linux memory management)
VSZ    = Worker VSZ (Virtual Memory Size, see linux memory management)
TX     = How many data was transmitted by worker
RunT   = How long worker is working
SIG    = Number of signal functions executed ?

this can be closed since #29 is now merged.

@iiSeymour thanks for noting this can be closed

@xrmx no problem.