Projects : sysutils/hwstat

BSDforge

Following, are FreeBSD ports, or other *BSD related projects, hosted, or worked on at BSDforge in the sysutils category.

hwstat

hwstat is a FreeBSD command line tool to display CPU temp and battery information.

Screenshots / Example output

  # hwstat -h
usage: hwstat [-hvdcf]
	-h		Show this page
	-v		Show hwstat version
	-d		Display all info and non-working devices
	-f		Display temperature in Fahrenheit
	-k		Display the temperature in Kelvins
                                                     
	

  # hwstat
					Current				Unit
[Coretemp]
	CPU0:				57.4				C
	CPU1:				57.4				C
	CPU2:				57.4				C
                                             
	

  # hwstat -f
					Current				Unit
[Coretemp]
	CPU0:				134.7				F
	CPU1:				134.7				F
	CPU2:				134.7				F
                                             

  # hwstat -k
					Current				Unit
[Coretemp]
	CPU0:				332.7				K
	CPU1:				332.7				K
	CPU2:				332.7				K
                                             
    

Installation

Using the FreeBSD ports system:
cd /usr/ports/sysutils/hwstat make install clean
Using the FreeBSD pkg system:
pkg install sysutils/hwstat