~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to docs/memslap.pod

  • Committer: Continuous Integration
  • Date: 2012-03-14 16:53:36 UTC
  • mfrom: (990.2.1 workspace)
  • Revision ID: ci@tangent.org-20120314165336-mjrg2hwmb6sx1er2
jenkins-promote-staging-trunk-libmemcached-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=head1 NAME
2
 
 
3
 
memslap - Load testing and benchmarking tool for memcached
4
 
 
5
 
=head1 SYNOPSIS
6
 
 
7
 
  memslap [options]
8
 
 
9
 
=head1 DESCRIPTION
10
 
 
11
 
B<memslap> is a load generation and benchmark tool for memcached(1)
12
 
servers. It simulates loads on memcached server clusters.
13
 
 
14
 
You can specify servers via the B<--servers> option or via the
15
 
environment variable C<MEMCACHED_SERVERS>.
16
 
 
17
 
For a full list of operations run the tool with the B<--help> option.
18
 
 
19
 
=head1 HOME
20
 
 
21
 
To find out more information please check:
22
 
L<http://tangent.org/552/libmemcached.html>
23
 
 
24
 
=head1 AUTHOR
25
 
 
26
 
Brian Aker, E<lt>brian@tangent.orgE<gt>
27
 
 
28
 
=head1 SEE ALSO
29
 
 
30
 
memcached(1) libmemcached(3)
31
 
 
32
 
=cut
33