Skip to content

Instantly share code, notes, and snippets.

@caseymhunt
Created April 27, 2015 22:25
Show Gist options
  • Select an option

  • Save caseymhunt/59c3080f5b6cb3836af6 to your computer and use it in GitHub Desktop.

Select an option

Save caseymhunt/59c3080f5b6cb3836af6 to your computer and use it in GitHub Desktop.
CPU & Fan Health script for Today-Scripts project; Requires iStats
echo -e "--- CPU Stats ---";
istats cpu;
echo -e "\n--- Fan Stats ---";
istats fan;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment