Current Path: > > usr > lib > python3.6 > site-packages > tuned > monitors
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.8 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 46 bytes | February 22 2024 12:23:28. | |
base.py | File | 2922 bytes | February 22 2024 12:23:28. | |
monitor_disk.py | File | 886 bytes | February 22 2024 12:23:28. | |
monitor_load.py | File | 306 bytes | February 22 2024 12:23:28. | |
monitor_net.py | File | 1171 bytes | February 22 2024 12:23:28. | |
repository.py | File | 831 bytes | February 22 2024 12:23:28. |
import tuned.monitors class LoadMonitor(tuned.monitors.Monitor): @classmethod def _init_available_devices(cls): cls._available_devices = set(["system"]) @classmethod def update(cls): with open("/proc/loadavg") as statfile: data = statfile.read().split() cls._load["system"] = float(data[0])
SILENT KILLER Tool