I don't understand why my network behave like this, Data sent is larger than Receive whenever I am sending email or upload files, this only happens when uploading something to the web, ftp, email attachment etc. I have turned off airport and set the firewall to "Block all incoming connections"
My modem has max. speed of only 3.1Mbps EVDO
Can anyone can explain this to me?
Thank you.
netstatin a Terminal window. Run for examplenetstat -b -w 10to get an overview of network traffic sampled by 10 second intervals (hit ctrl-C to quit). You can also runnetstat -i -bto get totals so far sorted by interface. Replace-iby-I en0to get totals for interface en0. – Harald Hanche-Olsen Jul 25 '12 at 14:25