Tina Luedtke c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 years ago
..
Makefile.inc ad3ff17ac1 Added uwsgi plugin (#4404) 6 years ago
README.md c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 years ago
uwsgi.chart.py f1d133190b collectors/python.d: format modules code (#7832) 5 years ago
uwsgi.conf 5286dae8eb python.d.plugin update (#4936) 6 years ago

README.md

uWSGI monitoring with Netdata

Monitors performance metrics exposed by Stats Server.

Following charts are drawn:

  1. Requests

    • requests per second
    • transmitted data
    • average request time
  2. Memory

    • rss
    • vsz
  3. Exceptions

  4. Harakiris

  5. 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.