How to get processer (CPU) details in Linux
Use the command # cat /proc/cpuinfo to see the processor details in linux. processor — Provides each processor with an identifying number. On systems that have one processor, only a 0 is present. cpu family — Authoritatively identifies the type of processor in the system. For an Intel-based system, place the number in front of “86” to determine the value. … Read more