Skip to content

Releases: walles/px

1.0.4

21 Feb 20:00
Compare
Choose a tag to compare
Add a system load bar to ptop

1.0.3: Preparations for releasing on pypi.python.org

13 Feb 20:52
Compare
Choose a tag to compare
* setup.py: Switch package name to "pxpx"; just "px" wasn't available on Pypi
* README: Covert to Restructured Text as used on Pypi
* setup.py: Use README.rst as the "long_description"
* setup.py: Add Pypi classifiers
* setup.py: Add missing "ptop" entry point

In addition to this, we now treat "node" as an interpreter when parsing command
lines. That's really unrelated, but slipped in here anyway.

1.0.2: Touchups

06 Feb 05:54
Compare
Choose a tag to compare
Bugs fixed:
* px.pex: The same binary now works on both Python 2 and Python 3

* ptop: Various Python 2 vs Python 3 issues fixed, no known issues left

* --install: Fix it so that it works

* The distributed binary now uses "python" as its interpreter (was "python2.7")

New features:
* ptop: Inverse video headings

* Java command line parsing: Add support for -ea and -da

* Development: Add a "test.sh" for faster test+build cycle. "ci.sh" is still
what CI runs and can still be used locally as well.

1.0.1

29 Nov 10:35
Compare
Choose a tag to compare
Fix encoding problems on Python 2.7

1.0.0: Python 3 compatibility

28 Nov 22:29
Compare
Choose a tag to compare
This release adds Python 3 compatibility.

0.4.3: Fix pipes tracing on Linux

07 Jul 18:13
Compare
Choose a tag to compare
Before this release tracing IPC via pipes didn't work on Linux. Now it does.

0.4.1: Improve tracking of who started a process

08 Apr 14:02
Compare
Choose a tag to compare
* The process tree in the details view now has a column listing process owners.

* The details view for a process started with sudo will report the value of the
$SUDO_USER environment variable (if set).

* This release adds basic parsing of bash, sh, perl and ruby command lines.

0.4.0: Parsing of Java and Python command lines

29 Mar 10:24
Compare
Choose a tag to compare
With this release, Python processes are listed as the name of the Python script
rather than "python" (the name of the interpreter).

Same thing for Java programs, they are listed by class name rather than "java".

A number of bug fixes and performance improvements have also gone into this
release.

0.3.2: Network connections to localhost

23 Mar 11:19
Compare
Choose a tag to compare
Starting with this release, if a process makes a network connection to a port on
localhost, we identify that as IPC communication and print the receiving
process' name with the process details.

0.3.1: Bug fixes and system load graph

21 Mar 15:18
Compare
Choose a tag to compare
This release adds a system load graph to the top of px --top output. It
visualizes the usual three numbers in a hopefully human friendly fashion.

Also, lots of issues have been fixed, both functional and performance related.