空闲时节能

时间:2024-03-10 15:59:17
【文件属性】:

文件名称:空闲时节能

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-10 15:59:17

Python

idle.py 根据网络和磁盘活动确定Linux系统是否空闲。 结合唤醒方法(例如LAN唤醒),这对于减少服务器系统的功耗很有用。 目标 最小依赖 python3兼容性 使用范例 # Consider idle state when eth0 network interface had a rate under 10kB/s on average in the last 10 seconds. $ ./python/idle.py -i eth0 -t $( expr 10 \* 1024 ) -w 10 # Consider idle state when eth0, eth1 network interfaces both were below 100kB/s on average in the last 40 seconds. $ ./python/idle.py -i eth0


【文件预览】:
powersave-on-idle-master
----service()
--------powersave.mode(9B)
--------powersave-on-idle.sh(959B)
--------install-service.sh(746B)
--------systemd()
--------powersave(504B)
--------powersave-on-idle.conf(221B)
----README.md(2KB)
----.gitignore(19B)
----python()
--------pnd.py(4KB)
--------idle.py(5KB)
--------diskstats.py(1KB)

网友评论