1ps_mem(1)                                                            ps_mem(1)
2
3
4

NAME

6       ps_mem - Memory profiling tool
7

SYNOPSIS

9       ps_mem [OPTION]...
10

DESCRIPTION

12       Display the core memory used per program (not per process)
13
14       In detail it reports:
15
16              sum (private RAM for program processes) +
17              sum (shared RAM for program processes)
18
19       The  shared RAM is problematic to calculate, and the tool automatically
20       selects the most accurate method available for the running kernel.
21

OPTIONS

23       -h --help
24              Show help message
25
26       -p PID[,PID2,...PIDN]
27              Show memory consumption for the specified processes
28
29       -s --split-args
30              Show and separate memory usage entries by command line arguments
31              and not just the program name.
32
33       -t --total
34              Only  display  the  total  number of bytes for the selected pro‐
35              cesses
36
37       -w N   Report memory consumption every N seconds
38

AUTHOR

40       Pádraig Brady <P@draigBrady.com>
41
42
43
44                                04 October 2014                      ps_mem(1)
Impressum