Production-grade performance testing and benchmarking tool for Hazelcast clusters
1.7K
Hazelcast Simulator is a distributed testing framework designed to validate and benchmark Hazelcast deployments at scale. It enables engineers to simulate realistic production workloads, execute performance tests across cloud environments.
Key Capabilities:
Docker Image Features:
perftest, inventory, iperf3test, perfregtestQuick Start:
# Create a new benchmark project
docker run --rm -it -v "$(pwd):/workspace" hazelcast/simulator:latest perftest create myproject --template hazelcast5-ec2
# Provision infrastructure (requires AWS credentials)
docker run --rm -it -v "$(pwd)/myproject:/workspace" -v ~/.aws:/root/.aws:ro hazelcast/simulator:latest inventory apply
# Run performance tests
docker run --rm -it -v "$(pwd)/myproject:/workspace" hazelcast/simulator:latest perftest run
This containerized solution eliminates local installation complexity while providing full access to Simulator's testing capabilities for Hazelcast clusters.
Content type
Image
Digest
sha256:2bf8ebc8f…
Size
1 GB
Last updated
8 days ago
docker pull hazelcast/simulator