summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-12-13 23:42:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-12-16 21:51:33 +0100
commitdafc3dafeada11e4df043bf751a611b1ac8fc22a (patch)
tree57338ba0841860fe51802693f0306d363fb2ea52 /doc
parentca6182a1be5ccc76043b4138e504ee6ae143edae (diff)
downloadpatches-dafc3dafeada11e4df043bf751a611b1ac8fc22a.tar
patches-dafc3dafeada11e4df043bf751a611b1ac8fc22a.tar.gz
guix: offload: Add "status" sub-command.
* guix/scripts/offload.scm (check-machine-status): New procedure. (guix-offload): Call it when the argument is "status". * doc/guix.texi (Daemon Offload Setup): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 64f73b38a4..cb6e6b1c6b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1066,6 +1066,15 @@ regular expression like this:
# guix offload test machines.scm '\.gnu\.org$'
@end example
+@cindex offload status
+To display the current load of all build hosts, run this command on the
+main node:
+
+@example
+# guix offload status
+@end example
+
+
@node Invoking guix-daemon
@section Invoking @command{guix-daemon}