The Simplest Way to Monitor CPU Temperature in FreeBSD


  1. Load kernel module.(need root permissions).
    • 'coretemp' for Intel series CPU.
    • 'amdtemp' for AMD series CPU.
    
    # kldload coretemp
    

  2. Type these words, the temperature will be displayed.
    
    # sysctl dev.cpu | grep temperature
    
  3. Unload kernel module.
    
    # kldunload coretemp
    


Comments

Popular posts from this blog

Python3 + Django + uWSGI + Nginx On FreeBSD

arduino最小構成 (atmega328/8MHz/3.3V/内部クロック)FT232RLにてブートローダーの書き込み

FreeBSD: Configuring Apache to permit CGI