Hello,I have to ask something that IMO should be very easy but i don't
know how to do it.I just want to see 4 columns :Source IP , Destination
IP, Port, Session countAnd group the lines by source and destination. It
should look like this :source ip d...
Hello,Thank you again,My needings changed since yesterday, so i created
this dataset (with your help) : SELECT srcip, dstip, srcintf, dstintf,
dstport, COUNT (*) AS sessioncount, SUM(`sentbyte`+`rcvdbyte`) AS
bandwidth FROM $log WHERE (( `srcip` <<= ...