summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
* fix #2049: [Linux] cpu_freq returns current value in GHz but min/max in MHzGiampaolo Rodola2022-01-071-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-8/+9
* fix #2023 [Linux] cpu_freq() return order is wrong on systems with > 9 CPUs.Giampaolo Rodola2021-11-251-3/+4
* add debug() prints in a couple of placesGiampaolo Rodola2021-10-141-2/+6
* [Linux] convert /dev/root device to real path (fixes #1999) (#2000)Giampaolo Rodola2021-10-141-0/+76
* Handle ENAMETOOLONG on Linux (#1940) (#1955)Nikita Radchenko2021-10-051-0/+6
* fix #1919 / Linux: sensors_battery() may raise TypeError on PureOSGiampaolo Rodola2021-10-031-1/+4
* Speed up cpu_frequncy() on Linux systems (#1851) (#1852)marxin2021-01-071-16/+21
* Linux, cpu_freq(): diminish os.stat() calls a bitGiampaolo Rodola2020-12-301-12/+5
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-2/+2
* Don't duplicate coretemp sensor readings (#1822)Tim Schlueter2020-12-171-2/+12
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-1/+1
* remove misleading "in UTC" (#1882)zed2020-11-151-1/+1
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-6/+52
* revert last commitGiampaolo Rodola2020-11-011-9/+2
* fix #1868: missing fields from /proc/pid/stat on Alpine LinuxGiampaolo Rodola2020-11-011-2/+9
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+3
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-6/+0
* linux / cpu_count phys: take depreated */thread_siblings_list intoGiampaolo Rodola2020-10-171-9/+15
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-171-4/+4
|\
| * Fix cpu_count_physical() returning wrong values on systems with SMT or more t...Vincent A. Arcila2020-10-171-4/+4
* | increase test coverageGiampaolo Rodola2020-10-171-1/+1
|/
* remove old unused code (#1843)Arnon Yaari2020-10-051-4/+0
* sensors_battery() only return None if percentage is undetermined (#1838)aristocratos2020-09-301-3/+2
* Expanded battery sensor detection (#1837)aristocratos2020-09-271-4/+11
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-211-1/+1
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-241-1/+1
* Remove useless assignment (#1728)kaiix2020-04-161-1/+0
* Fix handling /proc/cpuinfo without tabs (#1726)Michał Górny2020-04-141-1/+1
* #1681, revert 00a3398Giampaolo Rodola2020-02-131-25/+0
* small refactoring to accomodate #1691Giampaolo Rodola2020-02-131-5/+6
* fix #1627: [Linux] Process.memory_maps() can raise KeyErrorGiampaolo Rodola2020-02-111-1/+1
* small refactGiampaolo Rodola2020-02-111-3/+2
* fix #1681 / linux / disk_partitions: show swapGiampaolo Rodola2020-02-111-0/+27
* [Linux] disk_io_counters() ValueError when parsing /sys/block (#1684)Giampaolo Rodola2020-02-091-1/+1
* fix #1650 [Linux] sensors_temperatures() no longer emit warnings on file not ...Giampaolo Rodola2020-02-091-2/+2
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-3/+1
* Future-proof disk_io_counters on Linux. (#1665)Mike Hommey2020-01-171-1/+2
* move custom exceptions in _common.pyGiampaolo Rodola2020-01-021-7/+3
* lintGiampaolo Rodola2019-12-281-1/+2
* sensors_temperatures: also search /sys/devices/platform/coretemp.* for temper...Javad Karabi2019-12-281-0/+1
* updat HISTORYGiampaolo Rodola2019-11-221-3/+2
* linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends wit...Giampaolo Rodola2019-11-221-1/+8
* fix #1126: cpu_affinity() segfaults on CentOS 5Giampaolo Rodola2019-10-101-30/+34
* fix #1527: Linux process CPU iowait timeGiampaolo Rodola2019-09-071-1/+7
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-65/+50
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-1/+1
* Revert "Add handling of missing space in meminfo output (#1517)" (#1531)Giampaolo Rodola2019-06-121-3/+2
* Add handling of missing space in meminfo output (#1517)xiaclo2019-06-121-2/+3
* small refactoringGiampaolo Rodola2019-05-141-1/+1