Dylan wrote:
Which tools do I need to use to identify what is causing this traffic in order to eliminate it (or realise that it's perfectly normal, of course!)
Try

tcpdump -i [network adapter name] > tmp.log
tail -f | tmp.log | less

tmp.log may grow quite quickly. If so, experiment with the filter options of tcpdump.

Also have a look at the output of

top (press 'P' to sort by CPU usage)

and

pstree -pula
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to