Re: Measuring Memory Usage

2017-08-17 Thread Gopal Bharath
Ya I noticed. But I'm not sure where to post this question. Posted here since relevant discussion was going on, and thought someone could reply. On 11 August 2017 at 23:07, Boris Partensky wrote: > Gopal, did you noticed that you are replying to the entry from 2009? > > On Thu, Aug 10, 2017 at 5

Re: Measuring Memory Usage

2017-08-11 Thread Boris Partensky
Gopal, did you noticed that you are replying to the entry from 2009? On Thu, Aug 10, 2017 at 5:58 AM, Gopal Bharath wrote: > Hi Anatoly, > > How can check the size of the value, if its a perl hash? I mean if the set > fails, will i be getting any error messages? I tried googling, and found > tha

Re: Measuring Memory Usage

2017-08-10 Thread Gopal Bharath
Hi Anatoly, How can check the size of the value, if its a perl hash? I mean if the set fails, will i be getting any error messages? I tried googling, and found that there's a method getResultCode give the result code for the previous executed command. But unfortunately i guess its support in PH

Re: Measuring Memory Usage

2009-04-24 Thread Nikhils
Hi, On Wed, Apr 22, 2009 at 9:54 PM, Anatoly Vorobey > > >> It was a standard installlation (memcached 1.2.6), and is a fairly >> simple invocation like so: >> /usr/local/bin/memcached -u nobody -d -m 1536 -l 127.0.0.1 -p 11211 - >> P /tmp/memcached.pid >> > Have you tried experimenting with the "

RE: Measuring Memory Usage

2009-04-22 Thread Olga Khenkin
cbarrett Sent: Tuesday, April 21, 2009 6:01 PM To: memcached Subject: Re: Measuring Memory Usage So, in short, you are saying that none of my cache inserts are being evicted. Which means that at any point where I am inserting into the cache, there is memory available to do so. Does this mean that my p

Re: Measuring Memory Usage

2009-04-22 Thread Anatoly Vorobey
On Wed, Apr 22, 2009 at 3:01 PM, tcbarrett wrote: > > On Apr 22, 12:09 pm, Anatoly Vorobey wrote: > > > 1. My code is no good, and I am not actually inserting into the cache > > > for some reason. > > > > Always possible. > > I've done the horrible thing, made a wrapping class and logging every

Re: Measuring Memory Usage

2009-04-22 Thread tcbarrett
On Apr 22, 12:09 pm, Anatoly Vorobey wrote: > > 1. My code is no good, and I am not actually inserting into the cache > > for some reason. > > Always possible. I've done the horrible thing, made a wrapping class and logging every get and set (I've got some stupid keys). > > 2. The size of the h

Re: Measuring Memory Usage

2009-04-22 Thread Anatoly Vorobey
enkin" wrote: > > No. > > > > > > > > From: memcached@googlegroups.com [mailto:memcac...@googlegroups.com] On > > Behalf Of Kevin Amerson > > Sent: Monday, April 20, 2009 9:42 PM > > To: memcached@googlegroups.com >

Re: Measuring Memory Usage

2009-04-21 Thread tcbarrett
> > From: memcached@googlegroups.com [mailto:memcac...@googlegroups.com] On > Behalf Of Kevin Amerson > Sent: Monday, April 20, 2009 9:42 PM > To: memcached@googlegroups.com > Subject: Re: Measuring Memory Usage > > I was thinking that as well, but the evi

RE: Measuring Memory Usage

2009-04-21 Thread Olga Khenkin
No. From: memcached@googlegroups.com [mailto:memcac...@googlegroups.com] On Behalf Of Kevin Amerson Sent: Monday, April 20, 2009 9:42 PM To: memcached@googlegroups.com Subject: Re: Measuring Memory Usage I was thinking that as well, but the evictions above

Re: Measuring Memory Usage

2009-04-20 Thread Kevin Amerson
can also use two other commands: 'stats slabs' and 'stats items', which > will give you usage info per bucket. > > Olga. > > -Original Message- > From: memcached@googlegroups.com [mailto:memcac...@googlegroups.com] On > Behalf Of tcbarrett > Sent: M

RE: Measuring Memory Usage

2009-04-20 Thread Olga Khenkin
2:08 PM To: memcached Subject: Measuring Memory Usage Hi I searched the group for 'measuring memory usage' with no hits. I am trying to determine how much memory my cached data is using. I have some large data blocks that are not caching properly[1]. I am assuming that is due to there being

Re: Measuring Memory Usage

2009-04-20 Thread Tom Barrett
1', '4320' => '1', '6144' => '1', '13024' => '1',

Re: Measuring Memory Usage

2009-04-20 Thread Henrik Schröder
What does the "stats" command output when you get misses before you think you should? /Henrik On Mon, Apr 20, 2009 at 13:07, tcbarrett wrote: > > Hi > > I searched the group for 'measuring memory usage' with no hits. > > I am trying to determine how

Measuring Memory Usage

2009-04-20 Thread tcbarrett
Hi I searched the group for 'measuring memory usage' with no hits. I am trying to determine how much memory my cached data is using. I have some large data blocks that are not caching properly[1]. I am assuming that is due to there being a smaller numer of large 'buckets'