memcached-tool UNIX sockets support

2010-04-20 Thread Jon Jensen
Hi, everyone. I just added support to memcached-tool for UNIX sockets. Before it only allowed INET sockets. The changes are published here: http://github.com/jonjensen/memcached/commit/d68e67a93df83bf5850be7774d0118706a58fd94 I presume this would be useful for others too. Please let me know

Re: memcached-tool UNIX sockets support

2010-04-20 Thread Dustin
On Apr 19, 10:41 pm, Jon Jensen j...@endpoint.com wrote: Hi, everyone. I just added support to memcached-tool for UNIX sockets. Before it only allowed INET sockets. The changes are published here: http://github.com/jonjensen/memcached/commit/d68e67a93df83bf5850be777... I presume this

I found something for you

2010-04-20 Thread Abhinav Gupta
[image: http://socioxchange.com/don/donkey1.jpg] Kya ye gadha aapka hai Agar nahi to ise *forward* karte chaliye *Jiska hoga wo rakh lega..* -- Start by doing what's necessary, then what's

Re: memcached limitation

2010-04-20 Thread Darvin Denmian
Hello, How can I set a ttl for the stored itens in memcached? Is there some documentation where I can find this information? Thanks. On Tue, Apr 20, 2010 at 1:40 AM, Dustin dsalli...@gmail.com wrote: On Apr 19, 9:04 pm, Jay Paroline boxmon...@gmail.com wrote: Interestingly, I also recently

Re: memcached limitation

2010-04-20 Thread Darvin Denmian
Noting that I just use memcache to storage PHP sessions. Thanks. On Tue, Apr 20, 2010 at 9:20 AM, Darvin Denmian darvin.denm...@gmail.com wrote: Hello, How can I set a ttl for the stored itens in memcached? Is there some documentation where I can find this information? Thanks. On Tue,

Re: memcached limitation

2010-04-20 Thread Darvin Denmian
Today I realized that the number of storaged itens in memcached is stabilized too: http://img96.imageshack.us/img96/3759/memcacheditemsweek.png Somebody can tell me how can I flush old php sessions storaged in memcached? Thanks a lot ! On Tue, Apr 20, 2010 at 10:05 AM, Darvin Denmian

Cacti templates

2010-04-20 Thread Xaprb
Can someone give me SVN commit rights so I can add a reference to http://code.google.com/p/mysql-cacti-templates/wiki/MemcachedTemplates to the wiki? My Google Code username is baron.schwartz. - Baron -- Subscription settings: http://groups.google.com/group/memcached/subscribe?hl=en

Re: Cacti templates

2010-04-20 Thread dormando
Ding. You have access. On Tue, 20 Apr 2010, Xaprb wrote: Can someone give me SVN commit rights so I can add a reference to http://code.google.com/p/mysql-cacti-templates/wiki/MemcachedTemplates to the wiki? My Google Code username is baron.schwartz. - Baron -- Subscription settings:

Support

2010-04-20 Thread Gustavo Aquino
Hi, Anybody knows if Gear6 company really exist ? I tried contact with this company three times last two weeks and don't get any response. Regards. Gustavo -- Subscription settings: http://groups.google.com/group/memcached/subscribe?hl=en

Re: memcached limitation

2010-04-20 Thread Henrik Schröder
Every item stored in memcache can have an individual expiration time, all client libraries have support for specifying this. If you want to set the expiration time, then you need to change your code where you store items and add it. /Henrik On Tue, Apr 20, 2010 at 14:20, Darvin Denmian

Re: memcached limitation

2010-04-20 Thread Jay Paroline
Sorry about the delayed response. For some reason I can't get Google to email me when there's a reply. So as you suggested, I ran stats slabs and stats items, then waited about a minute and ran them again. Honestly none of this stuff means much to me so I hope someone else can make sense of it.

Re: Cacti templates

2010-04-20 Thread Baron Schwartz
Thanks. Updated the wiki. - Baron On Tue, Apr 20, 2010 at 12:45 PM, dormando dorma...@rydia.net wrote: Ding. You have access. On Tue, 20 Apr 2010, Xaprb wrote: Can someone give me SVN commit rights so I can add a reference to

Cacti templates for memcached

2010-04-20 Thread Baron Schwartz
A general announcement, because I'm not sure how well-known this is. I maintain a project with a set of Cacti templates for memcached, at http://code.google.com/p/mysql-cacti-templates/wiki/MemcachedTemplates - Baron -- Subscription settings:

Analyzing memcached queries

2010-04-20 Thread Baron Schwartz
Another general announcement: Maatkit's mk-query-digest tool understands the memcached protocol. This means it can treat memcached requests just like queries to a database, and by default it does nice aggregation and summarizing of requests. More info if you're interested: * online manual