Jump to content

Hi Everyone,

 

I am looking for a program that can generate traffic with many concurrent connections (thousands if possible). I tried using LAN Bench but the results are not consistent.

 

This is for testing WAN connections from a main site to sub-sites.

Link to comment
https://linustechtips.com/topic/786188-traffic-generating-testing-wan-connections/
Share on other sites

Link to post
Share on other sites

24 minutes ago, BubblyCharizard said:

you could install a lightweight http server, and use command line scripting to wget some files concurrently

 

or use speedtest mini

I'm not good with scripting, but I'll take a look at the speedtest mini. Thank you pokemon person.

Link to post
Share on other sites

If you control both sides of the connection: use iperf3.

 

iperf3 supports up to 128 parallel streams per instance on Linux (or 30 on Windows, due to some limitations in the networking stack). 

 

You can launch multiple instances of iperf3 concurrently to get up to a few thousand parallel connections (as long as your CPU and network infrastructure are able to keep up). It does scale poorly though. 

 

If you need to test with more than ~15k connections: get a professional stress-testing solution (like IxChariot).

Home theater gaming rig: AMD 5800X, Asus TUF Radeon 6900 XT, 32 GB, 65" LG C1 OLED, custom chassis (link to build log)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×