Very nice :) looks useful.

Since you've already done some work on this, do you have anything other
suprises that I can expect from implementing a polling service against
memcached? Non-related to spymemcached since I'll just be using the
TelnetClient. Thanks.

-ts

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Dustin
Sent: Tuesday, May 25, 2010 2:47 PM
To: memcached
Subject: Re: Using Java to Telnet into memcached


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

Reply via email to