index
:
delta/python-packages/psutil.git
0-wiz-0-master
1018-test-refactoring
1040-fix-unicode
1044-osx-zombies
1053-drop-py26-test-support
1058-enable-fix-warnings
1102-proc-bitness
1124-win-wait
1151-PSUTIL_TESTING_env_var
1173-debug-mode
1183-proc-children-speedup
357-proc-cpu-num
371-temperatures
5.7.3
5.9.0-py3.6-wheels
613-thread-names
655-windows-unicode
663-ptp-ifaces
720-sysinfo
722-net-io-ext
756-disk-io-busy-time
771-win-cpu-count
772-net-io-counters-ext
777-linux-files-pos-mode
779-proc-cpu-children-times
792-cpu-stats
795-win-services
802-wrap-numbers
887-linux-free-mem-standardization
887-linux-free-mem-standardization-2
922-if-flags
930-netbsd-connections-segfault
941-cpu-freq
941-cpu-info
955-battery-sensors
EvinceMoi-fix-net_io_counter-overflow
alxchk-master
appveyor
appveyor-debug
appveyor-experiments
black
bsebi-master
c-excs-refact
c-mod-init
central-testcase-class
ci-tests
connections-refactoring
cpu-freq-sparc
cpu-info
cpu-temp
cygwin
debug-c-macro
debug-travis-osx
disk-part-ext
disk-swaps
download_stats
dragonfly-bsd
drop-win-xp-support
fbenkstein-non-unicode
fix-ci
fix-ntext.h
fix-tests
fix-win-set-debug
fix-workflow
freebsd-ci
freebsd-rlimit
fs-exceptions
get_open_files_thread
github-actions
history-urls
ipv6-zone-id
label-old-issues
landryb-openbsd
linux-cat-bcat
linux-disk-io-partitions
linux-mem
linux-zombie-proc
malloc-info
master
mem-refactoring
mem-refactoring-2
memleak-adjust
memleak-fluctuation
memleaks-refact
mindw-move_extension_2_pkg
net-if-flags
new-cpu-count
nicolargo-fansensor
nicstats-250
numfds-test-case-class
oneshot
oneshot-win
openbsd-fixes
osx-failure
osx-ionice
osx-kern-procargs2
osx-list-fds-refact
osx-mem-maps-segfault
osx-move-proc-funcs
osx-temps-alternate
osx-travis-failure
osx-wheels-debug
parallel-build
parallel-tests
pr-1036
pre-release
print-leftover
prlimit
proc-iter-fix
proc-namespace
psutil-test-flag
psutil-testing-envvar
py3.10-deprecation-warn
pyobj-refact
pypy
pypy2-win
read-whole-proc-files-2
readme-update
reap-children
refactor-c-pid-exists
release-gil
revert-1493-fix_cpu_freq
revert-888-887-linux-free-mem-standardization
revert-popen
revive-environ-windows
rich-exceptions
root-fs-device
set_procfs_path
shared-mem
skip-osx-py27
spacewander-patch-1
sync-test-primitives
test-fetch-all-parallel
testfn
thread-safety
thread-safety-2
tidelift
travis-experiments
upload-action
utils-refact
virtualization
wait-exit-code
wheel4
wheel5
wheels2
wheels3
wheels6
wifi
win-alternate-exe-api
win-c-refact
win-cons-speedup
win-cpu-times-refact
win-getloadavg
win-loadlib-refact
win-ntstatus-errs
win-open-files-fixes
win-open-files2
win-openprocess-fix-2
win-pid-type
win-pid-type2
win-proc-exe
win-proc-resources
win-refact
win-swap-usage-via-pagefiles
win-time-precision
win-uss-mem
winerr-0
winerr-handling
winloadlib
xxx
github.com: giampaolo/psutil.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
psutil
/
_pslinux.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
update doc
mem-refactoring
Giampaolo Rodola
2016-02-05
1
-1
/
+1
*
linux / memory_addrspace_info(): also provide 'swap' metrics
Giampaolo Rodola
2016-02-04
1
-3
/
+5
*
provide a new memory_addrspace_info() fun and deprecate memory_info_ex
Giampaolo Rodola
2016-02-04
1
-26
/
+14
*
have memory_info() return the stats which were previosuly returned by memory_...
Giampaolo Rodola
2016-02-04
1
-13
/
+8
*
Linux: we weren't returning actual PSS
Giampaolo Rodola
2016-02-04
1
-2
/
+2
*
little refactoring
Giampaolo Rodola
2016-02-04
1
-16
/
+19
*
osx/linux ignore AccessDenied when retrieving pss/uss
Giampaolo Rodola
2016-02-04
1
-6
/
+14
*
remove 'support for private module import' hack
Giampaolo Rodola
2016-02-04
1
-6
/
+0
*
remove @wrap_exceptions_w_zombie (it seems it's unnecessary)
Giampaolo Rodola
2016-02-04
1
-15
/
+1
*
fix #754: [Linux] cmdline() can be wrong in case of zombie process.
Giampaolo Rodola
2016-02-04
1
-0
/
+3
*
fix #744 aka #753: implement memory USS / PSS on Linux
Giampaolo Rodola
2016-02-03
1
-4
/
+24
*
revive Process.environ on Linux
Frank Benkstein
2016-01-25
1
-0
/
+7
*
#734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by defa...
Giampaolo Rodola
2016-01-14
1
-5
/
+2
*
expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...
fbenkstein-non-unicode
Giampaolo Rodola
2016-01-22
1
-6
/
+13
*
fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determ...
Giampaolo Rodola
2016-01-13
1
-17
/
+28
*
#717: ignore everything after the first occurrence of '\x00' instead of repla...
Giampaolo Rodola
2015-12-15
1
-5
/
+11
*
fix #717: [Linux] Process.open_files fails if deleted files still visible.
Giampaolo Rodola
2015-12-15
1
-19
/
+20
*
#715: don't crash at import time if cpu_times() fail for some reason.
Giampaolo Rodola
2015-12-14
1
-1
/
+10
*
#708: use buffering for open() only on Python 2; on Python 3 this does not ha...
Giampaolo Rodola
2015-12-01
1
-2
/
+5
*
little speedup for system connections
Giampaolo Rodola
2015-12-01
1
-2
/
+3
*
fix #708 [Linux]: speedup psutil.net_connections() and psutil.Process.connect...
Giampaolo Rodola
2015-12-01
1
-3
/
+5
*
linux refactoring: use a wrapper around open() for binary files
Giampaolo Rodola
2015-11-29
1
-26
/
+31
*
#558: update cpu times ntuple if /proc fs location change
Giampaolo Rodola
2015-10-31
1
-6
/
+12
*
#558: [Linux] expose psutil.PROCFS_PATH constant
Giampaolo Rodola
2015-10-31
1
-46
/
+61
*
sort imports
Giampaolo Rodola
2015-10-24
1
-4
/
+10
*
fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...
Giampaolo Rodola
2015-09-19
1
-12
/
+26
*
Merge pull request #573 from tomprince/remove-shebang-lines
EvinceMoi-fix-net_io_counter-overflow
Giampaolo Rodola'
2015-09-03
1
-2
/
+0
|
\
|
*
Modules aren't scripts.
Tom Prince
2015-01-08
1
-2
/
+0
*
|
#675: [Linux] net_connections(); UnicodeDecodeError may occur when listing UN...
Giampaolo Rodola
2015-08-31
1
-1
/
+3
*
|
open files by using sys.getfilesystemencoding() + refactor stuff
Giampaolo Rodola
2015-08-30
1
-18
/
+23
*
|
#675: try to fix encoding issue
Giampaolo Rodola
2015-08-30
1
-2
/
+4
*
|
fix #603: [Linux] ionice_set value range is incorrect. (patch by spacewander)
Giampaolo Rodola
2015-08-07
1
-2
/
+2
*
|
#534: (Linux) add support for ZFS filesystems
Giampaolo Rodola
2015-07-11
1
-3
/
+9
*
|
disk_partitions(): little speedup
Giampaolo Rodola
2015-07-11
1
-2
/
+2
*
|
#639: (Linux) proc cmdline can be truncated
Giampaolo Rodola
2015-07-09
1
-1
/
+4
*
|
fix travis failure
Giampaolo Rodola
2015-07-09
1
-1
/
+1
*
|
exceptions unification
Giampaolo Rodola
2015-06-20
1
-2
/
+2
*
|
(linux / net connections) do not swallow all OSError exceptions
Giampaolo Rodola
2015-06-20
1
-3
/
+11
*
|
improve test coverage
Giampaolo Rodola
2015-06-20
1
-3
/
+5
*
|
(linux) proc io nice: provide better error messages
Giampaolo Rodola
2015-06-20
1
-9
/
+19
*
|
improve linux test coverage
Giampaolo Rodola
2015-06-20
1
-7
/
+10
*
|
Merge pull request #634 from arnimarj/master
Giampaolo Rodola'
2015-06-18
1
-1
/
+1
|
\
\
|
*
|
fixing cmdline() for empty-string argumemts on posix systems
Arni Mar Jonsson
2015-06-16
1
-1
/
+1
*
|
|
fix #632: [Linux] better error message if cannot parse process UNIX connections.
Giampaolo Rodola
2015-06-17
1
-3
/
+13
|
/
/
*
|
fix #614: [Linux] return the num of physical cores instead of physical CPUs
Giampaolo Rodola
2015-06-03
1
-5
/
+19
*
|
fix #628: Process.name() on Linux truncates spaces and ')'
Giampaolo Rodola
2015-06-03
1
-2
/
+3
*
|
Remove deprecated attributes
Weilu Jia
2015-05-15
1
-4
/
+1
*
|
fix typo in documentation
Serge Voilokov
2015-02-25
1
-2
/
+2
*
|
#428 / zombie process: provide a more informative exception msg providing als...
Giampaolo Rodola
2015-02-19
1
-4
/
+5
*
|
fix zombie process failing on travis due to ENOSYS
Giampaolo Rodola
2015-02-19
1
-10
/
+18
[next]