Skip to content

Greetlist/network_bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project

Network Traffic Bandwith Throughput Written in C++, inspired by goben.

Compile

In Project Root Directory

xmake f -m release
xmake

You will get only one Binary, used as Server and Client.

Usage

Total CLI Args will be shown with -help

./build/linux/x86_64/release/network_bench -help

Example

Run As Server:

./build/linux/x86_64/release/network_bench -listen_addr "0.0.0.0:10000"

Run As Client:

./build/linux/x86_64/release/network_bench -server_addr "192.168.100.100:10000" -send_rate 2.75M

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published