~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to tests/r/memslap.res

  • 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
 
memslap v1.0
2
 
 
3
 
        Generates a load against a memcached custer of servers.
4
 
 
5
 
Current options. A '=' means the option takes a value.
6
 
 
7
 
         --concurrency=
8
 
                Number of users to simulate with load.
9
 
         --debug 
10
 
                Provide output only useful for debugging.
11
 
         --execute-number=
12
 
                Number of times to execute the given test.
13
 
         --flag 
14
 
                Provide flag information for storage operation.
15
 
         --flush 
16
 
                Flush servers before running tests.
17
 
         --help 
18
 
                Diplay this message and then exit.
19
 
         --initial-load=
20
 
                Number of key pairs to load before executing tests.
21
 
         --non-blocking 
22
 
                Set TCP up to use non-blocking IO.
23
 
         --servers=
24
 
                List which servers you wish to connect to.
25
 
         --tcp-nodelay 
26
 
                Set TCP socket up to use nodelay.
27
 
         --test=
28
 
                Test to run.
29
 
         --verbose 
30
 
                Give more details on the progression of the application.
31
 
         --version 
32
 
                Display the version of the application and then exit.
33