What is Nostr?
Dan Langille /
npub1an7…lewl
2024-12-12 02:30:41

Dan Langille on Nostr: Get your CPU temperatures! Get them while they're hot! % cat ...

Get your CPU temperatures! Get them while they're hot!

% cat ~dvl/bin/snmp-cpu-temperature.sh
#!/bin/sh

for index in $(jot - 0 $(expr $(sysctl -n kern.smp.cpus) - 1))
do
sysctl -n dev.cpu.$index.temperature | awk '{gsub("C",""); print}'
done%

#FreeBSD
Author Public Key
npub1an75uu9tk76kle0lgl7msn5egmtkd9aesv63cpngwxjpz7jap24sc5lewl