uwsgi fieldsedit

uwsgi module

uwsgi fieldsedit

status fieldsedit

uwsgi.status metricset fields

uwsgi.status.total.requestsedit

type: long

Total requests handled

uwsgi.status.total.exceptionsedit

type: long

Total exceptions

uwsgi.status.total.write_errorsedit

type: long

Total requests write errors

uwsgi.status.total.read_errorsedit

type: long

Total read errors

uwsgi.status.total.pidedit

type: long

Process id

uwsgi.status.worker.idedit

type: long

Worker id

uwsgi.status.worker.pidedit

type: long

Worker process id

uwsgi.status.worker.acceptingedit

type: long

State of worker, 1 if still accepting new requests otherwise 0

uwsgi.status.worker.requestsedit

type: long

Number of requests served by this worker

uwsgi.status.worker.delta_requestsedit

type: long

Number of requests served by this worker after worker is reloaded when reached MAX_REQUESTS

uwsgi.status.worker.exceptionsedit

type: long

Exceptions raised

uwsgi.status.worker.harakiri_countedit

type: long

Dropped requests by timeout

uwsgi.status.worker.signalsedit

type: long

Emitted signals count

uwsgi.status.worker.signal_queueedit

type: long

Number of signals waiting to be handled

uwsgi.status.worker.statusedit

type: keyword

Worker status (cheap, pause, sig, busy, idle)

uwsgi.status.worker.rssedit

type: keyword

Resident Set Size. memory currently used by a process. if always zero try --memory-report option of uwsgi

uwsgi.status.worker.vszedit

type: long

Virtual Set Size. memory size assigned to a process. if always zero try --memory-report option of uwsgi

uwsgi.status.worker.running_timeedit

type: long

Process running time

uwsgi.status.worker.respawn_countedit

type: long

Respawn count

uwsgi.status.worker.txedit

type: long

Transmitted size

uwsgi.status.worker.avg_rtedit

type: long

Average response time

uwsgi.status.core.idedit

type: long

worker ID

uwsgi.status.core.worker_pidedit

type: long

Parent worker PID

uwsgi.status.core.requests.totaledit

type: long

Number of total requests served

uwsgi.status.core.requests.staticedit

type: long

Number of static file serves

uwsgi.status.core.requests.routededit

type: long

Routed requests

uwsgi.status.core.requests.offloadededit

type: long

Offloaded requests

uwsgi.status.core.write_errorsedit

type: long

Number of failed writes

uwsgi.status.core.read_errorsedit

type: long

Number of failed reads