Scroll to navigation

ps_mem(1) ps_mem(1)

NAME

ps_mem - Memory profiling tool

SYNOPSIS

ps_mem [OPTION]...

DESCRIPTION

Display the core memory used per program (not per process)

In detail it reports:

sum (private RAM for program processes) +
sum (shared RAM for program processes)

The shared RAM is problematic to calculate, and the tool automatically selects the most accurate method available for the running kernel.

OPTIONS

Show help message
Show memory consumption for the specified processes
Show and separate memory usage entries by command line arguments and not just the program name.
Only display the total number of bytes for the selected processes
Report memory consumption every N seconds

AUTHOR

Pádraig Brady <P@draigBrady.com>

04 October 2014