Skip to content

Instantly share code, notes, and snippets.

@aelveborn
Created December 25, 2013 23:31
Show Gist options
  • Save aelveborn/8127882 to your computer and use it in GitHub Desktop.
Save aelveborn/8127882 to your computer and use it in GitHub Desktop.
Check the CPU frequency in Linux
#!/bin/bash
watch grep \"cpu MHz\" /proc/cpuinfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment