OS X: Determine which apps are using the internet
Something was eating up my all my bandwidth, instead of installing a program like Little Snitch, I came across this gem of a command:
lsof -P -i -n | cut -f 1 -d " " | uniq
Run that command from the terminal and it'll show you a nice little list of processes that are using the internet.
Written by Jeff Tilson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#