How to Install smemcap in Ubuntu 18.04



Install smemcap by entering the following commands in the terminal:

sudo apt update
sudo apt install smemcap

Description:

data collection tool for memory reporting

Tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, smem can report proportional set size (PSS), which is a more meaningful representation of the amount of memory used by libraries and applications in a virtual memory system. . This package contains smemcap utility, which can be used to collect data on resource constrained systems without depending on Python. . The captured data can be processed by smem program.

Homepage: http://www.selenic.com/smem/

Version: 1.4-2build1

Section: universe/utils