Workload reporting 77/4377/1
authormbeierl <mark.beierl@emc.com>
Fri, 11 Dec 2015 20:31:17 +0000 (15:31 -0500)
committermbeierl <mark.beierl@emc.com>
Fri, 11 Dec 2015 20:31:17 +0000 (15:31 -0500)
commitf099c8aaa7aeae805f7534382bfef789894abffb
treef0f1faf3def935d9a6fe6f0f2a1e26ddb3815dd2
parent5108c90fa276adb761d294c963d0903395950864
Workload reporting

Use a local db to track start/end times of runs so we
can go back to the carbon db and summarize values
at reporting time based off the raw data.

Change-Id: Ie62afd339fd1c15d82bc56c93c7cba5bd4f90fe2
JIRA: STORPERF-29
Signed-off-by: mbeierl <mark.beierl@emc.com>
storperf/carbon/emitter.py
storperf/db/__init__.py [new file with mode: 0644]
storperf/db/job_db.py [new file with mode: 0644]
storperf/fio/fio_invoker.py
storperf/main.py
storperf/test_executor.py
storperf/tests/db_tests/job_db_test.py [new file with mode: 0644]
storperf/workloads/_ssd_preconditioning.py
storperf/workloads/_warm_up.py