Skip to content

cmeisl/redis-stat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
        --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

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

About

A command-line Redis monitoring tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%