summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-07-25 20:54:17 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-07-25 20:54:17 +0200
commitdf46de5d4df8da20f6939f121a151a646cf88ed2 (patch)
treeffa5ac7e179885fc9165ef75dde7bcc0d0846677 /docs
parent35cb1ab6e7cf2ef0942a135d812eebdce5af958d (diff)
downloadpsutil-df46de5d4df8da20f6939f121a151a646cf88ed2.tar.gz
fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 35f13568..41b7175f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2169,7 +2169,8 @@ Constants
.. data:: STATUS_DEAD
.. data:: STATUS_WAKE_KILL
.. data:: STATUS_WAKING
-.. data:: STATUS_IDLE (macOS, FreeBSD)
+.. data:: STATUS_PARKED (Linux)
+.. data:: STATUS_IDLE (Linux, macOS, FreeBSD)
.. data:: STATUS_LOCKED (FreeBSD)
.. data:: STATUS_WAITING (FreeBSD)
.. data:: STATUS_SUSPENDED (NetBSD)
@@ -2178,6 +2179,7 @@ Constants
Returned by :meth:`psutil.Process.status()`.
.. versionadded:: 3.4.1 STATUS_SUSPENDED (NetBSD)
+ .. versionadded:: 5.5.0 STATUS_PARKED (Linux)
.. _const-conn:
.. data:: CONN_ESTABLISHED