https://github.com/mdogan/hazelcast-benchmark
A CLI tool to bechmark Hazelcast IMDG clusters
https://github.com/mdogan/hazelcast-benchmark
benchmark cli hazelcast
Last synced: 8 months ago
JSON representation
A CLI tool to bechmark Hazelcast IMDG clusters
- Host: GitHub
- URL: https://github.com/mdogan/hazelcast-benchmark
- Owner: mdogan
- Created: 2020-01-16T08:50:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T13:18:19.000Z (over 6 years ago)
- Last Synced: 2025-10-13T00:46:15.971Z (8 months ago)
- Topics: benchmark, cli, hazelcast
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A CLI tool to bechmark Hazelcast IMDG clusters.
### Installation
```
> brew tap mdogan/hazelcast
> brew install hazelcast-benchmark
```
### Usage
```
Usage of hazelcast-benchmark:
-c int
Number of client threads (default 10)
-cluster string
Hazelcast cluster name (default "dev")
-d int
Data size in bytes (default 128)
-h string
Server hostname (default "127.0.0.1")
-m string
Name of the Hazelcast IMap (default "benchmark")
-n int
Number of total requests (default 1000)
-p int
Server port (default 5701)
-r int
Key space range (default 1000)
-ratio string
Set:Get ratio (default "1:10")
```