https://github.com/oefenweb/ansible-memtier-benchmark
Ansible role to set up memtier_benchmark in Debian-like systems
https://github.com/oefenweb/ansible-memtier-benchmark
ansible benchmarking debian load-testing memcache memcached memtier-benchmark redis ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up memtier_benchmark in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-memtier-benchmark
- Owner: Oefenweb
- License: mit
- Created: 2016-01-11T21:13:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:04:56.000Z (over 2 years ago)
- Last Synced: 2025-01-23T02:44:42.142Z (over 1 year ago)
- Topics: ansible, benchmarking, debian, load-testing, memcache, memcached, memtier-benchmark, redis, ubuntu
- Language: Dockerfile
- Size: 92.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## memtier-benchmark
[](https://github.com/Oefenweb/ansible-megacli/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/memtier_benchmark)
Set up [memtier_benchmark](https://github.com/RedisLabs/memtier_benchmark) (A High-Throughput Benchmarking Tool for Redis & Memcached) in Debian-like systems.
#### Requirements
* `autoconf` (will be installed)
* `automake` (will be installed)
* `build-essential` (will be installed)
* `git` (will be installed)
* `libevent-dev` (will be installed)
* `libpcre3-dev` (will be installed)
* `libssl-dev` (will be installed)
* `pkg-config` (will be installed)
* `zlib1g-dev` (will be installed)
#### Variables
* `memtier_benchmark_version` [default: `1.2.16`]: What version of memtier-benchmark to check out (set up). This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.memtier-benchmark
```
#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-memtier-benchmark/issues)!