| 1 | .\" Copyright 1999 Frodo Looijaard <frodol@dds.nl> |
|---|
| 2 | .\" Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> |
|---|
| 3 | .\" sensors is distributed under the GPL |
|---|
| 4 | .\" |
|---|
| 5 | .\" Permission is granted to make and distribute verbatim copies of this |
|---|
| 6 | .\" manual provided the copyright notice and this permission notice are |
|---|
| 7 | .\" preserved on all copies. |
|---|
| 8 | .\" |
|---|
| 9 | .\" Permission is granted to copy and distribute modified versions of this |
|---|
| 10 | .\" manual under the conditions for verbatim copying, provided that the |
|---|
| 11 | .\" entire resulting derived work is distributed under the terms of a |
|---|
| 12 | .\" permission notice identical to this one |
|---|
| 13 | .\" |
|---|
| 14 | .\" Since the Linux kernel and libraries are constantly changing, this |
|---|
| 15 | .\" manual page may be incorrect or out-of-date. The author(s) assume no |
|---|
| 16 | .\" responsibility for errors or omissions, or for damages resulting from |
|---|
| 17 | .\" the use of the information contained herein. The author(s) may not |
|---|
| 18 | .\" have taken the same level of care in the production of this manual, |
|---|
| 19 | .\" which is licensed free of charge, as they might when working |
|---|
| 20 | .\" professionally. |
|---|
| 21 | .\" |
|---|
| 22 | .\" Formatted or processed versions of this manual, if unaccompanied by |
|---|
| 23 | .\" the source, must acknowledge the copyright and authors of this work. |
|---|
| 24 | .\" |
|---|
| 25 | .TH sensors 1 "October 2007" "lm-sensors 3" "Linux User's Manual" |
|---|
| 26 | .SH NAME |
|---|
| 27 | sensors \- print sensors information |
|---|
| 28 | .SH SYNOPSIS |
|---|
| 29 | .B sensors [ |
|---|
| 30 | .I options |
|---|
| 31 | .B ] [ |
|---|
| 32 | .I chips |
|---|
| 33 | .B ] |
|---|
| 34 | .br |
|---|
| 35 | .B sensors -s [ |
|---|
| 36 | .I chips |
|---|
| 37 | .B ] |
|---|
| 38 | .br |
|---|
| 39 | .B sensors --bus-list |
|---|
| 40 | |
|---|
| 41 | .SH DESCRIPTION |
|---|
| 42 | .B sensors |
|---|
| 43 | is used to show the current readings of all sensor chips. |
|---|
| 44 | .br |
|---|
| 45 | .B sensors -s |
|---|
| 46 | is used to set all limits as specified in the configuration file. |
|---|
| 47 | .br |
|---|
| 48 | .B sensors --bus-list |
|---|
| 49 | is used to generate bus statements suitable for the configuration file. |
|---|
| 50 | |
|---|
| 51 | .SH OPTIONS |
|---|
| 52 | .IP "-c config-file" |
|---|
| 53 | Specify a configuration file. If no file is specified, the libsensors |
|---|
| 54 | default configuration file is used. Use `-c /dev/null' to temporarily |
|---|
| 55 | disable this default configuration file. |
|---|
| 56 | .IP -h |
|---|
| 57 | Print a help text and exit. |
|---|
| 58 | .IP -s |
|---|
| 59 | Evaluate all `set' statements in the configuration file and exit. You must |
|---|
| 60 | be `root' to do this. If this parameter is not specified, no `set' statement |
|---|
| 61 | is evaluated. |
|---|
| 62 | .IP -A |
|---|
| 63 | Do not show the adapter for each chip. |
|---|
| 64 | .IP -u |
|---|
| 65 | Raw output. This mode is only meant for debugging. |
|---|
| 66 | .IP -v |
|---|
| 67 | Print the program version and exit. |
|---|
| 68 | .IP -f |
|---|
| 69 | Print the temperatures in degrees Fahrenheit instead of Celsius. |
|---|
| 70 | .IP --bus-list |
|---|
| 71 | Generate bus statements suitable for using in sensors.conf. Such bus statements |
|---|
| 72 | are only needed if you have several chips sharing the same address on different |
|---|
| 73 | buses of the same type. As bus numbers are usually not guaranteed to be stable |
|---|
| 74 | over reboots, these statements let you refer to each bus by its name rather |
|---|
| 75 | than numbers. |
|---|
| 76 | .SH FILES |
|---|
| 77 | .I /etc/sensors3.conf |
|---|
| 78 | .br |
|---|
| 79 | .I /etc/sensors.conf |
|---|
| 80 | .RS |
|---|
| 81 | The system wide configuration file. See |
|---|
| 82 | .BR sensors.conf (5) |
|---|
| 83 | for further details. |
|---|
| 84 | .RE |
|---|
| 85 | |
|---|
| 86 | .SH SEE ALSO |
|---|
| 87 | sensors.conf(5) |
|---|
| 88 | |
|---|
| 89 | .SH AUTHOR |
|---|
| 90 | Frodo Looijaard and the lm_sensors group |
|---|
| 91 | http://www.lm-sensors.org/ |
|---|
| 92 | |
|---|
| 93 | |
|---|