b3c42a81fb | ||
---|---|---|
.. | ||
config | ||
gradle/wrapper | ||
sample_output | ||
src | ||
.gitignore | ||
README.md | ||
build.gradle | ||
log4j.properties |
README.md
OtterTune Controller
The controller is responsible for collecting database metrics and knobs information during an experiment.
Usage:
To build the project, run gradle build
.
To run the controller, you need to provide a configuration file and provide command line arguments (command line arguments are optional). Then run gradle run
.
- Command line arguments:
- time (flag :
-t
)
The duration of the experiment inseconds
. The default time is set to 300 seconds. - configuration file path (flag :
-c
)
The path of the input configuration file (required). Sample config files are under the directoryconfig
.
- time (flag :