https://github.com/i2tsuki/wsgi_status
Monitoring wsgi status as an upper wsgi middleware
https://github.com/i2tsuki/wsgi_status
python wsgi wsgi-middleware
Last synced: 27 days ago
JSON representation
Monitoring wsgi status as an upper wsgi middleware
- Host: GitHub
- URL: https://github.com/i2tsuki/wsgi_status
- Owner: i2tsuki
- License: mit
- Created: 2017-04-17T09:35:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T08:51:13.000Z (almost 8 years ago)
- Last Synced: 2025-11-30T14:44:15.849Z (about 1 month ago)
- Topics: python, wsgi, wsgi-middleware
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
WSGI-status
-----------
WSGI-status is a Python WSGI Middleware for monitoring WSGI application.
It records worker status and provide worker status as a file.
WSGI-status is inspired by uWSGI ``--stats`` option.
These metrics that uWSGI provide are not given by other WSGI server middleware such as Gunicorn.
WSGI-status provide worker metrics like uWSGI format.
Usage
-----
Examples echo.py with Gunicorn::
$ ./example.sh
And see ``examples/upperware.py`` directory.
License
-------
WSGI-status is released under the MIT License. See the LICENSE file for more details.