Notifications
Clear all
Topic starter
10/07/2024 12:32 am
Can someone show me how to get this working without the chart, just a percentage display?:
WMI=interval:3,id:cputotal,text:CPU Total,chart:bar scale:linear max:100 series1:%PercentProcessorUtility% color1:00ff00,threshold:80 0000ff, namespace:root\cimv2,query:Win32_PerfFormattedData_Counters_ProcessorInformation where Name like "_Total"
I've found it is (as the manual states) more accurate than:
CPU=text:CPU Usage:,interval:1,display:%1[2.0d]%
...but I break it whenever I try to strip out the chart.
10/07/2024 7:20 am
This should do it
WMI=interval:1, text:Cpu, threshold:80 0000ff, namespace:root\cimv2, query:Win32_PerfFormattedData_Counters_ProcessorInformation where Name like "_Total", display: %PercentProcessorUtility%%