View Single Post
  #8   (View Single Post)  
Old 3rd June 2021
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,133
Default

Quote:
Originally Posted by dcbdbis View Post
I installed FreeBSD 13 to real hardware. Using this command: sysctl -a | grep -i temperature.
I can't see any metrics on my RX-480.
You assume that there are syctl's that have the string 'temperature' in their name.
Not having a FreeBSD machine at hand I only can show you the following on OpenBSD:
Code:
$ sysctl hw

hw.machine=amd64
hw.model=Intel(R) Xeon(R) CPU E3-1220 v3 @ 3.10GHz
hw.ncpu=4
hw.byteorder=1234
hw.pagesize=4096
hw.disknames=sd0:0353ff6115eea594,cd0:
hw.diskcount=2
hw.sensors.cpu0.temp0=29.00 degC
hw.sensors.acpitz0.temp0=8.30 degC (zone temperature)
hw.cpuspeed=3093
hw.setperf=100
hw.vendor=HP
hw.product=ProLiant ML310e Gen8 v2
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote