Data Visualizer for MemCached

420 views
Skip to first unread message

Romain Pelisse

unread,
Oct 31, 2012, 12:07:08 PM10/31/12
to memc...@googlegroups.com
Hi all,

I'm wondering if there is tool "outthere" to browse and explore (with GUI) the content of a MemCache instance. The raltionale behind that is that, our data are mostly for audit, and - when the need arise, our ops people needs to be able to browse/query the cache's data to retrieve those audit information...


--
Romain PELISSE,
"The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it" -- Terry Pratchett
Belaran ins Prussia (blog)     (... finally up and running !)

Siddharth Jagtiani

unread,
Oct 31, 2012, 12:45:37 PM10/31/12
to memc...@googlegroups.com
For that, the tool will need to know your class definition, for de-serializing the object from cache. I dont think there is a tool.Not that straight forward.

Xu Di

unread,
Nov 1, 2012, 8:15:28 AM11/1/12
to memc...@googlegroups.com
On Wed, Oct 31, 2012 at 05:07:08PM +0100, Romain Pelisse wrote:
> Hi all,
>
> I'm wondering if there is tool "outthere" to browse and explore (with GUI)
> the content of a MemCache instance. The raltionale behind that is that, our
> data are mostly for audit, and - when the need arise, our ops people needs
> to be able to browse/query the cache's data to retrieve those audit
> information...
>

Hi, memcache is intended for cache some hot content to make web
respond faster, not for permanent storage, so if you want to audit
some data, it must be stored some other places like database, so for
that purpose you can use some gui tools for database to do auditing

Roberto Spadim

unread,
Nov 1, 2012, 8:22:09 AM11/1/12
to memc...@googlegroups.com
i don't know but theres others nosql that help you with audit, try
redis and check if it can help

2012/11/1 Xu Di <xud...@gmail.com>:
--
Roberto Spadim

Romain Pelisse

unread,
Nov 1, 2012, 1:00:06 PM11/1/12
to memc...@googlegroups.com
Hi all,


Thanks for your replies. You are right, I did NOT think this through - class information is indeed needed to be able to display the data. I somehow (stupidly) belived that the data will be as plan as JSON, but of course, it's not...

Thanks !
Reply all
Reply to author
Forward
0 new messages