memcached.bytes | gauge | int | By | development | yes | | Current number of bytes used by this server to store items. |
memcached.commands | sum (monotonic) | int | {commands} | development | yes | command (string) | Commands executed. |
memcached.connections.current | sum | int | {connections} | development | yes | | The current number of open connections. |
memcached.connections.total | sum (monotonic) | int | {connections} | development | yes | | Total number of connections opened since the server started running. |
memcached.cpu.usage | sum (monotonic) | double | s | development | yes | state (string) | Accumulated user and system time. |
memcached.current_items | sum | int | {items} | development | yes | | Number of items currently stored in the cache. |
memcached.evictions | sum (monotonic) | int | {evictions} | development | yes | | Cache item evictions. |
memcached.network | sum (monotonic) | int | By | development | yes | direction (string) | Bytes transferred over the network. |
memcached.operation_hit_ratio | gauge | double | % | development | yes | operation (string) | Hit ratio for operations, expressed as a percentage value between 0.0 and 100.0. |
memcached.operations | sum (monotonic) | int | {operations} | development | yes | operation (string), type (string) | Operation counts. |
memcached.threads | sum | int | {threads} | development | yes | | Number of threads used by the memcached instance. |