On the PC there are several programs that will show you your bandwidth usage on a per process or per program basis. Is there anyway of doing something similar on the Mac?
feedback
|
closed as off topic by Will♦ Dec 13 '10 at 13:50
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
| |||||||||||||
feedback
|
|
| |||
feedback
|
|
Out of the box, OS X will give you data totals with netstat
| |||
feedback
|
|
In addition to LittleSnitch (which I love for other reasons), there is a more UNIX-like way to monitor network traffic: ntop. ntop has the advantage of being portable to other UNIX systems. You'll need to download and install gdbm. A note about the gdbm install, you'll want to edit the Makefile and set the user and group, the package default of bin doesn't exist on macosx. I actually went to compile ntop on my mac, and found to my disgust that they expanded the basic app out into a pseudo network monitoring application... thereby requiring a lot of crap that I don't want ;( Not a very UNIX thing to do. | |||
feedback
|