~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to scripts/README.damemtop

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2010-05-12 11:41:22 UTC
  • mto: (3.3.3 squeeze) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100512114122-wpynzm9kb1irw1um
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.