summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 10:44:58 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-09 10:44:58 +0200
commitde8734dff352b6b18e4e557aa5cfe244ccc32f00 (patch)
tree32136a049d0bfe8fb091358b851eb1496a41d40c
parentb947416bb783926ef0e6df902bcc6ac6a5a6ffe9 (diff)
downloadpsutil-de8734dff352b6b18e4e557aa5cfe244ccc32f00.tar.gz
update disk_io_counters() doc
-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.