memleax
debug a running process for memory leaks
Install
- All systems
-
curl cmd.cat/memleax.sh
- Debian
-
apt-get install memleax
- Ubuntu
-
apt-get install memleax
- Kali Linux
-
apt-get install memleax
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install memleax
- Dockerfile
- dockerfile.run/memleax
memleax
debug a running process for memory leaks
Memleax helps debug memory leaks by attaching to a process that is already running. Memleax then tracks changes to allocated memory, reports memory leaks, and "maybe memory leaks" in real-time. Where Valgrind excels at formal profiling, Memleax excels at catching difficult to reproduce memory leaks the times when one wasn't prepared for them to occur. Memleax will track new threads, but not forked processes. To debug multiple processes, just run multiple instances of memleax! It is very convenient to use, and is suitable for production environments.