Remove need for build file.
[awesomized/libmemcached] / docs / memstat.pod
1 =head1 NAME
2
3 memstat - Display the operating status of a single or group of memcached servers
4
5 =head1 SYNOPSIS
6
7 memstat [options]
8
9 =head1 DESCRIPTION
10
11 B<memstat> dumps the state of memcached(1) servers.
12 It displays all data to stdout.
13
14 You can specify servers via the B<--servers> option or via the
15 environment variable C<MEMCACHED_SERVERS>. B<--args> can be used
16 to specify the "argument" sent to the stats command (ie slab, size, items,
17 etc..).
18
19 For a full list of operations run the tool with the B<--help> option.
20
21 =head1 HOME
22
23 To find out more information please check:
24 L<http://launchpad.org/libmemcached>
25
26 =head1 AUTHOR
27
28 Brian Aker, E<lt>brian@tangent.orgE<gt>
29
30 Mark Atwood, E<lt>mark@fallenpegasus.comE<gt>
31
32 =head1 SEE ALSO
33
34 memcached(1) libmemcached(3)
35
36 =cut
37