% zcat /var/log/system.log.*.gz | grep 'TCP.* S' | awk -F: '{print $7}' \
| awk '{print $1}' | sort -n | uniq -c | sort -nr | head -30 


