Checking the operating frequency of the Raspberry PI CPU
The following method describes a very simple way to check the cpu frequency of our Raspberry PI.
We will do it all with one command.
In the console, issue the command:
1 | watch -n1 vcgencmd measure_clock arm |
And that's all we have the result:
1 | frequency(48)=600117184 |
The above result shows that our processor works at a frequency of 600mhz