配置
监控的配置: KS-LE-B
价格:9.99欧
下单地址:https://eco.ovhcloud.com/fr/?display=list&range=kimsufi
下载脚本
cd /root && curl -O https://raw.githubusercontent.com/woniu336/open_shell/main/ovh_monitor.py
启动监控
nohup python3 ovh_monitor.py > ovh_monitor.log 2>&1 &
实时查看日志
tail -f ovh_monitor.log
停止监控
查找进程ID
ps aux | grep ovh_monitor.py
停止进程
kill <进程ID>