ViktorAksionov / memcache-top

Automatically exported from code.google.com/p/memcache-top
0 stars 0 forks source link

Add support for unix sockets #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
memcache can also work with unix sockets instead of tcp/ip. This should even be 
faster.

This patch adds support to connect to unix sockets, simple give the path to a 
unix sockets en memcache-top will connect to it.

Original issue reported on code.google.com by wpoel...@gmail.com on 12 Aug 2013 at 11:44

Attachments:

GoogleCodeExporter commented 8 years ago
The patch applied on top of the patches of scoopex666 (see issue 9).

If you simple want a working version: https://github.com/wpoely86/memcache-top

Original comment by wpoel...@gmail.com on 12 Aug 2013 at 11:45

GoogleCodeExporter commented 8 years ago
Small additional change to handle long sockets paths better: display the last 
23 chars of the path.

Original comment by wpoel...@gmail.com on 13 Aug 2013 at 11:45

Attachments: