KSriHarsha591 / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
0 stars 0 forks source link

Update memcached graphs for newer stats #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On memcached 1.4.1, we have more stats:

# echo "stats
> quit" | nc 10.0.0.7 11211
STAT pid 28840
STAT uptime 4533933
STAT time 1261861198
STAT version 1.4.1
STAT pointer_size 64
STAT rusage_user 34559.804111
STAT rusage_system 45632.340829
STAT curr_connections 29
STAT total_connections 2551625
STAT connection_structures 128
STAT cmd_get 1626475867
STAT cmd_set 643668292
STAT cmd_flush 0
STAT get_hits 1038797673
STAT get_misses 587678194
STAT delete_misses 844924
STAT delete_hits 1372842
STAT incr_misses 0
STAT incr_hits 0
STAT decr_misses 0
STAT decr_hits 0
STAT cas_misses 0
STAT cas_hits 0
STAT cas_badval 0
STAT bytes_read 562910231240
STAT bytes_written 1028859975901
STAT limit_maxbytes 402653184
STAT accepting_conns 1
STAT listen_disabled_num 0
STAT threads 5
STAT conn_yields 0
STAT bytes 322670865
STAT curr_items 634248
STAT total_items 643668292
STAT evictions 2929073
END

Original issue reported on code.google.com by baron.schwartz on 26 Dec 2009 at 9:01

GoogleCodeExporter commented 8 years ago
Removing unused labels.

Original comment by baron.schwartz on 16 Apr 2010 at 2:14