From 701540827e27a4f07ac725db3ce361d3be0c106f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 19 Jan 2015 16:11:24 +0000 Subject: - added the s6_fdholder library to libs6. (Nothing useful yet.) - fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat) --- doc/s6-svstat.html | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'doc/s6-svstat.html') diff --git a/doc/s6-svstat.html b/doc/s6-svstat.html index 75ee7e2..e5e5438 100644 --- a/doc/s6-svstat.html +++ b/doc/s6-svstat.html @@ -18,27 +18,38 @@

The s6-svstat program

-s6-svstat prints a short, human-readable summary of the state of a supervised -service. +s6-svstat prints a short, human-readable summary of the state of a process +monitored by s6-supervise.

Interface

-     s6-svstat servicedir
+     s6-svstat [ -n ] servicedir
 

- s6-svstat gives the following information about the process being monitored + s6-svstat gives information about the process being monitored at the servicedir service directory, then -exits 0: +exits 0. The information includes the following:

+ +

Options

+ + -- cgit 1.4.1