Comments on: 9 Useful Commands to Get CPU Information on Linux https://www.tecmint.com/check-linux-cpu-information/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 14 Oct 2024 04:22:17 +0000 hourly 1 By: Trevor Chandler https://www.tecmint.com/check-linux-cpu-information/comment-page-1/#comment-2227956 Mon, 14 Oct 2024 04:22:17 +0000 https://www.tecmint.com/?p=25769#comment-2227956 Very nice article!

I’m not too keen on the “cpuid” and “inxi” commands.

These don’t appear to be uniform across all the major distros, and I’m one of those people who prefer tools/utilities that are generic!

]]>
By: Aaron Kili https://www.tecmint.com/check-linux-cpu-information/comment-page-1/#comment-1049032 Tue, 16 Oct 2018 09:47:33 +0000 https://www.tecmint.com/?p=25769#comment-1049032 In reply to Netgear Support.

@Netgear

Thanks a lot for sharing this useful list.

]]>
By: Netgear Support https://www.tecmint.com/check-linux-cpu-information/comment-page-1/#comment-1048460 Mon, 15 Oct 2018 06:50:46 +0000 https://www.tecmint.com/?p=25769#comment-1048460 The CPU information includes details about the processor, like the architecture, vendor name, model, number of cores, a speed of each core etc. There are quite a few commands on Linux to get those details about the CPU hardware, and here is about some of the commands.

  1. /proc/cpuinfo
  2. lscpu
  3. hardinfo
  4. lshw
  5. nproc
  6. dmidecode
  7. cpuid
  8. inxi
]]>