Store `ip netconf` output in file `ip_netconf`
[grml-hwinfo.git] / grml-hwinfo
index 382594f..bb20182 100755 (executable)
@@ -216,6 +216,8 @@ cd "${OUTDIR}" || exit 1
   done
   exectest sysdump  && sysdump > ./sysdump 2>./sysdump.error
 
+  exectest cpuid && cpuid > ./cpuid 2>./cpuid.error
+
   exectest uptime && uptime > ./uptime 2>./uptime.error
 
   # log
@@ -227,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
@@ -243,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