1999-02-08 20:13:56 +00:00
|
|
|
.\" Copyright 1999 Frodo Looijaard <frodol@dds.nl>
|
2007-08-22 18:43:48 +00:00
|
|
|
.\" Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
|
1999-02-08 20:13:56 +00:00
|
|
|
.\" sensors is distributed under the GPL
|
|
|
|
.\"
|
|
|
|
.\" Permission is granted to make and distribute verbatim copies of this
|
|
|
|
.\" manual provided the copyright notice and this permission notice are
|
|
|
|
.\" preserved on all copies.
|
|
|
|
.\"
|
|
|
|
.\" Permission is granted to copy and distribute modified versions of this
|
|
|
|
.\" manual under the conditions for verbatim copying, provided that the
|
|
|
|
.\" entire resulting derived work is distributed under the terms of a
|
|
|
|
.\" permission notice identical to this one
|
|
|
|
.\"
|
|
|
|
.\" Since the Linux kernel and libraries are constantly changing, this
|
|
|
|
.\" manual page may be incorrect or out-of-date. The author(s) assume no
|
|
|
|
.\" responsibility for errors or omissions, or for damages resulting from
|
|
|
|
.\" the use of the information contained herein. The author(s) may not
|
|
|
|
.\" have taken the same level of care in the production of this manual,
|
|
|
|
.\" which is licensed free of charge, as they might when working
|
|
|
|
.\" professionally.
|
|
|
|
.\"
|
|
|
|
.\" Formatted or processed versions of this manual, if unaccompanied by
|
|
|
|
.\" the source, must acknowledge the copyright and authors of this work.
|
|
|
|
.\"
|
2007-10-25 09:49:34 +00:00
|
|
|
.TH sensors 1 "October 2007" "lm-sensors 3" "Linux User's Manual"
|
1999-02-08 20:13:56 +00:00
|
|
|
.SH NAME
|
2006-10-13 09:04:40 +00:00
|
|
|
sensors \- print sensors information
|
1999-02-08 20:13:56 +00:00
|
|
|
.SH SYNOPSIS
|
|
|
|
.B sensors [
|
|
|
|
.I options
|
|
|
|
.B ] [
|
|
|
|
.I chips
|
|
|
|
.B ]
|
2006-10-13 09:04:40 +00:00
|
|
|
.br
|
|
|
|
.B sensors -s [
|
|
|
|
.I chips
|
|
|
|
.B ]
|
2007-09-05 21:19:45 +00:00
|
|
|
.br
|
|
|
|
.B sensors --bus-list
|
1999-02-08 20:13:56 +00:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B sensors
|
2006-10-13 09:04:40 +00:00
|
|
|
is used to show the current readings of all sensor chips.
|
|
|
|
.br
|
|
|
|
.B sensors -s
|
|
|
|
is used to set all limits as specified in the configuration file.
|
2007-09-05 21:19:45 +00:00
|
|
|
.br
|
|
|
|
.B sensors --bus-list
|
|
|
|
is used to generate bus statements suitable for the configuration file.
|
1999-02-08 20:13:56 +00:00
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.IP "-c config-file"
|
2007-10-25 09:49:34 +00:00
|
|
|
Specify a configuration file. If no file is specified, the libsensors
|
|
|
|
default configuration file is used. Use `-c /dev/null' to temporarily
|
|
|
|
disable this default configuration file.
|
1999-02-08 20:13:56 +00:00
|
|
|
.IP -h
|
2006-10-13 09:04:40 +00:00
|
|
|
Print a help text and exit.
|
1999-02-08 20:13:56 +00:00
|
|
|
.IP -s
|
2006-10-13 09:04:40 +00:00
|
|
|
Evaluate all `set' statements in the configuration file and exit. You must
|
1999-02-08 20:13:56 +00:00
|
|
|
be `root' to do this. If this parameter is not specified, no `set' statement
|
|
|
|
is evaluated.
|
2002-06-22 03:32:55 +00:00
|
|
|
.IP -A
|
2006-10-13 09:04:40 +00:00
|
|
|
Do not show the adapter for each chip.
|
2000-07-19 21:22:05 +00:00
|
|
|
.IP -u
|
2007-08-23 07:45:58 +00:00
|
|
|
Raw output. This mode is only meant for debugging.
|
1999-02-08 20:13:56 +00:00
|
|
|
.IP -v
|
2006-10-13 09:04:40 +00:00
|
|
|
Print the program version and exit.
|
2000-11-13 18:31:48 +00:00
|
|
|
.IP -f
|
2006-10-13 09:04:40 +00:00
|
|
|
Print the temperatures in degrees Fahrenheit instead of Celsius.
|
2007-09-05 21:19:45 +00:00
|
|
|
.IP --bus-list
|
|
|
|
Generate bus statements suitable for using in sensors.conf. Such bus statements
|
|
|
|
are only needed if you have several chips sharing the same address on different
|
|
|
|
buses of the same type. As bus numbers are usually not guaranteed to be stable
|
|
|
|
over reboots, these statements let you refer to each bus by its name rather
|
|
|
|
than numbers.
|
1999-02-08 20:13:56 +00:00
|
|
|
.SH FILES
|
2007-10-25 09:59:05 +00:00
|
|
|
.I /etc/sensors3.conf
|
|
|
|
.br
|
1999-02-08 20:13:56 +00:00
|
|
|
.I /etc/sensors.conf
|
|
|
|
.RS
|
|
|
|
The system wide configuration file. See
|
|
|
|
.BR sensors.conf (5)
|
|
|
|
for further details.
|
2000-01-30 01:04:39 +00:00
|
|
|
.RE
|
2007-08-23 08:14:48 +00:00
|
|
|
|
1999-02-08 20:13:56 +00:00
|
|
|
.SH SEE ALSO
|
|
|
|
sensors.conf(5)
|
|
|
|
|
2004-04-20 01:25:22 +00:00
|
|
|
.SH AUTHOR
|
|
|
|
Frodo Looijaard and the lm_sensors group
|
2006-09-17 21:01:35 +00:00
|
|
|
http://www.lm-sensors.org/
|
2004-04-20 01:25:22 +00:00
|
|
|
|
1999-02-08 20:13:56 +00:00
|
|
|
|