mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-10 09:12:26 +00:00
readwrite analysis tool
Adds a tool to analyze the output from the readwrite and roundtrip tools. The output format is similar to the output from siege.
This commit is contained in:
parent
f7dde840a3
commit
aaf4219d8d
3 changed files with 143 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -26,6 +26,7 @@ setup(
|
|||
's3tests-test-readwrite = s3tests.readwrite:main',
|
||||
's3tests-test-roundtrip = s3tests.roundtrip:main',
|
||||
's3tests-fuzz-headers = s3tests.fuzz.headers:main',
|
||||
's3tests-analysis-rwstats = s3tests.analysis.rwstats:main',
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue