/objbench-formula

Salt formula to go with the objbench tool (also in this repository).

Primary LanguageSaltStack

Synopsis

Object Bench is a load generation tool to measure object store latencies of different public cloud providers. This salt formula 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.

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.