summaryrefslogtreecommitdiff
path: root/psutil/_pslinux.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Speedup Process.children() (#1185)Giampaolo Rodola2017-12-011-0/+24
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-281-2/+10
* #1174: use TimeoutExpired in wait_pid()Giampaolo Rodola2017-11-131-5/+1
* sort imports by nameGiampaolo Rodola2017-11-121-2/+2
* Move exceptions to separate file (#1174)wiggin152017-11-121-6/+4
* #1141: sensors_fans / linux: skip unreadable _input label for firstGiampaolo Rodola2017-09-281-6/+5
* 1129: have sensors_fans() on Linux skip entry on IOError (#1141)Sebastian Saip2017-09-281-1/+5
* 1129: have sensors_temperatures() on Linux skip entry on IOErrorGiampaolo Rodola2017-09-281-10/+11
* add test for parsing of /status file on LinuxGiampaolo Rodola2017-07-311-1/+1
* variables rewordingGiampaolo Rodola2017-07-181-8/+6
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-1/+1
* fix #1101: [Linux] sensors_temperatures() may raise ENODEV.Giampaolo Rodola2017-06-131-1/+2
* fix #1071: provide fallback for cpu_freq() in case main current freq file is ...Giampaolo Rodola2017-06-071-3/+12
* small refactoringGiampaolo Rodola2017-06-021-4/+6
* small refactoringGiampaolo Rodola2017-05-161-3/+3
* fix broken linkGiampaolo Rodola2017-05-121-1/+1
* check broken links: also inspect py filesGiampaolo Rodola2017-05-121-1/+2
* fix re, fix, flake 8, give CREDITS to @ygingras for #1057Giampaolo Rodola2017-05-101-2/+3
* Marked regexp patterns as raw strings and bytes to address the invalid escape...Yannick Gingras2017-05-091-9/+9
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the defaul...Giampaolo Rodola2017-05-041-7/+6
* #1039 / connections('unix') / linux: set laddr and raddr to an empty string i...Giampaolo Rodola2017-05-021-1/+4
* in psutil_users() move pid to the backAlexander Hasselhuhn2017-04-251-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-2/+2
* minor refactoringGiampaolo Rodola2017-04-251-1/+1
* fix #1021 / linux / open_files: open_files() may erroneously raise NoSuchProc...Giampaolo Rodola2017-04-251-6/+17
* increase test coverageGiampaolo Rodola2017-04-231-3/+3
* #1015: fix python3 failure https://travis-ci.org/giampaolo/psutil/jobs/224770921Giampaolo Rodola2017-04-221-2/+2
* fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() s...Giampaolo Rodola2017-04-221-3/+17
* fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess.Giampaolo Rodola2017-04-211-6/+13
* small refactoringGiampaolo Rodola2017-04-131-4/+6
* fix #1010 / linux: virtual_memory() may raise ValueErrorGiampaolo Rodola2017-04-101-2/+6
* fix #1009: sensors_temperatures() may raise OSError.Giampaolo Rodola2017-04-091-2/+10