mctop icon indicating copy to clipboard operation
mctop copied to clipboard

a top like tool for inspecting memcache key values in realtime

Results 9 mctop issues
Sort by recently updated
recently updated
newest added

Currently, we run memcached on servers that serve to multiple machines, and also runs a local client software that makes queries outbound to local or other memcached servers. mctop does...

enhancement

I added some preliminary binary protocol support. The byte sizes are totally off, but it'll give you keys/sec. I'll try to come up with a sane way of figuring out...

enhancement

Here is the full list of supported metrics gets - the number of times on get on that key since mctop started sets - the number of times on set...

The dump command quits and dumps the keys / calls / objsizes to a dump.csv file

this should give mctop binary protocol support. - will dynamically decide if the packet is binary or ascii protocol - first rev filters opcode 1, e.g. set to extract keys...

Hi. Check with you does it work with AWS elastic cache?

ruby-pcap will throw exceptions at initialization (eg. invalid interface passed in). Given it's running in a seperate thread these fail whilst the UI is blissfully unaware and so is the...

enhancement