Monitoring Memcached w/ Evident ClearStone

2010-10-13 Thread Tim Sneed
To Fellow Memcached Users, Evident Software would like to invite you to the following webinar. Date/Time: October 21, 2010 (Thursday) – 2pm EST Duration: 45 minutes Webinar Topic Attendees will learn how Evident ClearStone can be used to monitor and manage your Cassandra, Memcached, or Oracle Co

RE: Using Java to Telnet into memcached

2010-05-25 Thread Tim Sneed
r free. Try it first and profile it instead of assuming it's a bad solution. /Henrik On Tue, May 25, 2010 at 19:34, Tim Sneed wrote: Hey all, I am attempting to use a standard Java telnet client (commons.net.TelnetClient) but am having some trouble completing the connection. Once I run

RE: Using Java to Telnet into memcached

2010-05-25 Thread Tim Sneed
- From: memcached@googlegroups.com [mailto:memcac...@googlegroups.com] 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" wrote: > Since I am only interested in polling the stats

RE: Using Java to Telnet into memcached

2010-05-25 Thread Tim Sneed
. On May 25, 10:34 am, "Tim Sneed" wrote: > Hey all, > > I am attempting to use a standard Java telnet client > (commons.net.TelnetClient) but am having some trouble completing the > connection. Once I run my Java test I see on the memcached console "<30 new >

RE: Using Java to Telnet into memcached

2010-05-25 Thread Tim Sneed
Java to Telnet into memcached Not familiar with java TelNet client, but I query memcached for stats just using bash scripts and nc/telnet... Why do you need java for that? On Tue, May 25, 2010 at 1:34 PM, Tim Sneed wrote: Hey all, I am attempting to use a standard Java telnet client

RE: Using Java to Telnet into memcached

2010-05-25 Thread Tim Sneed
etcat, etc. and had no problems. The telnet client isn't trying to do extra work that would confuse memcached or something, is it? It should be very trivial to use nio classes to whip up something to send a stats command periodically... On Tue, May 25, 2010 at 1:34 PM, Tim Sneed wrote:

Using Java to Telnet into memcached

2010-05-25 Thread Tim Sneed
Hey all, I am attempting to use a standard Java telnet client (commons.net.TelnetClient) but am having some trouble completing the connection. Once I run my Java test I see on the memcached console "<30 new auto-negotiating client connection" but then it just hangs there, eventually timing out

RE: Global Lock When Getting Stats?

2010-05-18 Thread Tim Sneed
rball there's a "protocol.txt" that explains the raw stats thoroughly. You seem to be referring to the php api's stats call. On Mon, 17 May 2010, Tim Sneed wrote: > Great thanks for the information! Is there any documentation available from > the project team that explains the

RE: Global Lock When Getting Stats?

2010-05-17 Thread Tim Sneed
ached@googlegroups.com [mailto:memcac...@googlegroups.com] On Behalf Of Trond Norbye Sent: Thursday, May 13, 2010 5:15 PM To: memcached@googlegroups.com Subject: Re: Global Lock When Getting Stats? On 13. mai 2010, at 22.46, Tim Sneed wrote: > I was watching a Memcached video spoken by John Adams when

RE: Global Lock When Getting Stats?

2010-05-17 Thread Tim Sneed
Great thanks for the information! Is there any documentation available from the project team that explains the monitoring aspects of memcached? Such as the methods of receiving stats (if there are any aside from getStats())? -Original Message- From: memcached@googlegroups.com [mailto:memc

Global Lock When Getting Stats?

2010-05-13 Thread Tim Sneed
I was watching a Memcached video spoken by John Adams when I heard something that made me curious. When one gets stats from memcached, does it really perform a global lock? Does anyone have any good test cases on what sort of impact there is with an increasing node size with respect to performance