• antirez's avatar
    redis-cli --stat, stolen from redis-tools. · ec18d4bf
    antirez authored
    Redis-tools is a connection of tools no longer mantained that was
    intented as a way to economically make sense of Redis in the pre-vmware
    sponsorship era. However there was a nice redis-stat utility, this
    commit imports one of the functionalities of this tool here in redis-cli
    as it seems to be pretty useful.
    
    Usage: redis-cli --stat
    
    The output is similar to vmstat in the format, but with Redis specific
    stuff of course.
    
    From the point of view of the monitored instance, only INFO is used in
    order to grab data.
    ec18d4bf
redis-cli.c 47.5 KB