From e45c5ea3364fab0c0ec4453673cbeafc23c283a7 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 6 Oct 2021 23:25:49 +0200 Subject: [PATCH] t/one-core-peak: Reporting kernel cmdline The cmdline can contain many interesting options that were set and could influence the final result/one-core-peak: Reporting kernel cmdline The cmdline can contain many interesting options that were set and could influence the final result Signed-off-by: Erwan Velu --- t/one-core-peak.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/one-core-peak.sh b/t/one-core-peak.sh index 2bec8df3..20c86e53 100755 --- a/t/one-core-peak.sh +++ b/t/one-core-peak.sh @@ -241,6 +241,7 @@ show_system() { for config_item in BLK_CGROUP BLK_WBT_MQ HZ; do info "system" "KERNEL: $(show_kernel_config_item ${config_item})" done + info "system" "KERNEL: $(cat /proc/cmdline)" tsc=$(journalctl -k | grep 'tsc: Refined TSC clocksource calibration:' | awk '{print $11}') if [ -n "${tsc}" ]; then info "system" "TSC: ${tsc} Mhz" -- 2.25.1