From 9f78e02f73e745a29218530e6706a4999c6189c9 Mon Sep 17 00:00:00 2001 From: Peter Jiping Xie Date: Thu, 20 Jul 2023 03:34:09 +1000 Subject: [PATCH] supervisorctl: add `status` example (#10488) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/supervisorctl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/supervisorctl.md b/pages/common/supervisorctl.md index a42960008..3b9d35c0f 100644 --- a/pages/common/supervisorctl.md +++ b/pages/common/supervisorctl.md @@ -4,6 +4,10 @@ > Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface. > More information: . +- Show the status of a process (or all processes if `process_name` is not specified): + +`supervisorctl status {{process_name}}` + - Start/stop/restart a process: `supervisorctl {{start|stop|restart}} {{process_name}}`