Tag: hardware

  • Ubuntu: How to see information about your system’s CPU

    Ubuntu: How to see information about your system’s CPU

      To find out information about the CPU used in the system, we can use the following command:   lscpu   This gives us useful information about the CPU, such as the number of physical cores, virtual threads, virtualization support and more. An example output from a Haswell Xeon system looks like:   Architecture:          x86_64…