diff options
author | Tim van Dijen <tvdijen@gmail.com> | 2016-05-10 10:28:08 +0200 |
---|---|---|
committer | Tim van Dijen <tvdijen@gmail.com> | 2016-05-10 10:28:08 +0200 |
commit | f81a1baca3342a4fcea06dc6c7d3e89607e7277c (patch) | |
tree | c51171a74062c6341d2fa28cf5eb3ceb6ac108e1 /modules | |
parent | 2e634cf8fcaec4de45728866141d5aafdca3f9c0 (diff) | |
download | simplesamlphp-f81a1baca3342a4fcea06dc6c7d3e89607e7277c.zip simplesamlphp-f81a1baca3342a4fcea06dc6c7d3e89607e7277c.tar.gz simplesamlphp-f81a1baca3342a4fcea06dc6c7d3e89607e7277c.tar.bz2 |
Update memcachestat.definition.json
Added missing definitions
Diffstat (limited to 'modules')
-rw-r--r-- | modules/memcacheMonitor/dictionaries/memcachestat.definition.json | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json index 010e48f..5b29d83 100644 --- a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json +++ b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json @@ -55,5 +55,56 @@ }, "limit_maxbytes": { "en": "Total storage avail" + }, + "pointer_size": { + "en": "Pointer size (bits)" + }, + "delete_misses": { + "en": "Total DELETE commands (failed)" + }, + "delete_hits": { + "en": "Total DELETE commands (success)" + }, + "incr_misses": { + "en": "Total INCR commands (failed)" + }, + "incr_hits": { + "en": "Total INCR commands (success)" + }, + "decr_misses": { + "en": "Total DECR commands (failed)" + }, + "decr_hits": { + "en": "Total DECR commands (success)" + }, + "cas_misses": { + "en": "Total CAS commands (failed)" + }, + "cas_hits": { + "en": "Total CAS commands (success)" + }, + "cas_badval": { + "en": "Total bad CAS identifiers" + }, + "auth_cmds": { + "en": "Total authentication commands processed" + }, + "auth_errors": { + "en": "Total authentication commands failed" + }, + "accepting_conns": { + "en": "Currently accepting new connections" + }, + "listen_disabled_num": { + "en": "Total number of denied connections (connection limit)" + }, + "threads": { + "en": "Number of available threads" + }, + "conn_yields": { + "en": "Number of times the request limit was reached" + }, + "evictions": { + "en": "Number of objects removed from cache (memory limit)" } -}
\ No newline at end of file +} |