Skip to content

cmullaparthi/udpstress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udpstress

Open UDP socket per process and feed them with data, see how much it can hadle.

Build

$ rebar3 release

Start server to listen to 1000 ports from 12000 to 13000

$ VMARGS_PATH="$PWD/server.args" ./_build/default/rel/udpstress/bin/udpstress foreground -extra server 12000 13000

From another shell start client to send to those ports

$ VMARGS_PATH="$PWD/client.args" ./_build/default/rel/udpstress/bin/udpstress foreground  -extra client localhost 12000 13000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%