Skip to content

Commit

Permalink
mxvmem: improve help a little bit
Browse files Browse the repository at this point in the history
Add 'virtual memory size' (vsz) to the ps-hint
on the help screen.
  • Loading branch information
thomas committed Aug 14, 2023
1 parent fa72478 commit 9a80ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forensics/mxvmem
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
What to do if too much memory is burned on a given host?
#> ps -u $USER -o pid,state,lstart,cmd
#> ps -u $USER -o pid,state,lstart,vsz,cmd
This helps finding old processes, or one may just end _all_
own sessions on this host:
Expand Down

0 comments on commit 9a80ec8

Please sign in to comment.