Fix ss command on newer versions of iproute2 #38
@ -439,7 +439,7 @@ class LookingGlass
|
||||
// RHEL based systems;
|
||||
$ssPath = '/usr/sbin/ss';
|
||||
}
|
||||
$lines = shell_exec("$ssPath -Hnti state established");
|
||||
$lines = shell_exec("$ssPath -Hintp state established");
|
||||
$ss = [];
|
||||
$i = 0;
|
||||
$j = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user