mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
sysstat: lowered default polling interval for cpu/memory/network as there is no resources implications (all use /proc)
This commit is contained in:
@@ -270,13 +270,13 @@
|
||||
"swapCriticalThreshold": 90,
|
||||
"diskWarningThreshold": 80,
|
||||
"diskCriticalThreshold": 90,
|
||||
"cpuPollingInterval": 3000,
|
||||
"tempPollingInterval": 3000,
|
||||
"cpuPollingInterval": 1000,
|
||||
"tempPollingInterval": 1000,
|
||||
"gpuPollingInterval": 3000,
|
||||
"enableDgpuMonitoring": false,
|
||||
"memPollingInterval": 3000,
|
||||
"memPollingInterval": 1000,
|
||||
"diskPollingInterval": 30000,
|
||||
"networkPollingInterval": 3000,
|
||||
"networkPollingInterval": 1000,
|
||||
"loadAvgPollingInterval": 3000,
|
||||
"useCustomColors": false,
|
||||
"warningColor": "",
|
||||
|
||||
@@ -482,13 +482,13 @@ Singleton {
|
||||
property int swapCriticalThreshold: 90
|
||||
property int diskWarningThreshold: 80
|
||||
property int diskCriticalThreshold: 90
|
||||
property int cpuPollingInterval: 3000
|
||||
property int tempPollingInterval: 3000
|
||||
property int cpuPollingInterval: 1000
|
||||
property int tempPollingInterval: 1000
|
||||
property int gpuPollingInterval: 3000
|
||||
property bool enableDgpuMonitoring: false // Opt-in: reading dGPU sysfs/nvidia-smi wakes it from D3cold, draining battery
|
||||
property int memPollingInterval: 3000
|
||||
property int memPollingInterval: 1000
|
||||
property int diskPollingInterval: 30000
|
||||
property int networkPollingInterval: 3000
|
||||
property int networkPollingInterval: 1000
|
||||
property int loadAvgPollingInterval: 3000
|
||||
property bool useCustomColors: false
|
||||
property string warningColor: ""
|
||||
|
||||
Reference in New Issue
Block a user