0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 03:02:41 +00:00
netdata_netdata/collectors/python.d.plugin/uwsgi
Promise Akpan f5006d51e8 Fix Markdown Lint warnings ()
* 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
2019-08-15 13:06:39 +02:00
..
Makefile.inc Added uwsgi plugin () 2018-10-17 17:17:45 +03:00
README.md Fix Markdown Lint warnings () 2019-08-15 13:06:39 +02:00
uwsgi.chart.py [python] make units compliant with IEC standard () 2018-12-17 18:50:20 +03:00
uwsgi.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00

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:

  1. Requests

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

    • rss
    • vsz
  3. Exceptions

  4. Harakiris

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

analytics