Skip to content

CalPolyResDev/uwsgicachetop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uwsgicachetop

A top like tool which shows statistics about uwsgi caches. Inspired by uwsgitop (https://github.com/unbit/uwsgitop).

Install

checkout the repository and run setup.py or simply use easy_install or pip

pip install uwsgicachetop

Usage

Run your uWSGI server with the stats server enabled, Ex.:

uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket

Then connect uwsgicachetop to the stats socket

uwsgicachetop /tmp/stats.socket

To quit, press 'q'.

more info about the uwsgi Stats Server on http://projects.unbit.it/uwsgi/wiki/StatsServer

About

Top like utility for uwsgi caches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%