From ea1e6fd06d818aeb3b1c69301e4c745749d457c7 Mon Sep 17 00:00:00 2001 From: yaxuan Date: Thu, 6 Mar 2025 17:56:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorV4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitorV4.py b/monitorV4.py index 71994dc..5a3f137 100644 --- a/monitorV4.py +++ b/monitorV4.py @@ -77,7 +77,7 @@ def check_matlab_script_status(): cpu_usage = get_matlab_cpu_usage() - if cpu_usage< 5.0: + if cpu_usage< 1.0: for script in SCRIPTS_TO_MONITOR : # is_running = False MATLAB_SCRIPT_RUNNING.labels(script_name=script).set( 0)