Skip to content

Commit

Permalink
update HISTORY / README
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Feb 1, 2017
1 parent c019b2e commit cba54bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
**Enhancements**

- 357_: added psutil.Process.cpu_num() (what CPU a process is on).
- 371_: added psutil.sensors_temperatures() (Linux only).
- 941_: added psutil.cpu_freq() (CPU frequency).
- 956_: cpu_affinity([]) can now be used as an alias to set affinity against
all eligible CPUs.
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ Network
{'eth0': snicstats(isup=True, duplex=<NicDuplex.NIC_DUPLEX_FULL: 2>, speed=100, mtu=1500),
'lo': snicstats(isup=True, duplex=<NicDuplex.NIC_DUPLEX_UNKNOWN: 0>, speed=0, mtu=65536)}
Sensors (Linux only)
====================
Sensors
=======
.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ Sensors
shwtemp(label='Core 2', current=45.0, high=100.0, critical=100.0),
shwtemp(label='Core 3', current=47.0, high=100.0, critical=100.0)]}

See also `sensors.py <https://github.com/giampaolo/psutil/blob/master/scripts/sensors.py>`__
See also `temperatures.py <https://github.com/giampaolo/psutil/blob/master/scripts/temperatures.py>`__
for an example application.

.. warning::
Expand Down
File renamed without changes.

0 comments on commit cba54bc

Please sign in to comment.