Skip to content
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

Upgrade: ps_mem to version 3.14 #11611

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion SPECS-EXTENDED/ps_mem/ps_mem.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Simple man page to ps_mem script
.\" Contact fholec@redhat.com
.TH ps_mem 1 "04 October 2014" "" ""
.TH ps_mem 1 "25 May 2018" "" ""
.SH NAME
ps_mem \- Memory profiling tool
.SH SYNOPSIS
Expand All @@ -25,9 +25,20 @@ The shared RAM is problematic to calculate, and the tool automatically selects t
\-h \-\-help
Show help message
.TP
\-\-version
Show version info
.TP
\-p PID[,PID2,...PIDN]
Show memory consumption for the specified processes
.TP
\-S \-\-swap
Show swap information of each item
(and Shared swap if the kernel supports SwapPss).
.TP
\-d \-\-discriminate-by-pid
Show and separate memory usage entries by process
rather than by program.
.TP
\-s \-\-split\-args
Show and separate memory usage entries by command line arguments
and not just the program name.
Expand Down
Loading