summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-11-13 22:48:03 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-11-13 22:48:03 +0100
commit1703f06b43d62eaaa34359a1a78c21d9846a3334 (patch)
treea814ffb4c21854449a1816f0616b01f420c7b77a
parent2bd7fcc29487f3c39380b3c3f867a567ebe4ef6b (diff)
downloadpsutil-1703f06b43d62eaaa34359a1a78c21d9846a3334.tar.gz
update psutil
-rw-r--r--IDEAS2
-rw-r--r--README.rst22
2 files changed, 19 insertions, 5 deletions
diff --git a/IDEAS b/IDEAS
index 74147e2e..015b5fff 100644
--- a/IDEAS
+++ b/IDEAS
@@ -24,6 +24,8 @@ APIS
FEATURES
========
+- #669: Windows / net_if_addrs(): return broadcast addr.
+
- #550: CPU info (frequency, architecture, threads per core, cores per socket,
sockets, ...)
diff --git a/README.rst b/README.rst
index 1548c0f6..ecd642ac 100644
--- a/README.rst
+++ b/README.rst
@@ -56,11 +56,6 @@ to 3.5** (users of Python 2.4 and 2.5 may use
Example applications
====================
-- https://github.com/nicolargo/glances
-- https://github.com/google/grr
-- https://github.com/Jahaja/psdash
-- https://github.com/giampaolo/psutil/tree/master/scripts
-
+------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+
| .. image:: https://github.com/giampaolo/psutil/blob/master/docs/_static/procinfo-small.png | .. image:: https://github.com/giampaolo/psutil/blob/master/docs/_static/top-small.png |
| :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/procinfo.png | :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/top.png |
@@ -69,6 +64,23 @@ Example applications
| :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/procsmem.png | :target: https://github.com/giampaolo/psutil/blob/master/docs/_static/pmap.png |
+------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+
+Also see https://github.com/giampaolo/psutil/tree/master/scripts.
+
+=====================
+Projects using psutil
+=====================
+
+At the time of writing there are currently almost
+`4000 projects <https://libraries.io/pypi/psutil/dependent_repositories?page=1>`__
+on github which depend from psutil.
+Here's some I find particularly interesting:
+
+- https://github.com/facebook/osquery/
+- https://github.com/nicolargo/glances
+- https://github.com/google/grr
+- https://github.com/Jahaja/psdash
+- https://github.com/ajenti/ajenti
+
==============
Example usages
==============