https://github.com/bigbitbus/objbench-formula
Salt formula to go with the objbench tool (also in this repository).
https://github.com/bigbitbus/objbench-formula
Last synced: 2 months ago
JSON representation
Salt formula to go with the objbench tool (also in this repository).
- Host: GitHub
- URL: https://github.com/bigbitbus/objbench-formula
- Owner: bigbitbus
- Created: 2018-06-01T16:49:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T15:20:46.000Z (about 8 years ago)
- Last Synced: 2025-03-02T11:25:33.399Z (over 1 year ago)
- Language: SaltStack
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synopsis
[Object Bench](https://github.com/bigbitbus/objectbench) is a load generation tool to measure object store latencies of different public cloud providers. This [salt formula](https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html) can be used to install and execute it.
# Usage Example
There are 2 states:
Use the _objbench.install_ state to install Objbench on the targeted minion(s) using the objbench code in the specified branch from its [code repository](https://github.com/bigbitbus/objectbench).
```
salt minion state.apply objbench.install
```
The _objbench.execute_ state will execute object bench on the minion, overriding information in the map.jinja file with any pillars under the objbench:lookup:execute keys for that minion.