Skip to content

Commit

Permalink
[process] Add output of 'ps auxfwww'
Browse files Browse the repository at this point in the history
Add output of 'ps auxfwww'

Resolves: sosreport#3706

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill committed Jul 17, 2024
1 parent e98ae54 commit 020d6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def setup(self):

self.add_cmd_output([
"ps alxwww",
"ps auxfwww",
"ps -elfL"
], cmd_as_tag=True)

Expand Down

0 comments on commit 020d6b1

Please sign in to comment.