Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenmcd/gunicorn-console
A curses application for managing gunicorn processes.
https://github.com/stephenmcd/gunicorn-console
Last synced: 5 days ago
JSON representation
A curses application for managing gunicorn processes.
- Host: GitHub
- URL: https://github.com/stephenmcd/gunicorn-console
- Owner: stephenmcd
- License: bsd-2-clause
- Created: 2010-05-28T10:28:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T11:48:31.000Z (over 11 years ago)
- Last Synced: 2024-10-31T22:32:34.849Z (11 days ago)
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 90
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
================
gunicorn-console
================Created by `Stephen McDonald `_
A curses application for managing gunicorn processes. The ``ps`` command is
polled for gunicorn processes named with the ``setproctitle`` package and its
output is parsed to display a list of gunicorn processes showing the process
ID, port, name, rough memory used and number of workers for each gunicorn.
A gunicorn in the list can then be selected and several operations are
supported via keypresses such as modifying the number of worker process per
gunicorn as well as reloading or shutting down the master gunicorn process.Dependencies
============* `setproctitle `_
.. image:: http://media.tumblr.com/tumblr_l35pgbDlII1qa0qji.gif