Skip to content

Instantly share code, notes, and snippets.

@fajarhide
Created November 14, 2017 06:52
Show Gist options
  • Save fajarhide/99b4437513302f2f8edb9740de76531f to your computer and use it in GitHub Desktop.
Save fajarhide/99b4437513302f2f8edb9740de76531f to your computer and use it in GitHub Desktop.
memcache
echo stats | nc 127.0.0.1 11211
STAT pid 22020
STAT uptime 3689364
STAT time 1227753109
STAT version 1.2.5
STAT pointer_size 64
STAT rusage_user 4543.071348
STAT rusage_system 8568.293421
STAT curr_items 139897
STAT total_items 51710845
STAT bytes 360147055
STAT curr_connections 40
STAT total_connections 66762
STAT connection_structures 327
STAT cmd_get 319992973
STAT cmd_set 51710845
STAT get_hits 280700485
STAT get_misses 39292488
STAT evictions 849165
STAT bytes_read 141320046298
STAT bytes_written 544357801590
STAT limit_maxbytes 402653184
STAT threads 4
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment