Add json output option to swift-dispersion-report

Add's the configuration file option "dump_json" or command line
options [-j|--dump-json] to have swift-dispersion-report output
the report in json format. This allows the dispersion report to
be more easily consumed elsewhere.

There's also a few pep8 fixes and removal of unused imports.

Change-Id: I2374311ccbef43e6bbae24665c9584e60f3da173
This commit is contained in:
Florian Hines
2012-02-29 04:24:26 +00:00
parent 9316a8f876
commit 5e4127ae2a
4 changed files with 117 additions and 62 deletions

View File

@@ -6,3 +6,4 @@ auth_key = testing
# dispersion_coverage = 1
# retries = 5
# concurrency = 25
# dump_json = no