2

I need to create some traffic load on a linux machine in order to test some different packet forwarding schemes. Any easy way to have some dummy traffic?

Thanks.

Ricky Robinson
  • 21,798
  • 42
  • 129
  • 185

1 Answers1

0

With a second host, you could use nc to simulate server/client transfer, e.g. send files from a bash for-loop to the other host. See the manpage for examples.

ott--
  • 5,642
  • 4
  • 24
  • 27