ready to test

This commit is contained in:
Marc Mance
2024-05-30 12:25:36 -04:00
parent e114a4f34a
commit 7b2e365e5e

View File

@@ -52,8 +52,6 @@ def runZpoolIostat():
# Format the time components for a more readable output # Format the time components for a more readable output
timestamp = time.strftime("%Y-%m-%d %H:%M:%S", local_time) timestamp = time.strftime("%Y-%m-%d %H:%M:%S", local_time)
breakpoint()
else: else:
# remove ------ lines # remove ------ lines
pool = re.sub("^---.*", "", pool).strip() pool = re.sub("^---.*", "", pool).strip()