This web stress tool tests websites performance by making as many as possible simple http request and gives per second analysis. This is achieved through concurrency provided by Golang. The result is displayed in the form of graph which is plotted using the library Gonum Plot.
- Golang installation :- https://golang.org/doc/install
- Gonum Plot library :-
go get gonum.org/v1/plot/...