smemcap
data collection tool for memory reporting
Install
- All systems
-
curl cmd.cat/smemcap.sh
- Debian
-
apt-get install smemcap
- Ubuntu
-
apt-get install smemcap
- Arch Linux
-
pacman -S smemcap
- Kali Linux
-
apt-get install smemcap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smemcap
- Raspbian
-
apt-get install smemcap
- Dockerfile
- dockerfile.run/smemcap
smemcap
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.
smem
memory reporting tool
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 main tool which can also process data collected by smemcap.