hey-apm is a basic load generation tool for apm-server simulating different workloads. Back in the intake V1 days it was based on hey, but now it uses the Go APM agent to generate events.
hey-apm generates performance reports that can be indexed in Elasticsearch. It can be used manually or automatically (ie. in a CI environment)
hey-apm requires go modules support. Tested with go1.14.4.
go get github.com/elastic/hey-apm
docker build -t hey-apm -f docker/Dockerfile .
Run ./hey-apm -help
or see main.go
The Jenkinsfile
triggers sequentially:
.ci/scripts/unit-test.sh
.ci/scripts/run-bench-in-docker.sh
./.ci/scripts/unit-test.sh 1.14
Run .ci/scripts/run-bench-in-docker.sh
Run ELASTIC_STACK=<version> .ci/scripts/run-bench-in-docker.sh
Run APM_DOCKER_IMAGE=<docker-image> .ci/scripts/run-bench-in-docker.sh
Run ELASTIC_STACK=<version> ES_URL=<url> ES_USER=<user> ES_PASS=<password> .ci/scripts/run-bench-in-docker.sh