You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rethink handling of future processes
Before this change, during both testing and runtime we asserted on
processes created in the future.
Since this randomly failed in CI, and possibly for some users as well,
those checks have now been moved to local testing only. Note that I
have been thinking about this but never managed to figure it out, so
hiding it is my best bet for now...
Unindent everything one notch
Not fully correct, but since PID 1 has only one parent indenting it
doesn't add much information, but does use up space, so let's just not.
ptop: Add a tree mode
With this release, if you press `m` (change sort order) twice, you will
get to see the process tree. It's sorted by aggregated CPU usage.
Requested here:
#124