summaryrefslogtreecommitdiff
path: root/doc/s6-svstat.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-20 15:18:27 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-20 15:18:27 +0000
commit3b8083f63e774b30963948778e01553d85cfea29 (patch)
tree015d66331767872b0b5831c2f924dcfb1551454d /doc/s6-svstat.html
parent26c5fee82736e56cff3d114ff9d6e3969d1ce061 (diff)
downloads6-3b8083f63e774b30963948778e01553d85cfea29.tar.xz
Add throttling support to s6-svstat
Diffstat (limited to 'doc/s6-svstat.html')
-rw-r--r--doc/s6-svstat.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/s6-svstat.html b/doc/s6-svstat.html
index 0da40cd..a77f903 100644
--- a/doc/s6-svstat.html
+++ b/doc/s6-svstat.html
@@ -75,7 +75,9 @@ are as follows.
<em>fields</em> is a list of comma-separated field names. The valid field
names are the following:
<ul>
- <li> <tt>up</tt>: print <tt>true</tt> if the service is up and <tt>false</tt> if it is down. </li>
+ <li> <tt>up</tt>: print <tt>true</tt> if the service is up and <tt>false</tt> if it is down.
+If the service is being throttled (i.e. technically up, but sleeping for a certain
+amount of time before it is really launched), it prints <tt>throttled</tt> instead of <tt>true</tt>. </li>
<li> <tt>wantedup</tt>: print <tt>true</tt> if <a href="s6-supervise.html">s6-supervise</a>
is currently instructed to (re)start the service when it is down, and <tt>false</tt> if
<a href="s6-supervise.html">s6-supervise</a> is currently instructed to leave the service alone. </li>