summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* expose load counter code on winwin-getloadavgGiampaolo Rodola2019-04-105-2/+131
|
* Linux / CPU freq, fixes #1481Alex Manuskin2019-04-053-49/+59
|
* improve pmap.py scriptGiampaolo Rodola2019-04-052-7/+8
|
* reuse ps.py script in psutil.test()Giampaolo Rodola2019-04-052-40/+51
|
* move get_terminal_size() in _compat.pyGiampaolo Rodola2019-04-053-42/+48
|
* improve ps.py scriptGiampaolo Rodola2019-04-051-25/+6
|
* improve ps.py scriptGiampaolo Rodola2019-04-051-27/+24
|
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-0512-235/+106
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-052-8/+17
|\
| * fix windows failure re. py 2 vs. 3Giampaolo Rodola2019-04-051-7/+15
| |
| * merge from masterGiampaolo Rodola2019-04-059-129/+230
| |\
| * \ Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-044-2/+43
| |\ \
| * \ \ Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-049-53/+133
| |\ \ \
| * | | | fix error on py 2.7 where OSError doesn't always have winerror attributeGiampaolo Rodola2019-04-041-1/+4
| | | | |
* | | | | fix linux testsfix-testsGiampaolo Rodola2019-04-053-5/+5
| |_|_|/ |/| | |
* | | | fix #1474: fix formatting of psutil.tests() which mimicks 'ps aux' outputGiampaolo Rodola2019-04-052-10/+30
| | | |
* | | | give CREDITS for #1480Giampaolo Rodola2019-04-052-0/+6
| | | |
* | | | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-051-3/+11
|\ \ \ \
| * | | | Fix read access violation in psutil.cpu_count(logical=False) (#1480)Samer Masterson2019-04-051-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix read access violation in psutil.cpu_count(logical=False) by stopping the iteration through the SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX buffer when we hit the last item.
* | | | | remove outdated testsGiampaolo Rodola2019-04-051-4/+0
| | | | |
* | | | | update docGiampaolo Rodola2019-04-051-15/+10
| | | | |
* | | | | update docGiampaolo Rodola2019-04-052-56/+87
|/ / / /
* | | | [Win] Process IO priority constants + high priority (#1479 / #1476)Giampaolo Rodola2019-04-056-48/+95
| |_|/ |/| |
* | | don't fail if there are not prev failed testsGiampaolo Rodola2019-04-051-1/+3
| | |
* | | fix #1478: add make command to re-run tests failed on last runGiampaolo Rodola2019-04-054-2/+41
| |/ |/|
* | [Win] return value is not properly handled for undocumented NT* Windows ↵Giampaolo Rodola2019-04-049-53/+133
|/ | | | APIs. (#1477)
* update HISTORY for #1475Giampaolo Rodola2019-04-041-0/+2
|
* properly check OSError.winerrorwinerr-handlingGiampaolo Rodola2019-04-042-49/+50
|
* refactor ionice() on LinuxGiampaolo Rodola2019-04-041-6/+3
|
* refactor ionice() on LinuxGiampaolo Rodola2019-04-042-59/+36
|
* ionice test refactoringGiampaolo Rodola2019-04-041-48/+50
|
* #1404: fix regression not returning CPUs > 9Giampaolo Rodola2019-04-021-1/+2
|
* give CREDITS to Daniel Beer for #1471Giampaolo Rodola2019-04-023-5/+11
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-023-7/+9
|\
| * Fix spurious exception when iterating processes on Solaris (#1471)Daniel Beer2019-04-021-1/+3
| |
| * Fix corner case when /etc/mtab doesn't exist and procfs=/proc (#1470)Cedric Lamoriniere2019-03-281-4/+4
| | | | | | | | | | | | | | | | | | | | In some Linux configurations the `/etc/mtab` does not exist but the procfs_path is equal to `/proc`. With the fix done for the issue #1307, the described configuration didn't work. This Commit introduce an additional check that verifies if the `/etc/mtab` file exists before using it, else it defaults to `<procfs_path>/self/mounts` Signed-off-by: cedric lamoriniere <cedric.lamoriniere@datadoghq.com>
| * Typo fixed (#1469)ABDUL NIYAS P M2019-03-271-2/+2
| |
* | give CREDITS for #1470Giampaolo Rodola2019-03-282-1/+7
| |
* | update DEVNOTESGiampaolo Rodola2019-03-281-0/+11
|/
* #1458: implement colors on WindowsGiampaolo Rodola2019-03-181-7/+49
|
* update HISTORY / CREDITS, fix some C warningsGiampaolo Rodola2019-03-174-10/+6
|
* Make uptime type consitent to fix boot time error. (#1225)Xiaoling Bao2019-03-171-17/+8
|
* fix #1463: cpu_distribution.py script is brokenGiampaolo Rodola2019-03-172-7/+36
|
* update issue templateGiampaolo Rodola2019-03-142-7/+12
|
* issue #1404 / linux / phys CPUs countGiampaolo Rodola2019-03-143-6/+21
| | | | | determine CPUs from /sys/devices/system/cpu/cpu[0-9]/topology/core_id in case /proc/cpuinfo does not provide this info
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-03-140-0/+0
|\
| * Big docfix (#1464)Giampaolo Rodola2019-03-136-218/+217
| | | | | | | | | | | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs
* | Big docfix (#1464)Giampaolo Rodola2019-03-1416-345/+369
|/ | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs
* Make tests invariant to LANG setting (#1462)Benjamin Drung2019-03-131-3/+3
| | | | | | | When LANG is set to a non English locale (e.g. de_DE.UTF-8), free and vmstat will output the text translated and cause the test cases to fail. Therefore set LANG=C.UTF-8 when calling free or vmstat to always get the English output.
* test runner: show errors on KeyboardInterruptGiampaolo Rodola2019-03-133-4/+25
|