Skip to content

Commit

Permalink
README: Add missing fields description
Browse files Browse the repository at this point in the history
While at it update stats server documentation url.
  • Loading branch information
pfctdayelise authored and xrmx committed Jun 19, 2019
1 parent 4b241f3 commit 423ab88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ and to quit, press ``q``.
+--------+---------------------------------------------------------------+
| EXC | Exceptions |
+--------+---------------------------------------------------------------+
| SIG | Managed uwsgi signals |
+--------+---------------------------------------------------------------+
| STATUS | Worker is busy or free to use? |
+--------+---------------------------------------------------------------+
| AVG | Average request time |
Expand All @@ -62,8 +64,14 @@ and to quit, press ``q``.
+--------+---------------------------------------------------------------+
| TX | How much data was transmitted by the worker |
+--------+---------------------------------------------------------------+
| ReSpwn | Respawn count |
+--------+---------------------------------------------------------------+
| HC | Harakiri count |
+--------+---------------------------------------------------------------+
| RunT | How long the worker has been running |
+--------+---------------------------------------------------------------+
|LastSpwn| Last spawn time |
+--------+---------------------------------------------------------------+

Colors
------
Expand All @@ -83,4 +91,4 @@ much memory resources your uwsgi processes are consuming.
Further Reading
---------------

For more info on uWSGI Stats Server see http://projects.unbit.it/uwsgi/wiki/StatsServer
For more info on uWSGI Stats Server see https://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html

0 comments on commit 423ab88

Please sign in to comment.