-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADD option to only include RAM used
column (omits Private and Shared)
#76
Comments
You could take advantage of the alignment to do |
@pixelb custom columns would still result in a known and repeatable alignment for those columns, no? |
Right. Alignment issues would only be for configurable units. Columns would not impact that |
The best way to support custom display is to propose several options as classical linux commands: -h -> for human display (scale value to shortest three digit unit and display unit - actual ps_mem default) Actually ps_mem used -h and --headers by default. Alignment is not an issue if columns size are calculated dynamically as the unix command "column -t" does. Note: I actually parsed ps_mem output by my own monitoring nrpe script to graph main process usage on servers. |
Add a separate command line flag, so the output columns would only be
RAM used
andProgram
(and whatever new ones are added)use case:
I only care about total RAM used per app
The text was updated successfully, but these errors were encountered: