Re: Global Lock When Getting Stats?

2010-05-13 Thread dormando
> 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 p

Re: Global Lock When Getting Stats?

2010-05-13 Thread Trond Norbye
On 13. mai 2010, at 22.46, Tim Sneed wrote: > 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 wi

RE: Global Lock When Getting Stats?

2010-05-17 Thread Tim Sneed
[mailto:memcac...@googlegroups.com] On Behalf Of dormando Sent: Thursday, May 13, 2010 4:57 PM To: memcached Subject: Re: Global Lock When Getting Stats? > 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

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 dormando
Behalf Of dormando > Sent: Thursday, May 13, 2010 4:57 PM > To: memcached > Subject: Re: Global Lock When Getting Stats? > > > I was watching a Memcached video spoken by John Adams when I heard > > something that made me curious. When one gets stats from memcached, >

RE: Global Lock When Getting Stats?

2010-05-18 Thread Tim Sneed
stats via JMX? -ts -Original Message- From: memcached@googlegroups.com [mailto:memcac...@googlegroups.com] On Behalf Of dormando Sent: Tuesday, May 18, 2010 1:58 AM To: memcached@googlegroups.com Subject: RE: Global Lock When Getting Stats? memcached.org/wiki also inside the source ta

RE: Global Lock When Getting Stats?

2010-05-18 Thread dormando
> Actually sorry I should've been more descriptive. I plan on using a java > client to get the stats from memcached so that we can eventually pipe the > stats to our monitoring software. What would be the best java client? > Spymemcached? Probably, yes. > Also, is there any consideration in the