If you need to get the CPU Frequency in Linux, then you can run the following command:

1
watch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"