summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-3/+3
* [Linux] guess `available` virtual_memory() if kernel says it's 0 (#2052)Giampaolo Rodola2023-03-291-32/+39
* When raising warning, always use stacklevel=2Giampaolo Rodola2023-03-271-3/+3
* #2191 / disk_partitions(): if all=True, do not unnecessarily list disk partit...Giampaolo Rodola2023-01-091-10/+11
* Resolve race condition in Process.threads() (#2151)Daniel Li2022-09-291-4/+4
* resolve conflictsGiampaolo Rodola2022-09-191-3/+3
|\
| * Fix typosKian-Meng Ang2022-01-271-4/+4
* | Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-2/+5
* | [Linux] Speedup `Process.full_memory_info()` (#2108)Giampaolo Rodola2022-05-181-7/+40
* | fix some typos (#2085)cui fliter2022-03-151-1/+1
|/
* [Linux]: increase `read(2)` buffer size when reading /proc files lines (#2054)Giampaolo Rodola2022-01-151-8/+3
* bump up ver + strip() some cat() resultsGiampaolo Rodola2022-01-081-3/+3
* [Linux] cat/bcat utils refactoring (#2053)Giampaolo Rodola2022-01-081-47/+30
* 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