WARNING: Version 6.2 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. 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
edittype: long
Total requests handled
uwsgi.status.total.exceptions
edittype: long
Total exceptions
uwsgi.status.total.write_errors
edittype: long
Total requests write errors
uwsgi.status.total.read_errors
edittype: long
Total read errors
uwsgi.status.total.pid
edittype: long
Process id
uwsgi.status.worker.id
edittype: long
Worker id
uwsgi.status.worker.pid
edittype: long
Worker process id
uwsgi.status.worker.accepting
edittype: long
State of worker, 1 if still accepting new requests otherwise 0
uwsgi.status.worker.requests
edittype: long
Number of requests served by this worker
uwsgi.status.worker.delta_requests
edittype: long
Number of requests served by this worker after worker is reloaded when reached MAX_REQUESTS
uwsgi.status.worker.exceptions
edittype: long
Exceptions raised
uwsgi.status.worker.harakiri_count
edittype: long
Dropped requests by timeout
uwsgi.status.worker.signals
edittype: long
Emitted signals count
uwsgi.status.worker.signal_queue
edittype: long
Number of signals waiting to be handled
uwsgi.status.worker.status
edittype: keyword
Worker status (cheap, pause, sig, busy, idle)
uwsgi.status.worker.rss
edittype: keyword
Resident Set Size. memory currently used by a process. if always zero try --memory-report
option of uwsgi
uwsgi.status.worker.vsz
edittype: long
Virtual Set Size. memory size assigned to a process. if always zero try --memory-report
option of uwsgi
uwsgi.status.worker.running_time
edittype: long
Process running time
uwsgi.status.worker.respawn_count
edittype: long
Respawn count
uwsgi.status.worker.tx
edittype: long
Transmitted size
uwsgi.status.worker.avg_rt
edittype: long
Average response time
uwsgi.status.core.id
edittype: long
worker ID
uwsgi.status.core.worker_pid
edittype: long
Parent worker PID
uwsgi.status.core.requests.total
edittype: long
Number of total requests served
uwsgi.status.core.requests.static
edittype: long
Number of static file serves
uwsgi.status.core.requests.routed
edittype: long
Routed requests
uwsgi.status.core.requests.offloaded
edittype: long
Offloaded requests
uwsgi.status.core.write_errors
edittype: long
Number of failed writes
uwsgi.status.core.read_errors
edittype: long
Number of failed reads