linux_wiki:high_system_load

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:high_system_load [2016/03/14 11:26]
billdozor [Disk I/O]
linux_wiki:high_system_load [2016/03/14 11:28]
billdozor [Traffic/Bridge analogy]
Line 33: Line 33:
     * 2 CPU/Cores = 100% is load 2.00     * 2 CPU/Cores = 100% is load 2.00
     * 4 CPU/Cores = 100% is load 4.00     * 4 CPU/Cores = 100% is load 4.00
-  * Example: From the analogy above, each CPU Core can handle 1 bridge lane.+  * Example: From the analogy above, each CPU Core can actively process 1 bridge lane.
  
 ===== Calculate Overall CPU Load ===== ===== Calculate Overall CPU Load =====
-  * Get number of CPUs +  * Get number of CPUs<code bash>grep -c proc /proc/cpuinfo 
-    * <code bash>grep -c proc /proc/cpuinfo</code>+OR 
 +nproc</code>
   * Load Average / NumProccessors = decimal % load   * Load Average / NumProccessors = decimal % load
     * Example: LoadAvg(1.5) / 2 Processors = 0.75 or 75% system load on a dual core system.     * Example: LoadAvg(1.5) / 2 Processors = 0.75 or 75% system load on a dual core system.
  • linux_wiki/high_system_load.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)