+++ /dev/null
-memcat v1.0
-
- Cat a set of key values to stdout.
-
-Current options. A '=' means the option takes a value.
-
- --version
- Display the version of the application and then exit.
- --help
- Diplay this message and then exit.
- --verbose
- Give more details on the progression of the application.
- --debug
- Provide output only useful for debugging.
- --servers=
- List which servers you wish to connect to.
- --flag
- Provide flag information for storage operation.
-
+++ /dev/null
-memcp v1.0
-
- Copy a set of files to a memcached cluster.
-
-Current options. A '=' means the option takes a value.
-
- --version
- Display the version of the application and then exit.
- --help
- Diplay this message and then exit.
- --verbose
- Give more details on the progression of the application.
- --debug
- Provide output only useful for debugging.
- --servers=
- List which servers you wish to connect to.
- --flag=
- Provide flag information for storage operation.
- --expire=
- Set the expire option for the object.
- --set
- Use set command with memcached when storing.
- --add
- Use add command with memcached when storing.
- --replace
- Use replace command with memcached when storing.
-
+++ /dev/null
-memrm v1.0
-
- Erase a key or set of keys from a memcached cluster.
-
-Current options. A '=' means the option takes a value.
-
- --version
- Display the version of the application and then exit.
- --help
- Diplay this message and then exit.
- --verbose
- Give more details on the progression of the application.
- --debug
- Provide output only useful for debugging.
- --servers=
- List which servers you wish to connect to.
- --expire=
- Set the expire option for the object.
-
+++ /dev/null
-memslap v1.0
-
- Generates a load against a memcached custer of servers.
-
-Current options. A '=' means the option takes a value.
-
- --concurrency=
- Number of users to simulate with load.
- --debug
- Provide output only useful for debugging.
- --execute-number=
- Number of times to execute the given test.
- --flag
- Provide flag information for storage operation.
- --flush
- Flush servers before running tests.
- --help
- Diplay this message and then exit.
- --initial-load=
- Number of key pairs to load before executing tests.
- --non-blocking
- Set TCP up to use non-blocking IO.
- --servers=
- List which servers you wish to connect to.
- --tcp-nodelay
- Set TCP socket up to use nodelay.
- --test=
- Test to run.
- --verbose
- Give more details on the progression of the application.
- --version
- Display the version of the application and then exit.
-
+++ /dev/null
-memslap v1.0
-
- Generates a load against a memcached custer of servers.
-
-Current options. A '=' means the option takes a value.
-
- --concurrency=
- Number of users to simulate with load.
- --debug
- Provide output only useful for debugging.
- --execute-number=
- Number of times to execute the given test.
- --flag
- Provide flag information for storage operation.
- --flush
- Flush servers before running tests.
- --help
- Diplay this message and then exit.
- --initial-load=
- Number of key pairs to load before executing tests.
- --non-blocking
- Set TCP up to use non-blocking IO.
- --servers=
- List which servers you wish to connect to.
- --tcp-nodelay
- Set TCP socket up to use nodelay.
- --test=
- Test to run.
- --verbose
- Give more details on the progression of the application.
- --version
- Display the version of the application and then exit.
-
+++ /dev/null
-#!/bin/sh
-MEMCAT="../src/memcat"
-
-$MEMCAT --help
+++ /dev/null
-MEMCP="../src/memcp"
-
-$MEMCP --help
+++ /dev/null
-MEMRM="../src/memrm"
-
-$MEMRM --help
+++ /dev/null
-MEMSLAP="../src/memslap"
-
-$MEMSLAP --help
-
-$MEMSLAP --initial-load=5000 --verbose --flush --concurrency=500 --execute-number=500 > /dev/null
+++ /dev/null
-MEMSTAT="../src/memslap"
-
-$MEMSTAT --help