CPUBelastung
CPUBelastung, commonly referred to as CPU load, describes the degree to which the central processing unit is occupied by active workloads. It can be viewed as either the immediate utilization of CPU time, typically expressed as a percentage per core, or as a longer-term pressure indicator such as load averages that summarize queue length and scheduling delays over fixed intervals.
Operating systems expose different metrics. In Linux, the load average (1, 5, 15 minutes) reflects processes
High CPUBelastung can result from compute-heavy tasks, poorly optimized software, runaway processes, malware, or scheduling inefficiencies.
Management approaches include establishing baselines and alerts, distributing work via load balancing, tuning system and application
Important caveats include the difference between CPU utilization and CPU load; a high load average does not