Created
December 2, 2014 15:06
-
-
Save jpcaruana/9f1af3b57d7ee3d11d61 to your computer and use it in GitHub Desktop.
load for dummies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If load average < number of cores, then the machine is not loaded | |
If load average == number of cores, then the machine is in full use | |
If load average >= 4X number of cores, then the machine is highly loaded | |
If load average >= around 40X number of cores, then the machine is unusable | |
from http://www.infoq.com/articles/Tuning-Java-Servers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment