summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-02-17 17:41:05 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-02-17 17:41:05 +0100
commit42b34049cf96e845b6423db91f991849a2f87578 (patch)
tree575a48d9be6898cf48b1161045c9e58373831f0b
parent893bb7f255a3bde19d3b2dd8b039b368e0d660bc (diff)
downloadpsutil-release-4.0.0.tar.gz
last update docrelease-4.0.0
-rw-r--r--docs/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9ac4b976..d610f102 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1101,6 +1101,8 @@ Process class
It does so by passing through the whole process address.
As such it usually requires higher user privileges than
:meth:`memory_info` and is considerably slower.
+ On platforms where extra fields are not implented this simply returns the
+ same metrics as :meth:`memory_info`.
- **uss**: (Linux, OSX, Windows) aka "Unique Set Size", this is the memory
which is unique to a process and which would be freed if the process was terminated right now.