mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-05 08:45:55 +02:00
offload: Display the normalized load in 'guix offload status' output.
Fixes a regression introduced in
bbe66a530a whereby the actual
load (non-normalized) would be displayed.
* guix/scripts/offload.scm (check-machine-status): Add call to
'normalized-load'.
This commit is contained in:
@@ -733,7 +733,7 @@ machine."
|
||||
(utsname:sysname uts) (utsname:release uts)
|
||||
(utsname:machine uts)
|
||||
(utsname:nodename uts)
|
||||
load
|
||||
(normalized-load machine load)
|
||||
(/ free (expt 2 20) 1.))))
|
||||
machines)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user