Sha256: 844be1e7ea89a917396607eebac3d1ecad62dde19821847a8a0de6000dbf939c
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# redis-stat A command-line Redis monitoring tool written in Ruby. ## Installation ``` gem install redis-stat ``` ## Usage ``` usage: redis-stat [HOST[:PORT] ...] [INTERVAL [COUNT]] --auth=PASSWORD Password --csv=OUTPUT_CSV_FILE_PATH Save the result in CSV format -v, --verbose Show more info --style=STYLE Output style: unicode|ascii --no-color Suppress ANSI color codes --version Show version --help Show this message ``` ## Examples ``` redis-stat redis-stat 1 redis-stat 1 10 redis-stat localhost:6380 1 10 redis-stat localhost localhost:6380 localhost:6381 5 redis-stat localhost localhost:6380 1 10 --csv=/tmp/output.csv --verbose ``` ## Screenshot ![](https://github.com/junegunn/redis-stat/raw/master/screenshots/redis-stat-0.2.4.png) ## Contributors - [Junegunn Choi](https://github.com/junegunn) - [Chris Meisl](https://github.com/cmeisl) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis-stat-0.2.7 | README.md |
redis-stat-0.2.6 | README.md |