python-psutil
A graphical interface that lets you easily analyze and introspect unaltered running Python processes.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
22
derived packages
- Links to openSUSE:Factory / python-psutil
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-psutil && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
psutil-1.0.0.tar.gz | 0000159463 156 KB | |
python-psutil.changes | 0000002470 2.41 KB | |
python-psutil.spec | 0000001995 1.95 KB |
Revision 20 (latest revision is 174)
Sascha Peilicke (saschpe)
accepted
request 182833
from
Dirk Mueller (dirkmueller)
(revision 20)
- update to 1.0.0: * Process.get_connections() 'status' strings are now constants. * test suite exits with non-zero on failure. (patch by floppymaster) * extensively use unittest2 module in unit tests and provide workarounds if this is not installed on python < 2.7. * Process.get_memory_maps() may raise ValueError. * Process.get_connections() 'status' field is no longer a string but a constant object (psutil.CONN_*). * Process.get_connections() 'local_address' and 'remote_address' fields renamed to 'laddr' and 'raddr'. * psutil.network_io_counters() renamed to psutil.net_io_counters().
Comments 0