remove the module specific and hard coded interval in cpu_usage

This commit is contained in:
Arvedui 2015-03-01 14:51:52 +01:00
parent 22b5abf899
commit 6dbc2c78e5

View File

@ -40,7 +40,6 @@ class CpuUsage(IntervalModule):
def init(self):
self.prev_total = defaultdict(int)
self.prev_busy = defaultdict(int)
self.interval = 1
self.formatter = Formatter()
def get_cpu_timings(self):