i'm running windows 11, so the /pro/cpuinfo is currently not doable... that i know of.
CPU-Z will do it on Windows.
Nice setup!
Some algos of interest for performance testing:
myg-gr, groestl: heavy VAES, some AVX512
allium: heavy AVX512, some VAES
skein2, blake2b, keccak, sha256t: pure AVX512
SHA is not used much because parallel Nway is always faster.
myr-gr uses some AVX2 with the AVX512 build, Groestl is pure VAES+AVX512.
sha256d is also pure AVX512 but the AVX2 version uses Pooler ASM code so it can't be used for comparison.
Here are the results.