mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 03:02:41 +00:00
![]() * make remark access all directories * detailed fix after autofix by remark lint * cross check autofix for this set of files * crosscheck more files * crosschecking and small fixes * crosscheck autofixed md files |
||
---|---|---|
.. | ||
Makefile.inc | ||
README.md | ||
uwsgi.chart.py | ||
uwsgi.conf |
uwsgi
Module monitor uwsgi performance metrics.
https://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html
lines are creates dynamically based on how many workers are there
Following charts are drawn:
-
Requests
- requests per second
- transmitted data
- average request time
-
Memory
- rss
- vsz
-
Exceptions
-
Harakiris
-
Respawns
configuration
socket:
name : 'local'
socket : '/tmp/stats.socket'
localhost:
name : 'local'
host : 'localhost'
port : 1717
When no configuration file is found, module tries to connect to TCP/IP socket: localhost:1717
.