How to Install and Uninstall ps_mem.src Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "ps_mem.src" package

In this section, we are going to explain the necessary steps to install ps_mem.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ps_mem.src

2. Uninstall "ps_mem.src" package

In this section, we are going to explain the necessary steps to uninstall ps_mem.src on Oracle Linux 9:

$ sudo dnf remove ps_mem.src $ sudo dnf autoremove

3. Information about the ps_mem.src package on Oracle Linux 9

Last metadata expiration check: 2:25:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ps_mem
Version : 3.6
Release : 16.el9
Architecture : src
Size : 28 k
Source : None
Repository : ol9_appstream
Summary : Memory profiling tool
URL : https://github.com/pixelb/ps_mem
License : LGPLv2
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.