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:
Steven Berler 2011-12-17 01:54:59 +00:00
parent f7dde840a3
commit aaf4219d8d
3 changed files with 143 additions and 0 deletions

View file

@ -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',
],
},