summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 10:45:09 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 10:45:09 +0200
commitebf48f7adae58d024ee3ccb989f0e65ef31689d5 (patch)
tree3ad6184f5952402d69ad94e7c3a951a258061c4c
parent9566f65471458116c6db4c4c286b468e054334fe (diff)
parentde8734dff352b6b18e4e557aa5cfe244ccc32f00 (diff)
downloadpsutil-ebf48f7adae58d024ee3ccb989f0e65ef31689d5.tar.gz
Merge branch 'master' into 802-wrap-numbers
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 31cbd283..4b0c2821 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -410,6 +410,10 @@ Disks
`issue #802 <https://github.com/giampaolo/psutil/issues/802>`__.
Applications should be prepared to deal with that.
+ .. note::
+ on Windows ``"diskperf -y"`` command may need to be executed first
+ otherwise this function won't find any disk.
+
.. versionchanged::
4.0.0 added *busy_time* (Linux, FreeBSD), *read_merged_count* and
*write_merged_count* (Linux) fields.