readded default intervall 1 but in the right way this time

This commit is contained in:
Arvedui 2015-03-12 20:42:15 +01:00
parent 6dbc2c78e5
commit 194fc29e02

View File

@ -29,6 +29,7 @@ class CpuUsage(IntervalModule):
format = "{usage:02}%"
format_all = "{core}:{usage:02}%"
exclude_average = False
interval = 1
settings = (
("format", "format string."),
("format_all", ("format string used for {usage_all} per core. "