NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
uwsgi fields
edituwsgi fields
edituwsgi module
uwsgi fields
editstatus fields
edituwsgi.status metricset fields
-
uwsgi.status.total.requests
-
type: long
Total requests handled
-
uwsgi.status.total.exceptions
-
type: long
Total exceptions
-
uwsgi.status.total.write_errors
-
type: long
Total requests write errors
-
uwsgi.status.total.read_errors
-
type: long
Total read errors
-
uwsgi.status.total.pid
-
type: long
Process id
-
uwsgi.status.worker.id
-
type: long
Worker id
-
uwsgi.status.worker.pid
-
type: long
Worker process id
-
uwsgi.status.worker.accepting
-
type: long
State of worker, 1 if still accepting new requests otherwise 0
-
uwsgi.status.worker.requests
-
type: long
Number of requests served by this worker
-
uwsgi.status.worker.delta_requests
-
type: long
Number of requests served by this worker after worker is reloaded when reached MAX_REQUESTS
-
uwsgi.status.worker.exceptions
-
type: long
Exceptions raised
-
uwsgi.status.worker.harakiri_count
-
type: long
Dropped requests by timeout
-
uwsgi.status.worker.signals
-
type: long
Emitted signals count
-
uwsgi.status.worker.signal_queue
-
type: long
Number of signals waiting to be handled
-
uwsgi.status.worker.status
-
type: keyword
Worker status (cheap, pause, sig, busy, idle)
-
uwsgi.status.worker.rss
-
type: keyword
Resident Set Size. memory currently used by a process. if always zero try
--memory-report
option of uwsgi -
uwsgi.status.worker.vsz
-
type: long
Virtual Set Size. memory size assigned to a process. if always zero try
--memory-report
option of uwsgi -
uwsgi.status.worker.running_time
-
type: long
Process running time
-
uwsgi.status.worker.respawn_count
-
type: long
Respawn count
-
uwsgi.status.worker.tx
-
type: long
Transmitted size
-
uwsgi.status.worker.avg_rt
-
type: long
Average response time
-
uwsgi.status.core.id
-
type: long
worker ID
-
uwsgi.status.core.worker_pid
-
type: long
Parent worker PID
-
uwsgi.status.core.requests.total
-
type: long
Number of total requests served
-
uwsgi.status.core.requests.static
-
type: long
Number of static file serves
-
uwsgi.status.core.requests.routed
-
type: long
Routed requests
-
uwsgi.status.core.requests.offloaded
-
type: long
Offloaded requests
-
uwsgi.status.core.write_errors
-
type: long
Number of failed writes
-
uwsgi.status.core.read_errors
-
type: long
Number of failed reads