updated
This commit is contained in:
@@ -6,7 +6,6 @@ import os
|
||||
import shutil
|
||||
import socket
|
||||
import platform
|
||||
import tarfile
|
||||
import time
|
||||
|
||||
from datetime import datetime
|
||||
@@ -285,6 +284,7 @@ def collect_data(minutes):
|
||||
coreMemstat()
|
||||
|
||||
if i == minutes:
|
||||
print("")
|
||||
print("")
|
||||
break
|
||||
|
||||
@@ -388,6 +388,7 @@ def main():
|
||||
for i in range(minutesToWait):
|
||||
print(f"{i} ", end="", flush=True)
|
||||
time.sleep(minutesToWait * 60)
|
||||
print("")
|
||||
|
||||
print("Starting Collection")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user