diff --git a/common/create-sbu_du-report.sh b/common/create-sbu_du-report.sh index 3fdd237..d3565c9 100755 --- a/common/create-sbu_du-report.sh +++ b/common/create-sbu_du-report.sh @@ -45,7 +45,7 @@ fi # Dump CPU and memory info echo -e "\n\n\t\tCPU type:\n" >> "$REPORT" -cat /proc/cpuinfo >> "$REPORT" +lscpu >> "$REPORT" echo -e "\n\t\tMemory info:\n" >> "$REPORT" free >> "$REPORT"