forked from memcached/memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
607 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
dormando's awesome memcached top | ||
|
||
A flexible 'top' like utility for viewing memcached clusters. | ||
|
||
Under development. Latest code is available at: | ||
http://github.com/dormando/damemtop | ||
|
||
See --help for full information. | ||
|
||
Requires 'AnyEvent', and 'YAML' libraries from CPAN: | ||
http://search.cpan.org/ | ||
|
||
'AnyEvent' depends on 'common::sense' (also at CPAN). | ||
|
||
If you have a large cluster and want higher performance, find | ||
and install 'EV' from CPAN. AnyEvent will automagically use it | ||
and use epoll, kqeueue, etc, for socket handling. | ||
|
||
Pester me for questions/bugs/ideas. As of writing the util is | ||
in early release and missing many future features. |
Oops, something went wrong.