Fixed bug where we might not see the right return type for the distribution type.
[m6w6/libmemcached] / memcached / scripts / README.damemtop
1 dormando's awesome memcached top
2
3 A flexible 'top' like utility for viewing memcached clusters.
4
5 Under development. Latest code is available at:
6 http://github.com/dormando/damemtop
7
8 See --help for full information.
9
10 Requires 'AnyEvent', and 'YAML' libraries from CPAN:
11 http://search.cpan.org/
12
13 'AnyEvent' depends on 'common::sense' (also at CPAN).
14
15 If you have a large cluster and want higher performance, find
16 and install 'EV' from CPAN. AnyEvent will automagically use it
17 and use epoll, kqeueue, etc, for socket handling.
18
19 Pester me for questions/bugs/ideas. As of writing the util is
20 in early release and missing many future features.