Skip to content

tnuanchuay/wrk-load-testing-module

Repository files navigation

wrk-load-testing-module

Build Status

The wg/wrk extension tool provides continuous load testing in range of connection. Easy to find out the bottleneck and increase your web application performance. Using together with Jenkins are available via http call(curl to API). Understand your web application load characteristic in each number of connection.

  • Latency
  • Data-Transfer/Second
  • Socket Error
  • Non-2xx Response

Require

Toubleshoot

  • kataras/go-websocket work incorrectly in new version.
cd $GOPATH/src/github.com/kataras/go-websocket
git checkout c23e0b800ee290a488a057f74375cbcb9d2fe8e4

Available

  • Linux

Install Instruction

  • Install Golang
  • Install wrk
git clone https://github.com/wg/wrk.git
cd wrk
make

can't wait ?

sudo apt-get install wrk
  • Installation
go get github.com/tspn/wrk-load-testing-module

Mode

  • Test by case
  • Realtime Test
  • Soaking Test
  • Estimate Function Capacity

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published