Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.70.126.27
28 Domain
8.1.31
administrator
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
pcp /
derived /
[ HOME SHELL ]
Name
Size
Permission
Action
cpu-util.conf
1.44
KB
-rw-r--r--
iostat.conf
27.42
KB
-rw-r--r--
mssql.conf
2.7
KB
-rw-r--r--
proc.conf
1.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : proc.conf
# derived metrics for processes # metrics to provide additional process details proc.psinfo.age = kernel.all.uptime - proc.psinfo.start_time proc.psinfo.age(oneline) = time in seconds since process was started proc.psinfo.age(helptext) = '\ time in seconds since process was started, calculated from proc.psinfo.start_time subtracted from kernel.all.uptime.' proc.io.total_bytes = instant(proc.io.read_bytes) + instant(proc.io.write_bytes) - instant(proc.io.cancelled_write_bytes) proc.io.total_bytes(oneline) = total bytes read and written by process proc.io.total_bytes(helptext) = '\ total bytes read and written by the process, less cancelled written bytes.' # metrics to identify resource hogs proc.hog.cpu = 100 * (rate(proc.psinfo.utime) + rate(proc.psinfo.stime)) / (kernel.all.uptime - proc.psinfo.start_time) proc.hog.cpu(oneline) = average percentage CPU utilization of each process proc.hog.cpu(helptext) = '\ average CPU utilization of each process expressed as a percentage of time since the process started.' proc.hog.mem = proc.memory.vmrss + proc.memory.vmswap proc.hog.mem(oneline) = sum of resident and swapped memory used by the process proc.hog.mem(helptext) = '\ amount of resident and swapped memory used by each process.' proc.hog.disk = (rate(proc.io.read_bytes) + rate(proc.io.write_bytes) - rate(proc.io.cancelled_write_bytes)) / (kernel.all.uptime - proc.psinfo.start_time) proc.hog.disk(oneline) = average I/O rate of each process since it was started proc.hog.disk(helptext) = '\ average I/O rate (reads and writes less cancelled writes) of each process since it was started.' proc.hog.net = rate(bcc.proc.net.tcp.recv.bytes) + rate(bcc.proc.net.tcp.send.bytes) + rate(bcc.proc.net.udp.recv.bytes) + rate(bcc.proc.net.udp.send.bytes) proc.hog.net(oneline) = sum of network usage by the process proc.hog.net(helptext) = '\ sum of network usage (TCP/UDP recv/send) by each process.'
Close