change in verbaige
This commit is contained in:
@@ -255,13 +255,14 @@ def collect_data(minutes, interval):
|
||||
|
||||
time.sleep(interval)
|
||||
|
||||
print("")
|
||||
# kill gstat if freebsd
|
||||
if is_freebsd():
|
||||
process.kill()
|
||||
|
||||
|
||||
def run_debug():
|
||||
print("Capturing new debug.")
|
||||
print("Taking new debug.")
|
||||
command = ["midclt", "call", "system.debug_generate", "-job"]
|
||||
try:
|
||||
result = subprocess.run(command, capture_output=True, text=True, check=True)
|
||||
|
||||
Reference in New Issue
Block a user