google-code-export / mysql-cacti-templates

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

Graph memcached stats #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Memcached templates should be a separate set of templates.

Original issue reported on code.google.com by baron.schwartz on 13 Oct 2008 at 2:04

GoogleCodeExporter commented 9 years ago
Would be best not to require Memcache thingie from PECL, and to be able to do 
this
remotely (via SSH) too.

http://code.sixapart.com/svn/memcached/trunk/server/scripts/memcached-tool

Maybe it can be done with nc:

echo "stats" | nc 10.0.0.7 11211

Or maybe even with normal bash, but I don't want to rely on that (echoing into 
/dev/tcp).

Original comment by baron.schwartz on 10 Nov 2008 at 4:28

GoogleCodeExporter commented 9 years ago
Seems to be done in r150

Original comment by baron.schwartz on 11 Nov 2008 at 1:25