Getting
memcached
Statistics
1384
Statistic
Data type
Description
Version
rusage_system
32u:32u
Total system time for this instance
(seconds:microseconds).
curr_items
32u
Current number of items stored by this instance.
total_items
32u
Total number of items stored during the life of this
instance.
bytes
64u
Current number of bytes used by this server to store
items.
curr_connections
32u
Current number of open connections.
total_connections
32u
Total number of connections opened since the server
started running.
connection_structures
32u
Number of connection structures allocated by the
server.
cmd_get
64u
Total number of retrieval requests (
get
operations).
cmd_set
64u
Total number of storage requests (
set
operations).
get_hits
64u
Number of keys that have been requested and found
present.
get_misses
64u
Number of items that have been requested and not
found.
delete_hits
64u
Number of keys that have been deleted and found
present.
1.3.x
delete_misses
64u
Number of items that have been delete and not found.
1.3.x
incr_hits
64u
Number of keys that have been incremented and found
present.
1.3.x
incr_misses
64u
Number of items that have been incremented and not
found.
1.3.x
decr_hits
64u
Number of keys that have been decremented and
found present.
1.3.x
decr_misses
64u
Number of items that have been decremented and not
found.
1.3.x
cas_hits
64u
Number of keys that have been compared and
swapped and found present.
1.3.x
cas_misses
64u
Number of items that have been compared and
swapped and not found.
1.3.x
cas_badvalue
64u
Number of keys that have been compared and
swapped, but the comparison (original) value did not
match the supplied value.
1.3.x
evictions
64u
Number of valid items removed from cache to free
memory for new items.
bytes_read
64u
Total number of bytes read by this server from network.
bytes_written
64u
Total number of bytes sent by this server to network.
limit_maxbytes
32u
Number of bytes this server is permitted to use for
storage.
threads
32u
Number of worker threads requested.
conn_yields
64u
Number of yields for connections (related to the
-R
option).
1.4.0
The most useful statistics from those given here are the number of cache hits, misses, and evictions.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...