|
|
|
@ -5,7 +5,7 @@ import os
|
|
|
|
|
from datetime import datetime, timedelta
|
|
|
|
|
from collections import deque
|
|
|
|
|
|
|
|
|
|
log_file_path = '/data/ww/py_sys_monitor/net_speed'
|
|
|
|
|
log_file_path = '/data/ww/py_sys_monitor/info/net_speed'
|
|
|
|
|
|
|
|
|
|
def ensure_log_file_exists():
|
|
|
|
|
if not os.path.exists(log_file_path):
|
|
|
|
|