About
=====

psutil (python system and process utilities) is a cross-platform library
for retrieving information on running processes and system utilization
(CPU, memory, disks, network) in Python. It is useful mainly for system
monitoring, profiling and limiting process resources and management of
running processes.

New features
==========

- New psutil.cpu_stats() function returning number of CPU ctx switches
interrupts, soft interrupts and syscalls.

- Process.open_files() on Linux return 3 new fields: position, mode and
flags:

- Process.cpu_times() returns two new fields, 'children_user' and
'children_system'.

- [Windows] psutil.cpu_times() return two new fields: "interrupt" and
  "dpc". Same for psutil.cpu_times_percent().

Links
====
Home: https://github.com/giampaolo/psutil
Doc: http://pythonhosted.org/psutil/
Download: https://pypi.python.org/pypi/psutil
Blog: http://grodola.blogspot.com/search/label/psutil
What's new: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst


-- 
Giampaolo - http://grodola.blogspot.com
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to