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
*
fix #2049: [Linux] cpu_freq returns current value in GHz but min/max in MHz
Giampaolo Rodola
2022-01-07
1
-1
/
+1
*
Automatically sort imports (isort CLI tool) (#2033)
Giampaolo Rodola
2021-12-14
1
-8
/
+9
*
fix #2023 [Linux] cpu_freq() return order is wrong on systems with > 9 CPUs.
Giampaolo Rodola
2021-11-25
1
-3
/
+4
*
add debug() prints in a couple of places
Giampaolo Rodola
2021-10-14
1
-2
/
+6
*
[Linux] convert /dev/root device to real path (fixes #1999) (#2000)
Giampaolo Rodola
2021-10-14
1
-0
/
+76
*
Handle ENAMETOOLONG on Linux (#1940) (#1955)
Nikita Radchenko
2021-10-05
1
-0
/
+6
*
fix #1919 / Linux: sensors_battery() may raise TypeError on PureOS
Giampaolo Rodola
2021-10-03
1
-1
/
+4
*
Speed up cpu_frequncy() on Linux systems (#1851) (#1852)
marxin
2021-01-07
1
-16
/
+21
*
Linux, cpu_freq(): diminish os.stat() calls a bit
Giampaolo Rodola
2020-12-30
1
-12
/
+5
*
Rename cpu_count_physical() to cpu_count_cores()
Giampaolo Rodola
2020-12-21
1
-2
/
+2
*
Don't duplicate coretemp sensor readings (#1822)
Tim Schlueter
2020-12-17
1
-2
/
+12
*
[macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...
Giampaolo Rodola
2020-12-17
1
-1
/
+1
*
remove misleading "in UTC" (#1882)
zed
2020-11-15
1
-1
/
+1
*
Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)
Giampaolo Rodola
2020-11-15
1
-6
/
+52
*
revert last commit
Giampaolo Rodola
2020-11-01
1
-9
/
+2
*
fix #1868: missing fields from /proc/pid/stat on Alpine Linux
Giampaolo Rodola
2020-11-01
1
-2
/
+9
*
disk_partitions() maxfile and maxpath (#1863)
Giampaolo Rodola
2020-10-24
1
-1
/
+3
*
[FreeBSD] process resource limits (#1859) (#809)
Giampaolo Rodola
2020-10-23
1
-6
/
+0
*
linux / cpu_count phys: take depreated */thread_siblings_list into
Giampaolo Rodola
2020-10-17
1
-9
/
+15
*
Merge branch 'master' of github.com:giampaolo/psutil
Giampaolo Rodola
2020-10-17
1
-4
/
+4
|
\
|
*
Fix cpu_count_physical() returning wrong values on systems with SMT or more t...
Vincent A. Arcila
2020-10-17
1
-4
/
+4
*
|
increase test coverage
Giampaolo Rodola
2020-10-17
1
-1
/
+1
|
/
*
remove old unused code (#1843)
Arnon Yaari
2020-10-05
1
-4
/
+0
*
sensors_battery() only return None if percentage is undetermined (#1838)
aristocratos
2020-09-30
1
-3
/
+2
*
Expanded battery sensor detection (#1837)
aristocratos
2020-09-27
1
-4
/
+11
*
update doc for #1830 (net_if_stats() isup check if NIC is running)
Giampaolo Rodola
2020-09-21
1
-1
/
+1
*
Backport python 3 super() (#1733)
Giampaolo Rodola
2020-04-24
1
-1
/
+1
*
Remove useless assignment (#1728)
kaiix
2020-04-16
1
-1
/
+0
*
Fix handling /proc/cpuinfo without tabs (#1726)
Michał Górny
2020-04-14
1
-1
/
+1
*
#1681, revert 00a3398
Giampaolo Rodola
2020-02-13
1
-25
/
+0
*
small refactoring to accomodate #1691
Giampaolo Rodola
2020-02-13
1
-5
/
+6
*
fix #1627: [Linux] Process.memory_maps() can raise KeyError
Giampaolo Rodola
2020-02-11
1
-1
/
+1
*
small refact
Giampaolo Rodola
2020-02-11
1
-3
/
+2
*
fix #1681 / linux / disk_partitions: show swap
Giampaolo Rodola
2020-02-11
1
-0
/
+27
*
[Linux] disk_io_counters() ValueError when parsing /sys/block (#1684)
Giampaolo Rodola
2020-02-09
1
-1
/
+1
*
fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...
Giampaolo Rodola
2020-02-09
1
-2
/
+2
*
Properly handle PID type in C (#1672)
Giampaolo Rodola
2020-01-29
1
-3
/
+1
*
Future-proof disk_io_counters on Linux. (#1665)
Mike Hommey
2020-01-17
1
-1
/
+2
*
move custom exceptions in _common.py
Giampaolo Rodola
2020-01-02
1
-7
/
+3
*
lint
Giampaolo Rodola
2019-12-28
1
-1
/
+2
*
sensors_temperatures: also search /sys/devices/platform/coretemp.* for temper...
Javad Karabi
2019-12-28
1
-0
/
+1
*
updat HISTORY
Giampaolo Rodola
2019-11-22
1
-3
/
+2
*
linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends wit...
Giampaolo Rodola
2019-11-22
1
-1
/
+8
*
fix #1126: cpu_affinity() segfaults on CentOS 5
Giampaolo Rodola
2019-10-10
1
-30
/
+34
*
fix #1527: Linux process CPU iowait time
Giampaolo Rodola
2019-09-07
1
-1
/
+7
*
PEP-3151: backport FS exceptions to Python 2 (#1544)
Giampaolo Rodola
2019-06-28
1
-65
/
+50
*
Connection family/type are not converted to enums (#1535)
Giampaolo Rodola
2019-06-14
1
-1
/
+1
*
Revert "Add handling of missing space in meminfo output (#1517)" (#1531)
Giampaolo Rodola
2019-06-12
1
-3
/
+2
*
Add handling of missing space in meminfo output (#1517)
xiaclo
2019-06-12
1
-2
/
+3
*
small refactoring
Giampaolo Rodola
2019-05-14
1
-1
/
+1
[next]