What is the usage of the lscpu command in Linux?
The “lscpu” command can provide detailed information about the CPU architecture, including the following:
- CPU architecture
- Manufacturer of the CPU (Vendor ID)
- Model name of the CPU
- CPU speed (CPU MHz)
- Cache size of the CPU
- Number of physical CPUs
- Number of cores per physical CPU socket
- Number of threads per core
You can input lscpu in the terminal to view detailed information about the CPU in the system.