Sign inSign up

obvionaoe/ghz

By obvionaoe

Updated about 3 years ago

A slim Alpine-based Docker image for running ghz load tests

Image
1

100K+

obvionaoe/ghz repository overview

docker-ghz

Docker Size Docker Pulls docker-ghz Version

License

Discord

A slim Alpine-based docker image for running ghz load tests.

Usage:

A good way to use the image with minimal configuration, is to use volumes to mount your proto(s) and config file(s) into the container before executing your call.

This will allow you to call ghz very easily:

docker run \
    --volume "${PWD}/protos:/ghz/protos" \
    --volume "${PWD}/config.json:/ghz/config.json" \
    obvionaoe/ghz \
    --config=/ghz/config.json \
    --proto=/ghz/protos/HelloWorld.proto \
    --call=helloworld.Greeter.SayHello \
    0.0.0.0:50051

This will start the ghz load test.

You can show the help message by running:

docker run obvionaoe/ghz --help

For more information on running ghz, see: https://ghz.sh

Tag summary

Content type

Image

Digest

sha256:3efee2e55

Size

46.7 MB

Last updated

about 3 years ago

docker pull obvionaoe/ghz