Server IP : 184.154.167.98 / Your IP : 3.133.125.185 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/pcp/pmieconf/percpu/ |
Upload File : |
#pmieconf-rules 1 # --- DO NOT MODIFY THIS FILE --- see pmieconf(5) # rule per_cpu.some_util summary = "$rule$" enumerate = hosts predicate = "some_host ( some_inst ( ( 100 * ( kernel.percpu.cpu.user $hosts$ + kernel.percpu.cpu.sys $hosts$ + kernel.percpu.cpu.intr $hosts$ ) ) > $threshold$ ) && hinv.ncpu $hosts$ > 1 && hinv.ncpu $hosts$ <= $max_cpu_count$ )" enabled = yes version = 1 help = "The processor utilization for at least one CPU exceeded threshold percent during the last sample interval. Only applies to multi-processor systems with less than max_cpu_count processors - for single-processor systems refer to the cpu.util rule, and for multi-processor systems with more than max_cpu_count processors refer to the cpu.many_util rule."; string rule default = "High per CPU processor utilization" modify = no display = no; percent threshold default = 95 help = "Threshold percentage for CPU saturation, in the range 0 (idle) to 100 (completely busy)"; unsigned max_cpu_count default = 12 help = "Upper limit on number of processors for this rule - this rule will apply to configurations of between two and max_cpu_count CPUs. For larger processor counts, the per_cpu.many_util rule may be more appropriate."; string action_expand default = %v%util[%i]@%h display = no modify = no; string email_expand default = "host: %h CPU: %i utilization: %v%" display = no modify = no; # # --- DO NOT MODIFY THIS FILE --- see pmieconf(5)