https://loadimpact.com/k6
に、
「k6 is a developer-centric open source load testing tool」とある。
インストールは、
https://k6.readme.io/docs/installation
を参照。
Mac環境では、
brew tap loadimpact/k6
brew install k6
で、インストールできる。
WindowsやLinux用のバイナリは、
https://github.com/loadimpact/k6/releases
ソースコードからのインストールには、
Go
https://golang.org
のインストールが必要。
Go インストール後に
make すると、
バイナリファイルができる。