summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* remove catching IOError; let the test fail and adjust it laterGiampaolo Rodola2019-04-261-11/+5
* Fix cpu freq (#1496)David Brochart2019-04-261-5/+17
* fix #1493: [Linux] cpu_freq(): handle the case where /sys/devices/system/cpu/...Giampaolo Rodola2019-04-261-1/+1
* Revert "Fix cpu_freq (#1493)" (#1495)Giampaolo Rodola2019-04-251-7/+1
* Fix cpu_freq (#1493)David Brochart2019-04-251-1/+7
* Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-251-1/+1
* refactor/move some utilities into _common.pyGiampaolo Rodola2019-04-121-15/+2
* Linux / CPU freq, fixes #1481Alex Manuskin2019-04-051-15/+11
* fix linux testsfix-testsGiampaolo Rodola2019-04-051-2/+2
* refactor ionice() on LinuxGiampaolo Rodola2019-04-041-6/+3
* refactor ionice() on LinuxGiampaolo Rodola2019-04-041-30/+9
* #1404: fix regression not returning CPUs > 9Giampaolo Rodola2019-04-021-1/+2
* Fix corner case when /etc/mtab doesn't exist and procfs=/proc (#1470)Cedric Lamoriniere2019-03-281-4/+4
* issue #1404 / linux / phys CPUs countGiampaolo Rodola2019-03-141-2/+12
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-031-0/+3
* _assert_alive() refactor (linux)Giampaolo Rodola2019-02-271-9/+11
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-041-3/+7