Addendum Concerning 1a, additional examples: $ uname -p | sed 's/ppc64le/POWER/' | sed 's/x86_64/X86/' Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz $ uname -p | sed 's/ppc64le/POWER/' | sed 's/x86_64/X86/' AMD Ryzen 5 3600 6-Core Processor $ uname -p | sed 's/ppc64le/POWER/' | sed 's/x86_64/X86/' Intel(R) Xeon(R) CPU E3-1260L v5 @ 2.90GHz
Thanks a lot!!!!! It seems to work :) (I did just an initial test, I'll start using it actively once my Gentoo Linux distro makes the new 16p version available) Some remarks (nothing important, just FYI): 1) Compiling 1a) Variable "HW" of your "makefile": The line "HW=$(shell uname -p | sed 's/ppc64le/POWER/' | sed 's/x86_64/X86/')" returns the following on my notebook (and similar stuff on my servers): $ uname -p | sed 's/ppc64le/POWER/' | sed 's/x86_64/X86/' AMD Ryzen 5 5600H with Radeon Graphics...
Hi Nigel You're right, it's for Linux. I personally use mainly "Gentoo Linux" (secondary distros are Debian, Mint, Arch - in the company I'm working for we use Red Hat), on AMD64 (using both Intel & AMD CPUs).
Hi Nigel You're right, it's for Linux. I personally use mainly "Gentoo Linux" (secondary distros are Debian, Mint, Arch), on AMD64 (using both Intel & AMD CPUs).
Parameter to make values of some metrics stick to a certain "unit" (e.g. KB/MB)?