Use this command to show all the processors:
1 | $ls /proc/acpi/processor/ |
Show the number of all processors
1 | $ls /proc/acpi/processor/ | wc -l |
Go to the :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | $cd proc/acpi/ /proc/acpi $ ls -l | awk '{print $8};' ac_adapter battery button dsdt embedded_controller event fadt fan info power_resource processor sleep thermal_zone wakeup |
All of these folders and file have info about your processors, but you need to use ACPI.