breakpoint added

This commit is contained in:
Marc Mance
2024-05-30 12:22:01 -04:00
parent d0eca4aa13
commit fe31600717

View File

@@ -46,6 +46,7 @@ def runZpoolIostat():
if i == 0: if i == 0:
# get timestamp # get timestamp
timestamp = pool.splitlines()[0].strip() timestamp = pool.splitlines()[0].strip()
breakpoint()
else: else:
# remove ------ lines # remove ------ lines