Merge lp://qastaging/~cthier/swift/bench into lp://qastaging/~hudson-openstack/swift/trunk

Proposed by Chuck Thier
Status: Merged
Approved by: clayg
Approved revision: 92
Merged at revision: 92
Proposed branch: lp://qastaging/~cthier/swift/bench
Merge into: lp://qastaging/~hudson-openstack/swift/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
bin/swift-bench (+1/-1)
To merge this branch: bzr merge lp://qastaging/~cthier/swift/bench
Reviewer Review Type Date Requested Status
clayg Approve
Review via email: mp+37912@code.qastaging.launchpad.net

Description of the change

Somehow I missed one last commit that correctly prints the help instead of just the usage.

To post a comment you must log in.
Revision history for this message
clayg (clay-gerrard) wrote :

$ swift-bench
Usage: swift-bench [OPTIONS] [CONF_FILE]

Conf file with SAIO defaults:

    [bench]
    auth = http://saio:11000/v1.0
    user = test:tester
    key = testing
    concurrency = 10
    object_size = 1
    num_objects = 1000
    num_gets = 10000
    delete = yes

Options:
  -h, --help show this help message and exit
  --saio Run benchmark with SAIO defaults
  -A AUTH, --auth=AUTH URL for obtaining an auth token
  -U USER, --user=USER User name for obtaining an auth token
  -K KEY, --key=KEY Key for obtaining an auth token
  -u URL, --url=URL Storage URL
  -c CONCURRENCY, --concurrency=CONCURRENCY
                        Number of concurrent connections to use
  -s OBJECT_SIZE, --object-size=OBJECT_SIZE
                        Size of objects to PUT (in bytes)
  -n NUM_OBJECTS, --num-objects=NUM_OBJECTS
                        Number of objects to PUT
  -g NUM_GETS, --num-gets=NUM_GETS
                        Number of GET operations to perform
  -x, --no-delete If set, will not delete the objects created

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.