| Hey all, some values of interest (for us) are currently missing in the facts. On GNU/Linux some missing values (for example caputured by "lscpu": Thread(s) per core: 2 Core(s) per socket: 12 Vendor ID: GenuineIntel CPU MHz: 2693.496 BogoMIPS: 5386.28 And on AIX there is a "speed" fact for processor speed, but on Linux its missing. Missing on AIX: lsdev -Cc processor | awk ' { print $1 }' proc0 proc4 proc8 proc12 prtconf | grep "Processor Implementation Mode" | awk ' { print $4$5 }' POWER7 lparstat | grep smt | sed -n 's/.smt=([0-9]).*/\1/p' 4 |