Merge pull request #1962 from tmarti2/per-core-cpu-stats

"Per core" cpu stats in SystemMonitor
This commit is contained in:
Lemmy
2026-03-03 19:22:10 -05:00
committed by GitHub
7 changed files with 169 additions and 54 deletions
+3
View File
@@ -218,6 +218,8 @@
"cpu-temperature-label": "CPU temperature",
"cpu-usage-description": "Display current CPU usage percentage.",
"cpu-usage-label": "CPU usage",
"cpu-cores-description": "Display CPU cores usage individually.",
"cpu-cores-label": "CPU Cores",
"disk-path-description": "Select which disk mount point to monitor.",
"disk-path-label": "Disk path",
"gpu-temperature-description": "Show GPU temperature readings if available.",
@@ -1788,6 +1790,7 @@
"system-monitor": {
"cpu-temp": "CPU temp",
"cpu-usage": "CPU usage",
"core-usage": "Core {id} usage",
"disk": "Disk",
"download-speed": "Download speed",
"gpu-temp": "GPU temp",
+1
View File
@@ -156,6 +156,7 @@
"useMonospaceFont": true,
"usePadding": false,
"showCpuUsage": true,
"showCpuCores": true,
"showCpuFreq": false,
"showCpuTemp": true,
"showGpuTemp": false,