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)
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

index 4b7d724262db26e1f90109cc97475e2ca9637b88..e1f88f70db551f8a8f8c72a6ac5ccf081b71d5b1 100644 (file)
@@ -13,7 +13,7 @@ timeouts:
 priority: medium
 visibility: public
 context:
-  extra_kernel_args: cpuidle.off=1
+  extra_kernel_args: "cpuidle.off=1 idle=poll cpufreq.off=1 numa_balancing=disable"
   extra_nfsroot_args: ",nfsvers=3 nfsrootdebug"
 
 tags:
This page took 0.02405 seconds and 4 git commands to generate.