Monitors performance metrics exposed by Stats Server
.
Following charts are drawn:
-
Requests
- requests per second
- transmitted data
- average request time
-
Memory
- rss
- vsz
-
Exceptions
-
Harakiris
-
Respawns
Edit the python.d/uwsgi.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/uwsgi.conf
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
.