fix(control): 系统控制

test
jshixiong 1 year ago
parent 4e827f2513
commit 2b54c0511f

@ -89,6 +89,6 @@ def execute_bling():
return sys_control.execute_cpu_full_script()
# 内存跑满
@route_bp.route('/sys/cpu_full', methods=['POST'])
@route_bp.route('/sys/memory_full', methods=['POST'])
def execute_bling():
return sys_control.execute_memory_full_script()
Loading…
Cancel
Save