t/one-core-peak: Reporting RETPOLINE & PAGE_TABLE_ISOLATION
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 6 Oct 2021 21:42:29 +0000 (23:42 +0200)
committerErwan Velu <e.velu@criteo.com>
Thu, 7 Oct 2021 06:58:26 +0000 (08:58 +0200)
These settings can influence the max perf if enabled.
Let's report them.

Signed-off-by: Erwan Velu <erwanaliasr1@gmail.com>
t/one-core-peak.sh

index 20c86e5331f0a4cb47c0a1a1ae2cdc97abacac9a..11b1d69a90e259f139fb68cfc807e213b3ee8009 100755 (executable)
@@ -238,7 +238,7 @@ show_system() {
   info "system" "CPU: ${CPU_MODEL}"
   info "system" "MEMORY: ${MEMORY_SPEED}"
   info "system" "KERNEL: ${KERNEL}"
-  for config_item in BLK_CGROUP BLK_WBT_MQ HZ; do
+  for config_item in BLK_CGROUP BLK_WBT_MQ HZ RETPOLINE PAGE_TABLE_ISOLATION; do
     info "system" "KERNEL: $(show_kernel_config_item ${config_item})"
   done
   info "system" "KERNEL: $(cat /proc/cmdline)"