t/one-core-peak: Reporting kernel cmdline
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 6 Oct 2021 21:25:49 +0000 (23:25 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Wed, 6 Oct 2021 21:25:49 +0000 (23:25 +0200)
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 <erwanaliasr1@gmail.com>
t/one-core-peak.sh

index 2bec8df3ae75efa15b69e137314d08adade4ac61..20c86e5331f0a4cb47c0a1a1ae2cdc97abacac9a 100755 (executable)
@@ -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"