heaptrack
Heap memory profiler for Linux
Install
- All systems
-
curl cmd.cat/heaptrack.sh
- Debian
-
apt-get install heaptrack
- Ubuntu
-
apt-get install heaptrack
- Arch Linux
-
pacman -S heaptrack
- Kali Linux
-
apt-get install heaptrack
- Fedora
-
dnf install heaptrack
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install heaptrack
- Dockerfile
- dockerfile.run/heaptrack
heaptrack
Heap memory profiler for Linux
Heap memory usage profiler. It uses LD_PRELOAD to track all calls to the core memory allocation functions and logs these occurrences. Additionally, backtraces are obtained and logged. The package contains command line tools.