Danterpstra (Talk | contribs) m (Update modification date.) |
|||
| Line 2: | Line 2: | ||
|Author=PAPI team | |Author=PAPI team | ||
|Version=PAPI current | |Version=PAPI current | ||
| - | |Last modified=2011 | + | |Last modified=2011/11/07 |
|Author support=Yes | |Author support=Yes | ||
|Component overview=Access hardware temperature sensors on FreeBSD | |Component overview=Access hardware temperature sensors on FreeBSD | ||
| Coretemp freebsd | |
|---|---|
| Author(s) | PAPI team |
| Version | PAPI current |
| Last modified | 2011/11/07 |
| Author support | Yes |
| Component overview | Access hardware temperature sensors on FreeBSD |
| Source Code |
http://icl.cs.utk.edu/viewcvs/viewcvs.cgi/PAPI/papi/src/components/coretemp_freebsd/ |
Contents |
The CoreTemp_FreeBSD component is one of several components bundled with PAPI. It accesses hardware monitoring sensors through the coretemp sysctl interface. This is an Intel only feature that works by reading the IA32_THERM_STATUS msr (abstracted by sysctl ). Temperatures are reported in tenths of a degree kelvin. It is distributed with the PAPI tarball, or can be downloaded independently using the provided link.
Use the "Download tarball" link on the provided page to download a tarball of the source code folder to your computer. Untar the folder and place it in the components directory of your PAPI source tree. Configure using "--with-component=coretemp_freebsd". Rebuild PAPI.
Use as directed.
FreeBSD running on most Intel processors