Vipin Chaudhary
Vipin Chaudhary

Reputation: 21

Is there any way to send the packet per minute with tcpreplay ?

I am using tcpreplay to send traffic . I know the -p option for packet per second, but I want to send packet per minute.

Upvotes: 0

Views: 721

Answers (1)

Aaron Turner
Aaron Turner

Reputation: 319

Not sure I can think of a viable solution since the --pps option doesn't support fractions. The only way you might be able to do that is use the --mbps option and select a slow enough traffic rate that tcpreplay only sends one packet per minute, but that will only be accurate if your packets are the same size.

Your probably best bet is to open a feature request: https://github.com/appneta/tcpreplay/issues

Upvotes: 0

Related Questions