Expand description
CPU load monitoring for preventing system overload.
This module provides CPU load tracking with configurable thresholds and optional auto-throttling to maintain system responsiveness.
Structs§
- CpuMonitor
- Thread-safe CPU load monitor.
- CpuMonitor
Config - CPU monitor configuration.
- CpuOverloaded
- CPU load exceeded error.
- CpuStats
- CPU load statistics.
Functions§
- get_
system_ load - Simple system load check (returns average load if available).