Hi
here is a memcache statistics script
http://livebookmark.net/journal/2008/08/28/memcachephp-flushes-servers/
Is under the gpl.
Hi
here is a memcache statistics script
http://livebookmark.net/journal/2008/08/28/memcachephp-flushes-servers/
Is under the gpl.
Comments
Comment #1
vacilando commentedSubscribing
Comment #2
fizk commentedThanks bennos, I hope someone using memcache will help us out here. I'm only running APC.
Comment #3
bennos commentedHave Memcache on some servers installed. How can I help?
Comment #4
fizk commentedCan you convert http://livebookmark.net/memcachephp/memcachephp.zip into something usable by this module?
I'll add /admin/cacherouter_stats/memcache to the menu, like so:
All you have to do is make a directory called "memcache" and implement the function
cacherouter_stats_memcache_adminin the filecacherouter_stats.memcache.inc.The function
cacherouter_stats_memcache_adminwill display memcache statistics.Comment #5
fizk commentedMemcache was surpisingly easy to setup... :) I'll start working on this task tonight.
Comment #6
fizk commentedok, this is done! Will be available in the next release.
Comment #7
bennos commentedwow you are fast.
Comment #8
vacilando commentedDoes this visualize stats for Memcache API as well?
Comment #9
fizk commentedThe function that sends commands looks like this:
where command will be a string, like "stats".
Comment #10
fizk commentedbennos, thanks :)