| ||||||
| 5/20 |
| 2006/3/30-31 [Computer/SW/OS/OsX] UID:42561 Activity:nil |
3/30 Is there a way in Mac OS X to get the total packet count sent/received
for a particular network interface?
\_ $ netstat -I [interface] | tail -1
Col 5 (Ipkts) is the recv'd pkts, Col 7 (Opkts) is the sent pkts.
\_ Excellent! Thanks.
\_ Looks like Activity Monitor shows all network activity combined. |