You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each virtual appliance we have its own GUI tab, available only if this appliance is running
This list below is a subset of the full state command, which seems to be more useful
Information element
curr_items - Current number of items stored: gauge chart
total_items - Total number of items stored since server started: text
bytes - Current number of bytes used store items: text
curr_connections - Number of open connections: gauge chart
total_connections - Total number of connections opened since server started running: text
cmd_get - Cumulative number of retrieval reqs - derived chart
cmd_set - Cumulative number of storage reqs - derived chart
cmd_flush - Cumulative number of flush reqs - derived chart
cmd_touch - Cumulative number of touch reqs - derived chart
get_hits - Number of keys that have been requested found present - text
get_misses - Number of items that have been requested not found - text
delete_misses - Number of deletions reqs for missing keys - text
delete_hits - Number of deletion reqs resulting in item being removed -text
evictions - Number of valid items removed from cache free memory for new items - derived chart
bytes_read - Total number of bytes read by this server network - derived chart
bytes_written - Total number of bytes sent by this server network - derived chart
Each virtual appliance we have its own GUI tab, available only if this appliance is running
This list below is a subset of the full state command, which seems to be more useful
Information element
source:
https://github.com/memcached/memcached/blob/master/doc/protocol.txt
The text was updated successfully, but these errors were encountered: