tail -f $LOG | awk '
/connection received: host='$1'/ { pid = $3 }
$3 == pid { print }'Is there something in the log file which will indicate a disconnect as well?
Many TIA, Mark
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend
