On May 25, 11:03 am, "Tim Sneed" <[email protected]> wrote: > Since I am only interested in polling the stats command output I don't want > the overhead of some java client slowing me down (yes it may be miniscule > but in a real-time monitoring env I need all I can get).
I have a "realtime" stat visualization tool[0] I run against memcached using spymemcached. It's more of a bandwidth problem, than a client-side performance problem. I tend to run at 8fps just because any faster over WAN links (where I typically run it) has diminishing returns, but it's fine at a lot higher. Of course, sufficiently higher even on LANs and you eat up all of your server resources just asking how much work it's doing. [0] http://github.com/dustin/memcached_mon
