Skip to content

arnaudperalta/netload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netload

example workflow HitCount

Simple load tester written in Rust. All requests are started concurrently to simulate an high traffic from the real world.

Arguments

-b, --body <BODY>          JSON Body
-c, --count <COUNT>        Number of total requests to perform on the API [default: 1000]
-h, --headers <HEADERS>    Headers (key=value)
    --help                 Print help information
-m, --method <METHOD>      HTTP Method [default: get]
-s, --speed <SPEED>        Number of query per second [default: 100]
-u, --url <URL>            Target URL
-V, --version              Print version information

Live demo

gif

About

Simple load tester written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages