Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/memcached_mon
A processing hack for visualizing memcached data in real(ish) time.
https://github.com/dustin/memcached_mon
Last synced: 3 days ago
JSON representation
A processing hack for visualizing memcached data in real(ish) time.
- Host: GitHub
- URL: https://github.com/dustin/memcached_mon
- Owner: dustin
- Created: 2010-01-20T22:36:21.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-29T19:23:57.000Z (over 11 years ago)
- Last Synced: 2024-11-11T13:06:28.045Z (about 1 month ago)
- Language: Processing
- Homepage:
- Size: 686 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# memcached mon
This is a tool I wrote for myself when working on something where I
needed to see what was happening at a very high resolution.It's a hack, but I've had a couple people ask me about it, so I
figured I'd let them see how it works.![memcached_mon](http://img.skitch.com/20100120-pex15eidumraeixhsfwsjjsqwn.png)
## Requirements
In order to do anything with this, you'll need a recent build of
[processing](http://processing.org/).With that, you should just be able to open the .pde and start editing.
## Usage
The server IP address and port number and list of stats to view are
hard-coded. The meters auto-layout so adding things to look at is
pretty easy, but you do have to edit the code to do anything useful.