Created
May 28, 2014 12:16
-
-
Save mre/3fdae7cf977be6b806a5 to your computer and use it in GitHub Desktop.
Redis commandstats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| info commandstats | |
| $1158 | |
| # Commandstats | |
| cmdstat_get:calls=344336405,usec=1084573265,usec_per_call=3.15 | |
| cmdstat_set:calls=86516,usec=590904,usec_per_call=6.83 | |
| cmdstat_setex:calls=28000873,usec=262906699,usec_per_call=9.39 | |
| cmdstat_del:calls=4138776,usec=12168359,usec_per_call=2.94 | |
| cmdstat_exists:calls=967,usec=2135,usec_per_call=2.21 | |
| cmdstat_sadd:calls=5214906740,usec=4204169654,usec_per_call=0.81 | |
| cmdstat_srem:calls=4135644,usec=20366147,usec_per_call=4.92 | |
| cmdstat_scard:calls=2,usec=7,usec_per_call=3.50 | |
| cmdstat_incrby:calls=5214906740,usec=9521144540,usec_per_call=1.83 | |
| cmdstat_select:calls=268500083,usec=524753140,usec_per_call=1.95 | |
| cmdstat_expire:calls=5214970662,usec=3068355618,usec_per_call=0.59 | |
| cmdstat_ping:calls=165199,usec=245282,usec_per_call=1.48 | |
| cmdstat_bgsave:calls=23,usec=9550524,usec_per_call=415240.19 | |
| cmdstat_psync:calls=1,usec=417244,usec_per_call=417244.00 | |
| cmdstat_replconf:calls=582657,usec=569190,usec_per_call=0.98 | |
| cmdstat_info:calls=5218,usec=585654,usec_per_call=112.24 | |
| cmdstat_config:calls=14,usec=15674,usec_per_call=1119.57 | |
| cmdstat_client:calls=1,usec=754,usec_per_call=754.00 | |
| cmdstat_slowlog:calls=5,usec=433,usec_per_call=86.60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment