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