summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-7/+7
* Linux: refactor _parse_stat_file() and return a dict instead of a list (+ mai...Giampaolo Rodola2018-12-101-17/+30
* fix #1357: do not expose Process' memory_maps() and io_counters() methods if ...Giampaolo Rodola2018-12-101-11/+4
* Fix #1354 [Linux] disk_io_counters() fails on Linux kernel 4.18+ (#1360)Koen Kooi2018-11-051-1/+3
* sensors_temperatures() / linux: convert defaultdict to dictGiampaolo Rodola2018-10-201-1/+1
* fix #1004: Process.io_counters() may raise ValueErrorGiampaolo Rodola2018-10-191-10/+19
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-191-2/+9
* refactor hasattr() checks as global constantsGiampaolo Rodola2018-10-161-1/+3
* #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c...Giampaolo Rodola2018-10-161-0/+13
* Add parsing for /sys/class/thermal (#1345)Alex Manuskin2018-10-011-0/+44
* #1341: move open() utilities/wrappers in _common.pyGiampaolo Rodola2018-09-261-18/+2
* fix #1323: [Linux] sensors_temperatures() may fail with ValueErrorGiampaolo Rodola2018-08-131-5/+13
* #1321: refactoringGiampaolo Rodola2018-08-131-39/+52
* make disk_io_counters more robust (#1324)Lawrence Ye2018-08-131-2/+17
* update is_storage_device() docstringGiampaolo Rodola2018-08-011-4/+4
* fix #1305 / disk_io_counters() / Linux: assume SECTOR_SIZE is a fixed 512Giampaolo Rodola2018-08-011-17/+16
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-291-33/+45
* fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)Giampaolo Rodola2018-07-251-2/+7
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-161-4/+10
* fix #1274 / Process.children / Linux: do not swallow AccessDeniedGiampaolo Rodola2018-05-081-3/+2
* rename function argGiampaolo Rodola2018-03-241-2/+2
* fix #1238: sensors_battery() may return None in case battery is not listed as...Giampaolo Rodola2018-03-201-2/+6
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-171-2/+7
* #1222 / linux / memory_full_info: we were erroneously adding "Pss:" and "Swap...Giampaolo Rodola2018-03-131-3/+4
* #1222: [Linux] Process.memory_full_info() was summing both 'swap PSS' (swap p...Giampaolo Rodola2018-03-131-1/+1
* more detailed error msg in case of missing file when reading temperaturesGiampaolo Rodola2018-03-131-4/+6
* #1245 / linux / temperatures: skip sensors if 'name' file does not existGiampaolo Rodola2018-03-131-2/+3