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.
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.
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.