uWSGI monitoring with Netdata
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
Configuration
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
.
Was this page helpful?
Need further help?
Search for an answer in our community forum.
Contribute
- Join our community forum
- Learn how to contribute to Netdata's open-source project
- Submit a feature request