Hopefully this is an easy one. I wish to use ifconfig to see the total number of packet errors. Normally on any *nix distro, I can type in just ifconfig or sometimes ifconfig -a and it will list this information. When I try to do this on a Mac, it gives me the MAC address, link state, connection speed, but no packet information. I can get this through the GUI Network Utility, but I like to check up on computers while users are using them, so I need to be able to SSH in and get this info through command line.
Thanks,
Josh