Jump to letter: [
          
            3ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        ps_mem - Memory profiling tool
        
        
        - Description:
- The ps_mem tool can determine how much RAM is 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. 
Packages
        
        
            | ps_mem-3.1-7.el7.noarch
              [18 KiB] | Changelog
              by Than Ngo (2016-06-15): - Resolves: bz#1339579, inconsistency between --help and man page |