Elasticsearch performance benchmark tool
Project description
Tool for benchmarking performance of Elasticsearch nodes.
The two primary uses are for capacity planning (guessing how much oomph you need to do what what you think you need to do), and for performance tuning (trying out various index, mapping, and query settings in a consistent and reproducible manner).
An Elasticsearch index is composed of a set of 1 or more Lucene indexes (designated as primary and replica ‘shards’ by ES). A single Lucene index is the basic unit on which indexing and search operations are executed, and so the performance of individual Lucene indexes largely determines the performance of a cluster.
The basic approach is to create an index with 1 primary and no replica shards (a single Lucene index), load it with data, and periodically run representative use patterns against it, recording observations, adding more data until the performance drops below acceptable levels.
This tool comes with ‘batteries included’ (ie large sample data set, downloaded on demand). See the README.md file, or even better, the project’s github page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file esbench-0.2.3.tar.gz
.
File metadata
- Download URL: esbench-0.2.3.tar.gz
- Upload date:
- Size: 37.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b4e600aebb3ff421ea95bb8ae59349fb19dba780a446abb98391c07176d27a2 |
|
MD5 | ce70c0289ce665274d5e73ef3271ba57 |
|
BLAKE2b-256 | 5ec8bbb92b5cd77643df71b1f2dc602776612937e8c2fd74c00225eadc495c72 |