Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ps_mem - Memory profiling tool
- Description:
The ps_mem tool reports how much core memory 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.6-16.vl9.noarch
[24 KiB] |
Changelog
by Jan Rybar (2022-02-02):
- output is not redirected when ps_mem is killed
- cmdline unwanted blank spaces fixed
- Resolves: rhbz#2033997
- Resolves: rhbz#2049743
|