summaryrefslogtreecommitdiffstats
path: root/storperf/carbon/emitter.py
diff options
context:
space:
mode:
authormbeierl <mark.beierl@emc.com>2015-12-11 15:31:17 -0500
committermbeierl <mark.beierl@emc.com>2015-12-11 15:31:17 -0500
commitf099c8aaa7aeae805f7534382bfef789894abffb (patch)
treef0f1faf3def935d9a6fe6f0f2a1e26ddb3815dd2 /storperf/carbon/emitter.py
parent5108c90fa276adb761d294c963d0903395950864 (diff)
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>
Diffstat (limited to 'storperf/carbon/emitter.py')
-rw-r--r--storperf/carbon/emitter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/storperf/carbon/emitter.py b/storperf/carbon/emitter.py
index e949238..8a9f734 100644
--- a/storperf/carbon/emitter.py
+++ b/storperf/carbon/emitter.py
@@ -6,9 +6,8 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-import logging
-
import calendar
+import logging
import socket
import time