How monitoring settings affect eclean sensors
Monitoring settings affect the live PC metrics that eclean can show in areas such as sensors and system views. If sensor data is missing, stale, or too noisy, this is one of the first settings areas to review.
How to adjust monitoring settings
- Open App Settings: Go to Settings > App Settings.
- Find Monitoring settings: Use search if you do not see the monitoring section immediately.
- Review the available toggles: Read what each monitoring option controls before changing it.
- Enable monitoring when you need live data: Turn on the relevant monitoring option if you want eclean to show live sensor or metric data.
- Disable monitoring if you do not need it: Turn it off if you prefer fewer background metric updates.
- Return to Your PC: Open Sensors or System Information again to confirm what changed.
If sensor data still looks wrong
- Restart eclean and reopen the Sensors page.
- Compare the value with Windows Task Manager or another trusted hardware tool.
- Some hardware, drivers, or permissions may limit what live sensor data eclean can read.
- If a value is missing, do not assume the hardware is failing until you verify it outside eclean.
Technical deep dive
Monitoring settings are stored separately from general app settings. The backend model has toggles for CPU, RAM, network, disk, and GPU monitoring, plus a refresh interval in seconds. The default state enables all five monitoring areas and uses a 5-second refresh interval.
The frontend sensor state synchronizes CPU, RAM, network, disk, and GPU toggles back to the backend with a short debounce so rapid toggle changes do not spam the backend. The metrics runtime then uses those settings to decide whether each poller should collect data.
Monitoring can also pause for reasons other than a toggle being off. The metrics runtime skips polling when monitoring is disabled, when polling is suspended because of window activity, or when there are no active listeners after the grace period. That is why a metric can be stale or unavailable without meaning the hardware is broken.
Updated on: 12/06/2026
Thank you!
