From 97ecce7df6870bf935a3ff7dae0c4e941b7ad9fe Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 29 Oct 2009 01:04:09 +0100 Subject: memcache-top formula perl command-line memcached stat reporter, top-like output Signed-off-by: Adam Vandenberg --- Library/Formula/memcache-top.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/memcache-top.rb (limited to 'Library') diff --git a/Library/Formula/memcache-top.rb b/Library/Formula/memcache-top.rb new file mode 100644 index 000000000..90bfac45c --- /dev/null +++ b/Library/Formula/memcache-top.rb @@ -0,0 +1,13 @@ +require 'formula' + +class MemcacheTop