summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-24 12:57:12 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-24 12:57:12 +0100
commit99b2ce60508391554c7d9120609f1f7ccbb73fbd (patch)
treeb49977fa35faae51ca35cea0520067e35842312f
parent8b0d6bc896567a0d0a7c139a40e1b64dbece724e (diff)
downloadpsutil-99b2ce60508391554c7d9120609f1f7ccbb73fbd.tar.gz
update doc
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--docs/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f5de48eb..932e0358 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -223,6 +223,16 @@ CPU
using process pools (see `multiprocess.Pool <https://docs.python.org/3/library/multiprocessing.html#using-a-pool-of-workers>`__) and it's more accurate
than "logical" CPU count or `os.cpu_count`_.
+ ======== =========== ========== ========== ======== ======== ======== ======= =======
+ Type Linux Windows macOS FreeBSD OpenBSD NetBSD SunOS AIX
+ ======== =========== ========== ========== ======== ======== ======== ======= =======
+ logical X X X X X X X X
+ cores X X X X X X
+ sockets X X X X
+ numa X X
+ usable X X X X X X X X
+ ======== =========== ========== ========== ======== ======== ======== ======= =======
+
Example on a system having 2 cores + Hyper Threading:
.. code-block:: python