On 2022-09-04 12:41, Felix Miata wrote:
cagsm composed on 2022-09-04 12:14 (UTC+0200): ...
I just grabbed from the official inxi github place
<https://github.com/smxi/inxi> via
wget -O inxi https://github.com/smxi/inxi/raw/master/inxi
and simply chmod a+x ./inxi
and running it: ./inxi -Cxxxxxx
or similar ...
Man page for inxi explains options and sub options determine categories and amount of detail:
Selected options: x - add more detail xx - add more detail than simply x xxx - add even more detail than xx a - maximize details z - filter out sensitive data, such as serial numbers and MAC addresses
Selected categories: C - CPU F - Full (most categories) G - graphics S - system M - machine m - memory N - network P - partitions
To get "level" requires -Cxx, or -Cxxx or -Ca. For C, there are extra options regarding vulnerabilities available in the man page.
cer@Telcontar:~> inxi -Cxxxxxx CPU: Topology: 6-Core model: AMD Ryzen 5 3600X bits: 64 type: MT MCP arch: Zen 2 L2 cache: 3072 KiB flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 91202 Speed: 2443 MHz min/max: 2200/3800 MHz boost: enabled Core speeds (MHz): 1: 2443 2: 2278 3: 3904 4: 3451 5: 3139 6: 2198 7: 2280 8: 2411 9: 2185 10: 2254 11: 3286 12: 2197 cer@Telcontar:~> So, what's the level? The other awk script says: cer@Telcontar:~> cpulevel CPU supports x86-64-v3 cer@Telcontar:~> On my server machine: cer@Isengard:~> cpulevel CPU supports x86-64-v2 cer@Isengard:~> cer@Isengard:~> inxi -Cxxxxxx CPU: Topology: Quad Core model: Intel Pentium N3710 bits: 64 type: MCP arch: Airmont rev: 4 L2 cache: 1024 KiB flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 12800 Speed: 480 MHz min/max: 480/2560 MHz Core speeds (MHz): 1: 949 2: 657 3: 2130 4: 1968 cer@Isengard:~> -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)