X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=bb20182abf9b1ce040d3fefb377ea39cc59c9414;hb=3d53667bbd60379625f120ed3b90a5097f1cb248;hp=06ef4e57cdab0ab2a7cb8b55ce7b3f0395209507;hpb=4900106c9b3b79a64cc01438bcb2acdd451d1cd6;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index 06ef4e5..bb20182 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 @@ -241,6 +246,7 @@ cd "${OUTDIR}" || exit 1 exectest ip && ip mroute show > ip_mroute exectest ip && ip mrule show > ip_mrule 2>ip_mrule.error exectest ip && ip neigh show > ip_neigh + exectest ip && ip netconf > ip_netconf exectest ip && ip netns list > ip_netns exectest ip && ip ntable show > ip_ntable exectest ip && ip route show > ip_route @@ -338,6 +344,10 @@ cd "${OUTDIR}" || exit 1 acpidump > ./acpidump 2>./acpidump.error fi + if exectest mokutil ; then + mokutil --sb-state > ./mokutil_state 2>./mokutil_state.error + fi + # proxmox exectest qm && qm list > ./qm 2>./qm.error # libvirt