-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Component: ptreeIssues related to ptree(1)Issues related to ptree(1)Priority: LowNice to haveNice to haveType: BugAn unexpected problem or behaviorAn unexpected problem or behavior
Description
The ptree(1) output does not right-justify process IDs within their indentation level. On illumos, each hierarchy level has a fixed-width column for the PID so that command names align cleanly regardless of PID length. Our implementation left-justifies PIDs, which causes the command column to shift horizontally depending on the number of digits in the PID, producing ragged and harder-to-read output, especially when sibling processes have PIDs of varying lengths.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: ptreeIssues related to ptree(1)Issues related to ptree(1)Priority: LowNice to haveNice to haveType: BugAn unexpected problem or behaviorAn unexpected problem or behavior