Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #350 move tests in psutil namespace (and split them) | Giampaolo Rodola | 2016-02-08 | 1 | -631/+0 |
| | |||||
* | expose OS constants | Giampaolo Rodola | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | linux / memory_addrspace_info(): also provide 'swap' metrics | Giampaolo Rodola | 2016-02-04 | 1 | -0/+2 |
| | |||||
* | provide a new memory_addrspace_info() fun and deprecate memory_info_ex | Giampaolo Rodola | 2016-02-04 | 1 | -4/+4 |
| | |||||
* | fix #744 aka #753: implement memory USS / PSS on Linux | Giampaolo Rodola | 2016-02-03 | 1 | -0/+18 |
| | |||||
* | speed up linux test | Giampaolo Rodola | 2016-02-03 | 1 | -3/+13 |
| | |||||
* | refactor platform recognition code | Giampaolo Rodola | 2016-02-02 | 1 | -5/+3 |
| | |||||
* | improve test | Giampaolo Rodola | 2016-01-21 | 1 | -1/+3 |
| | |||||
* | fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be ↵ | Giampaolo Rodola | 2016-01-13 | 1 | -1/+19 |
| | | | | determined due to missing /proc/vmstat. | ||||
* | Add import-time tests for psutil | Seth Pellegrino | 2015-12-17 | 1 | -1/+61 |
| | | | | | | | | Two new tests that validate: 1) that psutil can be sucessfuly reload()'d 2) that a missing procfs doesn't prevent importing, or correct functionality on linux. | ||||
* | add more tests | Giampaolo Rodola | 2015-12-15 | 1 | -4/+9 |
| | |||||
* | #558: [Linux] expose psutil.PROCFS_PATH constant | Giampaolo Rodola | 2015-10-31 | 1 | -0/+20 |
| | |||||
* | sort imports | Giampaolo Rodola | 2015-10-24 | 1 | -6/+16 |
| | |||||
* | Update tests using free for procps-ng >= 3.3.10 | Jelle van der Waa | 2015-10-12 | 1 | -8/+11 |
| | | | | | | | | | procps-ng 3.3.10 changed the output format of free and removed the 'buffers/cache' line. Update the tests which use free to be compatible with this new version and for buffers/cache tests use vmstat. References: #538 | ||||
* | fix #623: [Linux] process or system connections raises ValueError if IPv6 is ↵ | Giampaolo Rodola | 2015-09-19 | 1 | -0/+12 |
| | | | | not supported by the system. | ||||
* | rename var | Giampaolo Rodola | 2015-08-05 | 1 | -7/+7 |
| | |||||
* | #534: (Linux) add support for ZFS filesystems | Giampaolo Rodola | 2015-07-11 | 1 | -0/+24 |
| | |||||
* | add mock test for users() | Giampaolo Rodola | 2015-07-11 | 1 | -0/+20 |
| | |||||
* | more tests for cpu_count() fallbacks | Giampaolo Rodola | 2015-07-11 | 1 | -7/+17 |
| | |||||
* | fix tests on py 2.6 and 3.2 | Giampaolo Rodola | 2015-07-11 | 1 | -1/+1 |
| | |||||
* | #639: add test | Giampaolo Rodola | 2015-07-11 | 1 | -1/+16 |
| | |||||
* | improve test coverage for open_files on linux | Giampaolo Rodola | 2015-06-20 | 1 | -1/+23 |
| | |||||
* | improve linux test coverage | Giampaolo Rodola | 2015-06-20 | 1 | -0/+14 |
| | |||||
* | Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in ↵ | Giampaolo Rodola | 2015-06-04 | 1 | -0/+368 |
| | | | | | | order to ease test discovery for nose and pytest" This reverts commit 870e00f71c15ef39f8259ff16b682e495ea5d6eb. | ||||
* | #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ↵ | Giampaolo Rodola | 2015-06-04 | 1 | -368/+0 |
| | | | | ease test discovery for nose and pytest | ||||
* | #629: 'skip' platorm specific tests if we're on another platform (instead of ↵ | Giampaolo Rodola | 2015-06-04 | 1 | -3/+4 |
| | | | | failing); rename test_main to main otherwise pytest / nose will execute it as a test case | ||||
* | add mocked tests for linux (also include mock as a dep on py < 3.4) | Giampaolo Rodola | 2015-06-03 | 1 | -0/+105 |
| | |||||
* | fix #614: [Linux] return the num of physical cores instead of physical CPUs | Giampaolo Rodola | 2015-06-03 | 1 | -0/+11 |
| | |||||
* | make flake8 happy | Giampaolo Rodola | 2015-04-16 | 1 | -1/+0 |
| | |||||
* | get rid of unreliable if_addrs() test on Linux | Giampaolo Rodola | 2015-03-30 | 1 | -28/+0 |
| | |||||
* | remove test failing on travis | Giampaolo Rodola | 2015-02-15 | 1 | -10/+0 |
| | |||||
* | test NIC address names | Giampaolo Rodola | 2015-02-10 | 1 | -0/+10 |
| | |||||
* | make flake8 happy | Giampaolo Rodola | 2015-02-09 | 1 | -1/+2 |
| | |||||
* | #376: unify AF_LINK constant across all platforms + update doc and tests | Giampaolo Rodola | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | #376: add another test for verifying the returned NIC names | Giampaolo Rodola | 2015-02-07 | 1 | -2/+34 |
| | |||||
* | skip failing test on travis | Giampaolo Rodola | 2015-02-03 | 1 | -1/+4 |
| | |||||
* | provide better error msg | Giampaolo Rodola | 2015-02-03 | 1 | -2/+2 |
| | |||||
* | provide better error message during NIC test | Giampaolo Rodola | 2015-02-03 | 1 | -2/+3 |
| | |||||
* | use contextlib.close() | Giampaolo Rodola | 2015-02-03 | 1 | -6/+3 |
| | |||||
* | fix bytes related errors on python 3 | Giampaolo Rodola | 2015-02-03 | 1 | -3/+9 |
| | |||||
* | further test using 'ip' utility on linux | Giampaolo Rodola | 2014-09-26 | 1 | -3/+17 |
| | |||||
* | on python 3.4 turn family constants into enums | Giampaolo Rodola | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | attempt to fix trvis failure | Giampaolo Rodola | 2014-09-26 | 1 | -0/+2 |
| | |||||
* | fix python 3 compatibilty | Giampaolo Rodola | 2014-09-26 | 1 | -2/+5 |
| | |||||
* | add further tests for linux | Giampaolo Rodola | 2014-09-25 | 1 | -0/+35 |
| | |||||
* | github migration | Giampaolo Rodola' | 2014-05-23 | 1 | -3/+5 |
| | |||||
* | refactoring | Giampaolo Rodola' | 2013-12-30 | 1 | -3/+0 |
| | |||||
* | import unittest2 from all sub test modules + fix make.bat for python 2.4 | Giampaolo Rodola' | 2013-12-26 | 1 | -2/+1 |
| | |||||
* | pyflakes | Giampaolo Rodola' | 2013-12-25 | 1 | -1/+3 |
| | |||||
* | update mem leak tests + HISTORY | Giampaolo Rodola' | 2013-12-24 | 1 | -2/+2 |
| |