diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-02-17 17:41:05 +0100 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-02-17 17:41:05 +0100 |
commit | 42b34049cf96e845b6423db91f991849a2f87578 (patch) | |
tree | 575a48d9be6898cf48b1161045c9e58373831f0b | |
parent | 893bb7f255a3bde19d3b2dd8b039b368e0d660bc (diff) | |
download | psutil-release-4.0.0.tar.gz |
last update docrelease-4.0.0
-rw-r--r-- | docs/index.rst | 2 |
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. |