teodorgeorgiev wroterolf wroteWhat about linux?
iptraf for realtime monitoring is the best thing ever :)
when you see ports, then you can check with netstat -anp or fsock which "program" is using that particular port.
Thanks. Iptraf is good.
But for desktop monitoring, with what I had under windows (netlimiter) you could leave the computer on all day, then if you come
at night and see that it downloaded 300 megs on its own, then you can see in netlimiter which program did all this downloading. It keeps usage statistic for every process.
On the other hand, Linux doesnt normally do such things (download stuff without asking). Still, it would be nice to have that control.
I had written a curl console script for linux that read squid internal counters and printed in realtime how much bandwidth every IP was using through the squid proxy, if you happen to need that. Ill have to find it though...