Guys there is some traffic on my cards I have to intel 100 cards in my box there is a constant load on both cards how do I findout what or who is causing the load I want to catch it and stop it, Just I dont know how to findout what it is any clues please!
'tcpdump -p -i ethx' where x is the number of the ethernet device.
-p means don't set promiscuous.
Cheers, Michael