diff --git a/IDEAS b/IDEAS index 74147e2ea..015b5fffe 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 1548c0f67..ecd642ac3 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 `__ +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 ==============