Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:04:56.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:17.024Z (about 1 year ago)
- Topics: ansible, benchmarking, debian, load-testing, memcache, memcached, memtier-benchmark, redis, ubuntu
- Language: Dockerfile
- Size: 89.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
[![CI](https://github.com/Oefenweb/ansible-megacli/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-megacli/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-memtier--benchmark-blue.svg)](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)!