Benchmarking Websites
Came across this neat tool, Wrk, to perform bechmark of you http resources. Wrk provides the ability to extend by writing scripts in Lua. More on this as I explore it further in the course.
0
Kudos
0
Kudos
Came across this neat tool, Wrk, to perform bechmark of you http resources. Wrk provides the ability to extend by writing scripts in Lua. More on this as I explore it further in the course.
Just had to take wrk for a ride. Wrk installed cleanly on the laptop, just was minssing “openssl/ssl.h”. And … $ sudo apt-get install libssl-dev did the fix. Now it is off to test it out. Have been hearing quite a bit about Go and its... Continue →