corrected indent
This commit is contained in:
@@ -19,6 +19,7 @@ def is_debian():
|
|||||||
# Debian-based systems often have 'debian' in their platform string
|
# Debian-based systems often have 'debian' in their platform string
|
||||||
return "linux" in platform.platform().lower()
|
return "linux" in platform.platform().lower()
|
||||||
|
|
||||||
|
|
||||||
def getTimestamp():
|
def getTimestamp():
|
||||||
timestamp = time.time()
|
timestamp = time.time()
|
||||||
local_time = time.localtime(timestamp)
|
local_time = time.localtime(timestamp)
|
||||||
@@ -36,6 +37,7 @@ def runCollect(command):
|
|||||||
|
|
||||||
return result.stderr
|
return result.stderr
|
||||||
|
|
||||||
|
|
||||||
def scaleIostat_disk():
|
def scaleIostat_disk():
|
||||||
command = ["iostat", "-xyd", "1", "1"]
|
command = ["iostat", "-xyd", "1", "1"]
|
||||||
filename = "ioStat.csv"
|
filename = "ioStat.csv"
|
||||||
|
|||||||
Reference in New Issue
Block a user