资 源 简 介
mymemcalc is a command-line utility for basic reporting on Memcached Performance for groups of memcached servers.
Sample Output:
```
%> ./mymemcalc frontend
Statistics For: frontend
Memcache Hit Ratio: 98.45%
Total Hits: 403343322
Total Misses: 6319630
Memcache Fill Ratio: 30.59%
Total Bytes: 9663676416
Used Bytes: 2956557684
$> ./mymemcalc --quiet frontend
Statistics For: frontend
Memcache Hit Ratio: 98.45%
Memcache Fill Ratio: 30.59%
```
## System Requirements ##
Required Perl Modules:
Pod::Usage
Getopt::Long
XML::Simple
Cache::Memcached
Usage Notes:
You must change the first line of the program to reflect your Perl installation
Sample Usage:
```
%> ./mymemcalc.pl --help
Usage:
mymemcalc [options] pool
Options:
--config= The config file to use
--help Dis