X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=8af9f8d515f753124383b17f59bdaddb2e957fde;hb=1987fec07637a40004cc8e51491111965a9b868b;hp=6d98829bfdac8d617163fe784ab215076f77b845;hpb=ae9ba9618720aa300c650b6c70bf18ec7b110c83;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index 6d98829..8af9f8d 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -211,11 +211,15 @@ cd "${OUTDIR}" || exit 1 # proc stuff for i in cpuinfo interrupts cmdline devices dma fb iomem ioports \ - mdstat meminfo modules mtrr pci version ; do + mdstat meminfo modules mtrr pci uptime version ; do [ -r /proc/$i ] && cat /proc/$i > proc_$i done exectest sysdump && sysdump > ./sysdump 2>./sysdump.error + exectest cpuid && cpuid > ./cpuid 2>./cpuid.error + + exectest uptime && uptime > ./uptime 2>./uptime.error + # log dmesg > dmesg.cur @@ -225,6 +229,7 @@ cd "${OUTDIR}" || exit 1 exectest numactl && numactl --hardware > ./numactl exectest x86info && x86info > ./x86info 2>./x86info.error exectest lscpu && lscpu > ./lscpu + exectest lscpu && lscpu -e > ./lscpu_extended # EFI exectest efibootmgr && efibootmgr -v > efibootmgr