Skip to content

Releases: bananazon/pstree

v0.9.6

v0.9.6 Pre-release
Pre-release

Choose a tag to compare

@bananazon bananazon released this 16 Jan 19:28
376d5f0

Changes

  • When processes are compacted, use oldest age

v0.9.5

v0.9.5 Pre-release
Pre-release

Choose a tag to compare

@bananazon bananazon released this 16 Jan 15:22
339ef0f

Changes

  • In compacted view, cpu %, memory usage, and thread counts are summed
  • Other small fixes

v0.9.4

v0.9.4 Pre-release
Pre-release

Choose a tag to compare

@bananazon bananazon released this 14 Jan 20:41
3f57715

Changes

  • If --show-pids and compacting, process group PIDs are show in parentheses
  • When compacting, owner, command, args (if being displayed), and children must match

Use arguments when calculating compaction

Choose a tag to compare

@bananazon bananazon released this 12 Jan 21:25

I found a bug where when processes were compacted, but arguments were not being displayed in the output, the compaction was wrong. This is because I wasn't gathering the arguments unless I wanted to display them. As a result, if -a wasn't specified, the compaction was based on the name of the binary and nothing else, giving inaccurate results.

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@bananazon bananazon released this 12 Jan 02:09

This is a clone of pstree for macOS. I've combined features from Linux and BSD variants and added some of my own.