View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#1806
Originally Posted by dy1ng View Post
Guys, how can I find out what process is generating network traffic?
You could use netstat to see a list of all connections. Try with, as root, "netstat -puta" (sorry). You will see all established connections as well as all listening ports (servers) together with the associated program.

If you want it nice and real-time install "iftop" and run, as root, "iftop -i wlan0" (or "iftop -i gprs0" if you're connected via GPRS/UMTS).
 

The Following 4 Users Say Thank You to reinob For This Useful Post: