1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
.coveragerc
.flake8
.gitignore
CONTRIBUTING.md
CREDITS
HISTORY.rst
INSTALL.rst
LICENSE
MANIFEST.in
Makefile
README.rst
make.bat
setup.py
docs/DEVGUIDE.rst
docs/DEVNOTES
docs/Makefile
docs/README
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/copybutton.js
docs/_static/favicon.ico
docs/_static/sidebar.js
docs/_static/css/custom.css
psutil/__init__.py
psutil/_common.py
psutil/_compat.py
psutil/_psaix.py
psutil/_psbsd.py
psutil/_pslinux.py
psutil/_psosx.py
psutil/_psposix.py
psutil/_pssunos.py
psutil/_psutil_aix.c
psutil/_psutil_bsd.c
psutil/_psutil_common.c
psutil/_psutil_common.h
psutil/_psutil_linux.c
psutil/_psutil_osx.c
psutil/_psutil_posix.c
psutil/_psutil_posix.h
psutil/_psutil_sunos.c
psutil/_psutil_windows.c
psutil/_pswindows.py
psutil.egg-info/PKG-INFO
psutil.egg-info/SOURCES.txt
psutil.egg-info/dependency_links.txt
psutil.egg-info/not-zip-safe
psutil.egg-info/requires.txt
psutil.egg-info/top_level.txt
psutil/arch/aix/common.c
psutil/arch/aix/common.h
psutil/arch/aix/ifaddrs.c
psutil/arch/aix/ifaddrs.h
psutil/arch/aix/net_connections.c
psutil/arch/aix/net_connections.h
psutil/arch/aix/net_kernel_structs.h
psutil/arch/freebsd/proc_socks.c
psutil/arch/freebsd/proc_socks.h
psutil/arch/freebsd/specific.c
psutil/arch/freebsd/specific.h
psutil/arch/freebsd/sys_socks.c
psutil/arch/freebsd/sys_socks.h
psutil/arch/netbsd/socks.c
psutil/arch/netbsd/socks.h
psutil/arch/netbsd/specific.c
psutil/arch/netbsd/specific.h
psutil/arch/openbsd/specific.c
psutil/arch/openbsd/specific.h
psutil/arch/osx/process_info.c
psutil/arch/osx/process_info.h
psutil/arch/solaris/environ.c
psutil/arch/solaris/environ.h
psutil/arch/solaris/v10/ifaddrs.c
psutil/arch/solaris/v10/ifaddrs.h
psutil/arch/windows/cpu.c
psutil/arch/windows/cpu.h
psutil/arch/windows/disk.c
psutil/arch/windows/disk.h
psutil/arch/windows/net.c
psutil/arch/windows/net.h
psutil/arch/windows/ntextapi.h
psutil/arch/windows/process_handles.c
psutil/arch/windows/process_handles.h
psutil/arch/windows/process_info.c
psutil/arch/windows/process_info.h
psutil/arch/windows/process_utils.c
psutil/arch/windows/process_utils.h
psutil/arch/windows/security.c
psutil/arch/windows/security.h
psutil/arch/windows/services.c
psutil/arch/windows/services.h
psutil/arch/windows/socks.c
psutil/arch/windows/socks.h
psutil/arch/windows/wmi.c
psutil/arch/windows/wmi.h
psutil/tests/README.rst
psutil/tests/__init__.py
psutil/tests/__main__.py
psutil/tests/runner.py
psutil/tests/test_aix.py
psutil/tests/test_bsd.py
psutil/tests/test_connections.py
psutil/tests/test_contracts.py
psutil/tests/test_linux.py
psutil/tests/test_memleaks.py
psutil/tests/test_misc.py
psutil/tests/test_osx.py
psutil/tests/test_posix.py
psutil/tests/test_process.py
psutil/tests/test_sunos.py
psutil/tests/test_system.py
psutil/tests/test_testutils.py
psutil/tests/test_unicode.py
psutil/tests/test_windows.py
scripts/battery.py
scripts/cpu_distribution.py
scripts/disk_usage.py
scripts/fans.py
scripts/free.py
scripts/ifconfig.py
scripts/iotop.py
scripts/killall.py
scripts/meminfo.py
scripts/netstat.py
scripts/nettop.py
scripts/pidof.py
scripts/pmap.py
scripts/procinfo.py
scripts/procsmem.py
scripts/ps.py
scripts/pstree.py
scripts/sensors.py
scripts/temperatures.py
scripts/top.py
scripts/who.py
scripts/winservices.py
scripts/internal/README
scripts/internal/bench_oneshot.py
scripts/internal/bench_oneshot_2.py
scripts/internal/check_broken_links.py
scripts/internal/clinter.py
scripts/internal/convert_readme.py
scripts/internal/download_wheels_appveyor.py
scripts/internal/download_wheels_github.py
scripts/internal/fix_flake8.py
scripts/internal/generate_manifest.py
scripts/internal/git_pre_commit.py
scripts/internal/github_issue_bot.py
scripts/internal/print_access_denied.py
scripts/internal/print_announce.py
scripts/internal/print_api_speed.py
scripts/internal/print_downloads.py
scripts/internal/print_hashes.py
scripts/internal/print_timeline.py
scripts/internal/print_wheels.py
scripts/internal/purge_installation.py
scripts/internal/tidelift.py
scripts/internal/winmake.py
|