On 2/22/22 21:05, Klaus Singvogel wrote:
Grzesiek wrote:
I'm looking for a tool listing CPUs by different criteria like the number of
cores, number of memory channels clock speed etc. Is there any web page
capable of that? I tried to google, no luck.
What's wrong with Wikipedia?
grep "model name" /proc/cpuinfo| uniq
and search for the output on wikipedia.org
It's not about system I poses. It's about choosing optimal CPU for a new
one. For example, I would like to get a list of all available CPU with
quad memory channel (Intel and AMD).
Regards
Greg