What is an ideal way to get the number of packets per second on a Linux box?
Would I use tcpdump or are there better methods?
|
What is an ideal way to get the number of packets per second on a Linux box? Would I use tcpdump or are there better methods? |
||||
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
if you need an exact number then yes, I'd use that. but if it's roughly then you might want to look into MRTG - Tobi Oetiker's MRTG - The Multi Router Traffic Grapher. |
|||
|
|
|
What do you need? Long term monitoring of packet statistics? Graphing? Further analysis? If you just want to look at packet rates on a box, use iptraf. |
|||
|
|