Add --monitor: live status view (downstream health, GPU lock, queue) via the control channel
This commit is contained in:
@@ -23,6 +23,9 @@ import (
|
||||
// idle) restart onto a signed update immediately.
|
||||
const CmdUpdateNow = "update-now"
|
||||
|
||||
// CmdStatus asks for a one-line JSON status snapshot (monitor mode).
|
||||
const CmdStatus = "status"
|
||||
|
||||
// ErrUnavailable means no running service offers the control channel.
|
||||
var ErrUnavailable = errors.New("control channel unavailable")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user