Danterpstra (Talk | contribs) (Created page with "{{Component |Author=PAPI team |Version=current PAPI |Last modified=2011/04/04 |Author support=Yes |Component overview=Component interface for lm-sensors system health measurement...") |
Danterpstra (Talk | contribs) (→Description) |
||
| Line 10: | Line 10: | ||
}} | }} | ||
==Description== | ==Description== | ||
| - | This component provides a PAPI interface for measuring system health parameters as supported by lm-sensors. To learn more, visit the lm-sensors website. | + | This component provides a PAPI interface for measuring system health parameters as supported by lm-sensors. To learn more, visit the lm-sensors [http://www.lm-sensors.org/ website]. |
| + | |||
==Implementation== | ==Implementation== | ||
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 the component by running lmsensors/configure with two arguments: | 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 the component by running lmsensors/configure with two arguments: | ||
| Lm-sensors | |
|---|---|
| Author(s) | PAPI team |
| Version | current PAPI |
| Last modified | 2011/04/04 |
| Author support | Yes |
| Component overview | Component interface for lm-sensors system health measurement |
| Source Code |
http://icl.cs.utk.edu/viewcvs/viewcvs.cgi/PAPI/papi/src/components/lmsensors/ |
Contents |
This component provides a PAPI interface for measuring system health parameters as supported by lm-sensors. To learn more, visit the lm-sensors website.
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 the component by running lmsensors/configure with two arguments:
--with-sensors_incdir = <path> --with-sensors_libdir = <path>
This only needs to be done once. Configure PAPI using "--with-component=lmsensors". Rebuild PAPI.
Use as directed.
Linux systems with properly installed lm-sensors drivers.