Releases: walles/px
Releases · walles/px
1.0.14
1.0.13: CPU Usage Percentage in px Output
Before this release we showed CPU time only, now we show the usage in percent as well.
1.0.12: Documentation updates
This release adds man pages for px and ptop, and fixes the author e-mail address on PyPI.
1.0.11: Avoid Truncating Long User Names
Before this release we got the user names from `ps`. Unfortunately, `ps` truncates long user names. As of this release, we ask `ps` for UIDs, not user names. Then we look up those UIDs in the users database. This makes `ps` not truncate long user names. This release also improves the Java command line parsing, inspired by Gradle command lines.
1.0.10: Fix crash on ptop window resizes
This release also adds improved support for unicode characters in file names. Full list of changes: c35ee72 Fix crash on ptop window resizes in Python 2 18a0229 Script pypi releases and document it 16c1d45 Merge branch 'walles/fix-ci' into python 4fadec7 Merge branch 'walles/mypy3' into python 318e913 Enable more mypy warnings c438acc Move mypy settings into their own file d1ac7c6 Merge branch 'walles/unittest-unicode' into python
1.0.9: Fix a crash
The crash happened when you had a process with unicode chars somewhere in its command line, at least on Python 2.
1.0.8: Add stdin, stdout and stderr info in process details view
Also, this release makes the IPC section shorter by removing the headings from its layout.
1.0.7: Minor issues handled
* "localhost.localdomain" is now presented as just "localhost" * Suggest "sudo lsof" rather than just "lsof" for complete file listing * #24: Handle "ps" being wrapped in a script * Release instructions updated * test.sh / ci.sh reliability fixes for Arch Linux
1.0.6: Documentation updates
This release just updates the README file with examples.