IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

uwsgi fields

edit

uwsgi module

uwsgi fields

edit

status fields

edit

uwsgi.status metricset fields

uwsgi.status.total.requests

edit

type: long

Total requests handled

uwsgi.status.total.exceptions

edit

type: long

Total exceptions

uwsgi.status.total.write_errors

edit

type: long

Total requests write errors

uwsgi.status.total.read_errors

edit

type: long

Total read errors

uwsgi.status.total.pid

edit

type: long

Process id

uwsgi.status.worker.id

edit

type: long

Worker id

uwsgi.status.worker.pid

edit

type: long

Worker process id

uwsgi.status.worker.accepting

edit

type: long

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

uwsgi.status.worker.requests

edit

type: long

Number of requests served by this worker

uwsgi.status.worker.delta_requests

edit

type: long

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

uwsgi.status.worker.exceptions

edit

type: long

Exceptions raised

uwsgi.status.worker.harakiri_count

edit

type: long

Dropped requests by timeout

uwsgi.status.worker.signals

edit

type: long

Emitted signals count

uwsgi.status.worker.signal_queue

edit

type: long

Number of signals waiting to be handled

uwsgi.status.worker.status

edit

type: keyword

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

uwsgi.status.worker.rss

edit

type: keyword

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

uwsgi.status.worker.vsz

edit

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

edit

type: long

Process running time

uwsgi.status.worker.respawn_count

edit

type: long

Respawn count

uwsgi.status.worker.tx

edit

type: long

Transmitted size

uwsgi.status.worker.avg_rt

edit

type: long

Average response time

uwsgi.status.core.id

edit

type: long

worker ID

uwsgi.status.core.worker_pid

edit

type: long

Parent worker PID

uwsgi.status.core.requests.total

edit

type: long

Number of total requests served

uwsgi.status.core.requests.static

edit

type: long

Number of static file serves

uwsgi.status.core.requests.routed

edit

type: long

Routed requests

uwsgi.status.core.requests.offloaded

edit

type: long

Offloaded requests

uwsgi.status.core.write_errors

edit

type: long

Number of failed writes

uwsgi.status.core.read_errors

edit

type: long

Number of failed reads