Created
August 15, 2011 14:55
-
-
Save jcalvert/1146918 to your computer and use it in GitHub Desktop.
memcachestats
This file contains 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
[jcalvert@aws-smm-01 sinatra-magic-mirror]$ memcached-tool localhost:11211 stats | |
#localhost:11211 Field Value | |
accepting_conns 1 | |
auth_cmds 0 | |
auth_errors 0 | |
bytes 630343442 | |
bytes_read 453062735 | |
bytes_written 1109137 | |
cas_badval 0 | |
cas_hits 0 | |
cas_misses 0 | |
cmd_flush 0 | |
cmd_get 15570 | |
cmd_set 8337215 | |
conn_yields 384916 | |
connection_structures 1001 | |
curr_connections 7 | |
curr_items 6855933 | |
decr_hits 0 | |
decr_misses 0 | |
delete_hits 0 | |
delete_misses 0 | |
evictions 0 | |
get_hits 6 | |
get_misses 15564 | |
incr_hits 0 | |
incr_misses 0 | |
limit_maxbytes 6291456000 | |
listen_disabled_num 7 | |
pid 10107 | |
pointer_size 64 | |
reclaimed 0 | |
rusage_system 9.239595 | |
rusage_user 7.000935 | |
threads 4 | |
time 1313420028 | |
total_connections 16643 | |
total_items 8337215 | |
uptime 86330 | |
version 1.4.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment