| Name: | ps_mem |
|---|---|
| Version: | 3.14 |
| Release: | 9.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 51092 |
| License: | LGPL-2.1-only |
| RPM: | ps_mem-3.14-9.el10.noarch.rpm |
| Source RPM: | ps_mem-3.14-9.el10.src.rpm |
| Build Date: | Tue Jan 28 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/pixelb/ps_mem |
| Summary: | 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. |