NavInfoNC / visual-wrk

Another HTTP load tester. Features HTML based report(including charts), dynamic parameters, etc.
Other
58 stars 13 forks source link

Number of Threads #5

Closed brunobritodev closed 5 years ago

brunobritodev commented 5 years ago

Hi!

Awesome project, congratulations!!

I've a doubt, visual-wrk uses threads? The wrk has the -t parameter. Could you explain how visual-wrk make the requests?

zhaoguangqiang commented 5 years ago

Visual-wrk also use the threads and the thread is used in the same way as wrk. The difference is visual-wrk not use -t parameter, the number of threads is determined by the number of local cpu cores.The make requests method also same as wrk.