Ryan Tomayko
Posts: 408
Nickname: rtomayko
Registered: Nov, 2004
Ryan Tomayko is an instance of a human being...
|
|
|
|
memcache-top
|
Posted: Oct 28, 2009 7:48 PM
|
|
This post originated from an RSS feed registered with Python Buzz
by Ryan Tomayko.
|
Original Post: memcache-top
Feed Title: Ryan Tomayko (weblog/python)
Feed URL: http://tomayko.com/feed/
Feed Description: Entries classified under Python.
|
Latest Python Buzz Posts
Latest Python Buzz Posts by Ryan Tomayko
Latest Posts From Ryan Tomayko (weblog/python)
|
|
Advertisement
|
Nice little self-contained perl script that shows a basic memcached top display for a list of servers.
$ curl http://memcache-top.googlecode.com/files/memcache-top-v0.6 >
~/bin/memcache-top
$ chmod +x ~/bin/memcache-top
$ memcache-top --sleep 1 --instances memcache1,memcache2,memcache3
That gives you this:
Nifty.
# | Discuss
Read: memcache-top
|
|