summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-09-14 14:49:22 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2019-09-14 14:49:22 +0200
commit25adbb604df24ae91a985c28578adca6c759f0f8 (patch)
tree0fa1fe5d96fa02374eb5ee56ff005d3f2aa6d266 /README.rst
parente6bff45281de1a3e55978812468424086b0edac4 (diff)
downloadpsutil-25adbb604df24ae91a985c28578adca6c759f0f8.tar.gz
update README and issue templates
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4f1a71c3..471409ec 100644
--- a/README.rst
+++ b/README.rst
@@ -359,7 +359,7 @@ Process management
pgids(real=1000, effective=1000, saved=1000)
>>>
>>> p.cpu_times()
- pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1)
+ pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
>>> p.cpu_percent(interval=1.0)
12.1
>>> p.cpu_affinity()