From: Erwan Velu Date: Wed, 6 Oct 2021 21:25:49 +0000 (+0200) Subject: t/one-core-peak: Reporting kernel cmdline X-Git-Tag: fio-3.29~72^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e45c5ea3364fab0c0ec4453673cbeafc23c283a7;p=fio.git 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 --- 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"