Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
pcp /
summary /
[ HOME SHELL ]
Name
Size
Permission
Action
expr.pmie
1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : expr.pmie
// // summary metrics // // these expressions are evaluated by pmie(1) // // use the default interval between expression evaluation (currently // 10 seconds), and re-configure via -t command line arg to pmie // (see Install) // CPU utilization // cpuse = "(kernel.percpu.cpu.sys + kernel.percpu.cpu.user)"; ncpu = "hinv.ncpu"; // average CPU utilization summary.cpu.util = avg_inst $cpuse; // proportion of CPUs that are busy summary.cpu.busy = (count_inst $cpuse > 0.7) / $ncpu; // Disk utilization // diskio = "disk.dev.total"; ndisk = "hinv.ndisk"; // average spindle activity summary.disk.iops = avg_inst ($diskio); // proportion of disk spindles that are busy summary.disk.busy = (count_inst $diskio > 40) / $ndisk; // Network interface utilization // netio = "network.interface.total.packets"; // average network interface activity summary.netif.packets = avg_inst ($netio); // proportion of network interfaces that are busy summary.netif.busy = (count_inst $netio > 400) / (count_inst $netio >= 0);
Close