summaryrefslogtreecommitdiff
path: root/psutil/tests/test_linux.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into new-cpu-countnew-cpu-countGiampaolo Rodola2021-01-151-4/+0
|\
| * Speed up cpu_frequncy() on Linux systems (#1851) (#1852)marxin2021-01-071-4/+0
* | additional contract testsGiampaolo Rodola2020-12-231-1/+0
* | minor fixGiampaolo Rodola2020-12-221-1/+1
* | lscpu -J: option not supported on all LinuxesGiampaolo Rodola2020-12-221-5/+5
* | deprecate old API usageGiampaolo Rodola2020-12-221-5/+5
* | Linux: test other CPU counts against lscpuGiampaolo Rodola2020-12-221-22/+45
* | define a lscpu() utility parsing lscpu CLI outputGiampaolo Rodola2020-12-221-9/+13
|/
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-4/+4
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-12/+0
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-1/+1
* add battery test; increase coverageGiampaolo Rodola2020-10-171-0/+23
* linux / cpu_count phys: take depreated */thread_siblings_list intoGiampaolo Rodola2020-10-171-0/+8
* skip GH action tests on osx + pypyGiampaolo Rodola2020-10-171-11/+0
* add linux tests for broadcast and netmask addressesGiampaolo Rodola2020-10-051-0/+34
* remove faulty testGiampaolo Rodola2020-09-271-11/+0
* add IPv6 address testGiampaolo Rodola2020-09-241-1/+26
* Use IFF_RUNNING instead of IFF_UP for Linux (#1831)Chris2020-09-211-2/+1
* add Linux specific test for NIC MTUGiampaolo Rodola2020-09-211-0/+5
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-20/+23
* #1758: fix github failuresGiampaolo Rodola2020-05-151-0/+2
* fix some testsGiampaolo Rodola2020-05-151-6/+6
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-0/+1
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-30/+29
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-5/+3
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-281-3/+3
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-261-2/+3
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+3
* | rename varGiampaolo Rodola2020-04-261-12/+12
|/
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-39/+36
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* #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