The command pstree shows a process tree such as this
systemd-+--agetty
+--dbus-daemon
+--login----bash---pstree
+--systemd-qqsd
I want to show a process tree with some specified attribute for each process (may be stat or pid... - options that you can specify with ps -o)
Is there a way to achieve this behavior with pstree or any other ways?
