Changeset e4b7aa8


Ignore:
Timestamp:
06/19/2020 06:51:10 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
0a0753d
Parents:
cce9c16
Message:

Replace "cat /proc/cpuinfo" with "lscpu" in the sub-du report: cpuinfo gets
too big with several cores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/create-sbu_du-report.sh

    rcce9c16 re4b7aa8  
    4646# Dump CPU and memory info
    4747echo -e "\n\n\t\tCPU type:\n" >> "$REPORT"
    48 cat /proc/cpuinfo >> "$REPORT"
     48lscpu >> "$REPORT"
    4949echo -e "\n\t\tMemory info:\n" >> "$REPORT"
    5050free >> "$REPORT"
Note: See TracChangeset for help on using the changeset viewer.