summaryrefslogtreecommitdiff
path: root/psutil/tests/test_linux.py
Commit message (Expand)AuthorAgeFilesLines
...
* #1681, revert 00a3398Giampaolo Rodola2020-02-131-19/+0
* try to fix travis testGiampaolo Rodola2020-02-111-0/+3
* fix #1681 / linux / disk_partitions: show swapGiampaolo Rodola2020-02-111-0/+16
* [Linux] disk_io_counters() ValueError when parsing /sys/block (#1684)Giampaolo Rodola2020-02-091-21/+2
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-0/+1
* credits for #1648Giampaolo Rodola2019-12-281-0/+1
* updat HISTORYGiampaolo Rodola2019-11-221-0/+2
* linux, cmdline(), fix for #1179, comment 552984549: sometimes string ends wit...Giampaolo Rodola2019-11-221-0/+8
* fix more CentOS failuresGiampaolo Rodola2019-10-101-19/+0
* fix some failing tests on CentOSGiampaolo Rodola2019-10-091-4/+3
* fix #1527: Linux process CPU iowait timeGiampaolo Rodola2019-09-071-0/+4
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-4/+3
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-5/+0
* Fix cpu freq (#1496)David Brochart2019-04-261-6/+23
* Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-251-4/+4
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+15
* Linux / CPU freq, fixes #1481Alex Manuskin2019-04-051-34/+47
* issue #1404 / linux / phys CPUs countGiampaolo Rodola2019-03-141-4/+6
* Big docfix (#1464)Giampaolo Rodola2019-03-141-80/+97
* Make tests invariant to LANG setting (#1462)Benjamin Drung2019-03-131-3/+3
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* #1359: add test case for cpu_count(logical=False) against lscpu utilityGiampaolo Rodola2018-11-081-0/+10
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-191-0/+12
* #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c...Giampaolo Rodola2018-10-161-0/+29
* fix travisGiampaolo Rodola2018-10-121-3/+1
* give credits to @alxchk for #1346 (sunOS)Giampaolo Rodola2018-10-111-2/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-10-011-1/+39
|\
| * Add parsing for /sys/class/thermal (#1345)Alex Manuskin2018-10-011-1/+39
* | use memory tolerance in occasionally failing testGiampaolo Rodola2018-09-281-1/+1
|/
* #1341: move open() utilities/wrappers in _common.pyGiampaolo Rodola2018-09-261-11/+11
* Refactored ps() function in test_posix (#1341)E. M. Bray2018-09-261-8/+0
* #1321 add unit testsGiampaolo Rodola2018-08-131-0/+20
* #1321: refactoringGiampaolo Rodola2018-08-131-1/+1
* remove old testGiampaolo Rodola2018-08-011-19/+0
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-291-27/+62
* remove outdated linux testGiampaolo Rodola2018-05-041-14/+0
* remove duplicate testGiampaolo Rodola2018-03-241-67/+0
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-201-371/+345
|\
| * refactor open mock + add purge script (#1249)Giampaolo Rodola2018-03-171-411/+361
* | linux: disable unreliable testGiampaolo Rodola2018-03-171-14/+15
* | linux: add mock test for virtual_memory()Giampaolo Rodola2018-03-171-25/+73
|/
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-171-0/+26
* Ignore negative deltas in cpu times when calculating percentages (#1210) (#1214)wiggin152018-03-141-0/+51
* #1222 / linux / memory_full_info: we were erroneously adding "Pss:" and "Swap...Giampaolo Rodola2018-03-131-0/+40
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+1910
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-1910/+0
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-281-0/+14
* skip cpu_freq tests if not available (#1170)wiggin152017-11-111-0/+6
* Fix test_emulate_energy_full_not_avail (#1163)Jon Dufresne2017-10-291-1/+3