It would be nice if the web administration interface could indicate high loads on the load page.
There's already infrastructure for indicating critical load on the load status page in the Web Admin Interface. The biggest thing actually missing is a CSS definition for styling the "warning" class that the elements already have.
Fixed now. The respective load number should be marked with an orange background now when: * free memory is at 0 * free swap is at 0 * rating is below 0 The warning for 'loadavg' will not show in any real world scenario. A FIXME has been added for this one since additional infrastructure is needed in order to make a good warning threshold.
(In reply to Samuel Mannehed from comment #7) > * rating is below 0 This has been modified to show a warning when rating is 0 or lower.
The warning levels are so absurd so this can't really be properly tested. But I could disable swap to test that warning, and increase load to the point where the rating warning triggered. So good enough I guess.