<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt">i search a lot forum how to get bandwidth statistic such number of packet, total byte in each application protocol by using IPTABLES + netfilter-layer7 <BR><BR>but i don't know which script for getting it in log file and use data after get it for plotting graph later <BR><BR>my IPTABLES command like this <BR><BR>iptables -t mangle -N all <BR>iptables -t mangle -A POSTROUTING -j all <BR>iptables -t mangle -A POSTROUTING -p udp --sport 4444 -j CLASSIFY --set-class 1:11 <BR>iptables -t mangle -A POSTROUTING -m layer7 --l7proto mms -j CLASSIFY --set-class 1:12 <BR>iptables -t mangle -A POSTROUTING -m layer7 --l7proto telnet -j CLASSIFY --set-class 1:13 <BR>iptables -t mangle -A POSTROUTING -m layer7 --l7proto ftp ftp-data -j CLASSIFY --set-class 1:14 <BR>iptables -t mangle -A POSTROUTING -m layer7 --l7proto http -j CLASSIFY
--set-class 1:15 <BR><BR><BR>please advise me about perl script<SPAN class=postbody></SPAN><SPAN class=gensmall></SPAN>
<DIV></DIV></div><br></body></html>