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 /
interrupt /
[ HOME SHELL ]
Name
Size
Permission
Action
interrupts-by-dev.meta
507
B
-rw-r--r--
interrupts-by-dev.stp
833
B
-rwxr-xr-x
interrupts-by-dev.txt
513
B
-rw-r--r--
scf.meta
610
B
-rw-r--r--
scf.stp
520
B
-rwxr-xr-x
scf.tcl
140
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scf.meta
title: Tally Backtraces for Inter-Processor Interrupt name: scf.stp version: 1.0 author: William Cohen keywords: interrupt backtrace subsystem: interrupt status: production exit: user-controlled output: sorted-list scope: system-wide description: The Linux kernel function smp_call_function causes expensive inter-processor interrupts (IPIs). The scf.stp script tallies the processes and backtraces causing the interprocessor interrupts to identify the cause of the expensive IPI. On exit the script prints the tallies in descending frequency. test_check: stap -p4 scf.stp test_installcheck: stap scf.stp -T 1
Close