Bug 7595 - Indicate critical load in web administration
Summary: Indicate critical load in web administration
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Administration (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.13.0
Assignee: Samuel Mannehed
URL:
Keywords: ossman_tester, prosaic
Depends on:
Blocks:
 
Reported: 2020-11-24 17:24 CET by Samuel Mannehed
Modified: 2020-12-07 11:43 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2020-11-24 17:24:53 CET
It would be nice if the web administration interface could indicate high loads on the load page.
Comment 1 Samuel Mannehed cendio 2020-11-24 17:25:51 CET
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.
Comment 7 Samuel Mannehed cendio 2020-11-24 17:58:28 CET
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.
Comment 9 Samuel Mannehed cendio 2020-11-25 13:17:50 CET
(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.
Comment 10 Pierre Ossman cendio 2020-11-26 11:14:15 CET
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.

Note You need to log in before you can comment on or make changes to this bug.