|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/share/systemtap/examples/memory/ |
Upload File : |
title: Log recent free(3) calls. name: last_100_frees.stp keywords: memory process backtrace description: This script reports on the last few free(3) libc calls done by processes (possibly restricted by stap -x/-c), along with a userspace backtrace at those moments. test_check: stap -p4 last_100_frees.stp -c "stap -V" -d `which stap` --ldd test_installcheck: stap last_100_frees.stp -c "stap -V" -d `which stap` --ldd