module-size
Determine actual memory usage of Perl programs
Install
- All systems
-
curl cmd.cat/module-size.sh
- Debian
-
apt-get install libmemory-usage-perl
- Ubuntu
-
apt-get install libmemory-usage-perl
- Kali Linux
-
apt-get install libmemory-usage-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmemory-usage-perl
- Raspbian
-
apt-get install libmemory-usage-perl
- Dockerfile
- dockerfile.run/module-size
libmemory-usage-perl
Determine actual memory usage of Perl programs
Memory::Usage measures, from the operating system's perspective, how much memory a Perl program is using at any given time. It can record memory usage at specific times, and report about it afterwards.