Skip to content

Commit

Permalink
update psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Nov 13, 2016
1 parent 2bd7fcc commit 1703f06
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 2 additions & 0 deletions IDEAS
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...)

Expand Down
22 changes: 17 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
==============
Expand Down

0 comments on commit 1703f06

Please sign in to comment.