Tune kernel parameter for babeltrace benchmarking
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 29 Jul 2019 19:55:39 +0000 (15:55 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 29 Jul 2019 19:55:39 +0000 (15:55 -0400)
commitba4e084cc3c4411b8acede7c837743c73d942f32
tree9b66a4c9f5911ffe4300f6976951dd90f22e0e54
parentf508331340620c3f31ec346951438c2bc8345a61
Tune kernel parameter for babeltrace benchmarking

idle=poll prevent the kick in of sleep state. This is not that important
for babeltrace since it is mostly userpsace, single threaded and cpu bound.

cpufreq.off=1 ensures that we do not play with the frequency of the cpu.

numa_balancing=disable makes sure weird numa interaction happens.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/babeltrace-benchmark/template_lava_job_bt_benchmark.jinja2
This page took 0.023055 seconds and 4 git commands to generate.