Stats
The stats
command analyzes the Redis database and displays keyspace statistics as well as keys that could be problematic during a live replication.
The basic usage is:
riotx stats [OPTIONS]
For the full usage, run:
riotx stats --help
--mem <size>
-
Memory usage threshold above which a key is considered big
--byterate <size>
-
Write bandwidth above which a key is considered problematic.
Example: Keys over 3MB in memory usage and 10MB in write rate
riotx stats --mem 3mb --byterate 10mb