Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add redis_stat.py #43

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

add redis_stat.py #43

wants to merge 5 commits into from

Conversation

idning
Copy link

@idning idning commented Mar 16, 2014

support keyspace anslysis

$ time ./redis-rdb-tools/rdbtools/cli/redis_stat.py -k 'user-' -k 'file-' dump.rdb.part
         -         cnt  cnt_hash        cnt_string           mem        mem_hash        mem_string      z_cnt_no_expire       z_sum_expire
      user      220178    220178                 0      34886519        34886519                 0                    0     -81039445726.0
      file       71356         0             71356      15250363               0          15250363                    0     -26377119006.0
 z_unknown        2314         0              2314        252226               0            252226                 2314                  0
    zz_all      302813    220178             82635      52746444        34886519          17859925                 2314 -1.10728956618e+11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant