Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emischorr/node-redis-monitor
Live redis server monitor
https://github.com/emischorr/node-redis-monitor
Last synced: about 5 hours ago
JSON representation
Live redis server monitor
- Host: GitHub
- URL: https://github.com/emischorr/node-redis-monitor
- Owner: emischorr
- Created: 2012-05-10T13:25:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2011-03-13T23:00:35.000Z (over 13 years ago)
- Last Synced: 2023-03-23T03:46:44.964Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
node-redis-monitor
==================node-redis-monitor displays statistics about the requests sent to a Redis server.
Screenshots
===========![Screenshot 1](http://s7.directupload.net/images/110313/rxzciu2b.png)
Installation
============The following versions are required for node-redis-monitor:
* Node.js >= 0.4.0
* npm >= 0.1.25
* redis-cliInstall it simply via npm:
npm install node-redis-monitor
Instructions
============Usage: redis-monitor [options]
-?, --help Display this help message.
-h, --host [HOSTNAME] Set the hostname to connect to
-p, --port [PORT] Set the port to connect to
-a, --password [PASSWORD] Set the password to authenticate with
-i, --interval [INTERVAL] Set the refresh interval in secondsLicense
=======Copyright (c) 2011 [FILSH Media GmbH](http://www.filshmedia.net), released under the MIT license