Changeset 30 for measure_scripts/system.php
- Timestamp:
- Feb 13, 2008, 2:24:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
measure_scripts/system.php
r27 r30 120 120 { 121 121 $Output = array(); 122 exec('cat /proc/net/nf_conntrack|grep "dst=192.168.0.14 "|grep "dport=8767 " ', $Output);122 exec('cat /proc/net/nf_conntrack|grep "dst=192.168.0.14 "|grep "dport=8767 "|grep "ASSURED"', $Output); 123 123 return(count($Output)); 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.