Show CPU info via command line
less /proc/cpuinfoThis is the tidy version.lscpuThis is the min and max clock speed of the CPU:cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freqcat /sys/devices/system/cpu/cpu*/cpufreq/scaling_min_freq sudo watch -n 1 cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq