95c64ae76f
4.1.0 - 2016-03-12 ================== **Enhancements** - #777: [Linux] Process.open_files() on Linux return 3 new fields: position, mode and flags. - #779: Process.cpu_times() returns two new fields, 'children_user' and 'children_system' (always set to 0 on OSX and Windows). - #789: [Windows] psutil.cpu_times() return two new fields: "interrupt" and "dpc". Same for psutil.cpu_times_percent(). - #792: new psutil.cpu_stats() function returning number of CPU ctx switches interrupts, soft interrupts and syscalls. **Bug fixes** - #774: [FreeBSD] net_io_counters() dropout is no longer set to 0 if the kernel provides it. - #776: [Linux] Process.cpu_affinity() may erroneously raise NoSuchProcess. (patch by wxwright) - #780: [OSX] psutil does not compile with some gcc versions. - #786: net_if_addrs() may report incomplete MAC addresses. - #788: [NetBSD] virtual_memory()'s buffers and shared values were set to 0. - #790: [OSX] psutil won't compile on OSX 10.4. 4.0.0 - 2016-02-17 ================== **Enhancements** - #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time" field. - #660: [Windows] make.bat is smarter in finding alternative VS install locations. (patch by mpderbec) - #732: Process.environ(). (patch by Frank Benkstein) - #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real" memory stats. (patch by Eric Rahm) - #755: Process.memory_percent() "memtype" parameter. - #758: tests now live in psutil namespace. - #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.) - #756: [Linux] disk_io_counters() return 2 new fields: read_merged_count and write_merged_count. - #762: new scripts/procsmem.py script. **Bug fixes** - #685: [Linux] virtual_memory() provides wrong results on systems with a lot of physical memory. - #704: [Solaris] psutil does not compile on Solaris sparc. - #734: on Python 3 invalid UTF-8 data is not correctly handled for process name(), cwd(), exe(), cmdline() and open_files() methods resulting in UnicodeDecodeError exceptions. 'surrogateescape' error handler is now used as a workaround for replacing the corrupted data. - #737: [Windows] when the bitness of psutil and the target process was different cmdline() and cwd() could return a wrong result or incorrectly report an AccessDenied error. - #741: [OpenBSD] psutil does not compile on mips64. - #751: [Linux] fixed call to Py_DECREF on possible Null object. - #754: [Linux] cmdline() can be wrong in case of zombie process. - #759: [Linux] Process.memory_maps() may return paths ending with " (deleted)" - #761: [Windows] psutil.boot_time() wraps to 0 after 49 days. - #764: [NetBSD] fix compilation on NetBSD-6.x. - #766: [Linux] net_connections() can't handle malformed /proc/net/unix file. - #767: [Linux] disk_io_counters() may raise ValueError on 2.6 kernels and it's broken on 2.4 kernels. - #770: [NetBSD] disk_io_counters() metrics didn't update.
70 lines
2.6 KiB
Text
70 lines
2.6 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2016/04/29 15:33:57 prlw1 Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/psutil/__init__.py
|
|
${PYSITELIB}/psutil/__init__.pyc
|
|
${PYSITELIB}/psutil/__init__.pyo
|
|
${PYSITELIB}/psutil/_common.py
|
|
${PYSITELIB}/psutil/_common.pyc
|
|
${PYSITELIB}/psutil/_common.pyo
|
|
${PYSITELIB}/psutil/_compat.py
|
|
${PYSITELIB}/psutil/_compat.pyc
|
|
${PYSITELIB}/psutil/_compat.pyo
|
|
${PYSITELIB}/psutil/_psbsd.py
|
|
${PYSITELIB}/psutil/_psbsd.pyc
|
|
${PYSITELIB}/psutil/_psbsd.pyo
|
|
${PYSITELIB}/psutil/_pslinux.py
|
|
${PYSITELIB}/psutil/_pslinux.pyc
|
|
${PYSITELIB}/psutil/_pslinux.pyo
|
|
${PYSITELIB}/psutil/_psosx.py
|
|
${PYSITELIB}/psutil/_psosx.pyc
|
|
${PYSITELIB}/psutil/_psosx.pyo
|
|
${PYSITELIB}/psutil/_psposix.py
|
|
${PYSITELIB}/psutil/_psposix.pyc
|
|
${PYSITELIB}/psutil/_psposix.pyo
|
|
${PYSITELIB}/psutil/_pssunos.py
|
|
${PYSITELIB}/psutil/_pssunos.pyc
|
|
${PYSITELIB}/psutil/_pssunos.pyo
|
|
${PYSITELIB}/psutil/_psutil_${SYSTEM}.so
|
|
${PYSITELIB}/psutil/_psutil_posix.so
|
|
${PYSITELIB}/psutil/_pswindows.py
|
|
${PYSITELIB}/psutil/_pswindows.pyc
|
|
${PYSITELIB}/psutil/_pswindows.pyo
|
|
${PYSITELIB}/psutil/tests/__init__.py
|
|
${PYSITELIB}/psutil/tests/__init__.pyc
|
|
${PYSITELIB}/psutil/tests/__init__.pyo
|
|
${PYSITELIB}/psutil/tests/runner.py
|
|
${PYSITELIB}/psutil/tests/runner.pyc
|
|
${PYSITELIB}/psutil/tests/runner.pyo
|
|
${PYSITELIB}/psutil/tests/test_bsd.py
|
|
${PYSITELIB}/psutil/tests/test_bsd.pyc
|
|
${PYSITELIB}/psutil/tests/test_bsd.pyo
|
|
${PYSITELIB}/psutil/tests/test_linux.py
|
|
${PYSITELIB}/psutil/tests/test_linux.pyc
|
|
${PYSITELIB}/psutil/tests/test_linux.pyo
|
|
${PYSITELIB}/psutil/tests/test_memory_leaks.py
|
|
${PYSITELIB}/psutil/tests/test_memory_leaks.pyc
|
|
${PYSITELIB}/psutil/tests/test_memory_leaks.pyo
|
|
${PYSITELIB}/psutil/tests/test_misc.py
|
|
${PYSITELIB}/psutil/tests/test_misc.pyc
|
|
${PYSITELIB}/psutil/tests/test_misc.pyo
|
|
${PYSITELIB}/psutil/tests/test_osx.py
|
|
${PYSITELIB}/psutil/tests/test_osx.pyc
|
|
${PYSITELIB}/psutil/tests/test_osx.pyo
|
|
${PYSITELIB}/psutil/tests/test_posix.py
|
|
${PYSITELIB}/psutil/tests/test_posix.pyc
|
|
${PYSITELIB}/psutil/tests/test_posix.pyo
|
|
${PYSITELIB}/psutil/tests/test_process.py
|
|
${PYSITELIB}/psutil/tests/test_process.pyc
|
|
${PYSITELIB}/psutil/tests/test_process.pyo
|
|
${PYSITELIB}/psutil/tests/test_sunos.py
|
|
${PYSITELIB}/psutil/tests/test_sunos.pyc
|
|
${PYSITELIB}/psutil/tests/test_sunos.pyo
|
|
${PYSITELIB}/psutil/tests/test_system.py
|
|
${PYSITELIB}/psutil/tests/test_system.pyc
|
|
${PYSITELIB}/psutil/tests/test_system.pyo
|
|
${PYSITELIB}/psutil/tests/test_windows.py
|
|
${PYSITELIB}/psutil/tests/test_windows.pyc
|
|
${PYSITELIB}/psutil/tests/test_windows.pyo
|