Hey all,
After a reboot of my FreeBSD 10.3 system, it seems that the CPU fan speed is a lot higher than before the reboot.
Because I live in a studio apartment, the server is in the same room as my bedroom.
The CPU fan is the boxed one of Intel, so at higher RPM the sound is very noticeable.
I have the idea the CPU fan is constantly wavering it's RPM.
If this would be a constant speed, it wouldn't be as annoying as much as it does now.
I have tried reading out the fan speed using sysctl:
Temperature is readable and is way to low for the fan to keep going up and down, so I would like to monitor the fan speed for a while to decide if I am going for an aftermarket (quiet) CPU fan.
I've tried mbmon, but this is not reporting anything:
Is there another way to monitor my CPU fan speed?
I have the following hardware:
- ASRock B150M Pro4S
- Intel Core i3-6100 Boxed
After a reboot of my FreeBSD 10.3 system, it seems that the CPU fan speed is a lot higher than before the reboot.
Because I live in a studio apartment, the server is in the same room as my bedroom.
The CPU fan is the boxed one of Intel, so at higher RPM the sound is very noticeable.
I have the idea the CPU fan is constantly wavering it's RPM.
If this would be a constant speed, it wouldn't be as annoying as much as it does now.
I have tried reading out the fan speed using sysctl:
Code:
$ sysctl -a | grep -i fan
$ sysctl -a | grep -i speed
hw.ix.advertise_speed: 0
dev.est.3.%desc: Enhanced SpeedStep Frequency Control
dev.est.2.%desc: Enhanced SpeedStep Frequency Control
dev.est.1.%desc: Enhanced SpeedStep Frequency Control
dev.est.0.%desc: Enhanced SpeedStep Frequency Control
$ sysctl -a | grep -i temp
dev.cpu.3.temperature: 35.0C
dev.cpu.2.temperature: 35.0C
dev.cpu.1.temperature: 31.0C
dev.cpu.0.temperature: 31.0C
I've tried mbmon, but this is not reporting anything:
Code:
$ mbmon
No Hardware Monitor found!!
InitMBInfo: No such file or directory
Is there another way to monitor my CPU fan speed?
I have the following hardware:
- ASRock B150M Pro4S
- Intel Core i3-6100 Boxed