Skip to content

Instantly share code, notes, and snippets.

@paulc
Created August 30, 2013 13:30
Show Gist options
  • Save paulc/6389872 to your computer and use it in GitHub Desktop.
Save paulc/6389872 to your computer and use it in GitHub Desktop.
FreeBSD CPU temp (requires core temp kmod)
#!/bin/sh
while :
do
clear
sysctl dev.cpu.0.temperature dev.cpu.1.temperature dev.cpu.2.temperature dev.cpu.3.temperature
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment