sosreport / sos

A unified tool for collecting system logs and other debug information
http://sos.rtfd.org
GNU General Public License v2.0
507 stars 544 forks source link

[RFE] add the output of “ps auxfwww” to the report #3706

Open casantos opened 1 month ago

casantos commented 1 month ago

The “forest” output helps debugging problems in GUI sessions and services launched via systemd.

jcastill commented 1 month ago

@casantos at the moment we capture:

        "ps alxwww"
        "ps -elfL"

Your RFE is to add a third capture, not to expand the first one, right?

casantos commented 1 month ago

Right. Add a third capture with "ps auxfwww".