Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sensors(1) [redhat man page]

sensors(1)							Linux User's Manual							sensors(1)

NAME
sensors - printing sensors information SYNOPSIS
sensors [ options ] [ chips ] DESCRIPTION
sensors is used to show the current readings of all sensor chips, and to set all limits as specified in the configuration file. sensors knows about certain chips, and outputs nicely formatted readings for them; but it can also display the information of unknown chips, as long as libsensors knows about them. OPTIONS
-c config-file Specify a configuration file. If no file is specified, the name `sensors.conf' is used. If the name does not contain a directory slash, or this parameter is not present, the following path is examined: /etc, /usr/lib/sensors, /usr/local/lib/sensors, /usr/lib, /usr/local/lib, . -h Prints a help text -s Evaluates all `set' statements in the configuration file. You must probably be `root' to do this. If this parameter is not speci- fied, no `set' statement is evaluated. -A Do not show adapter and algorithm for each chipset. -u Treats all chips as unknown ones. Output will be of much lower quality; this option is only added for testing purposes. -v Returns the program version. -f Prints the temperatures in degrees Fahrenheit instead of Celsius. FILES
/etc/sensors.conf The system wide configuration file. See sensors.conf(5) for further details. CONFORMING TO
lm_sensors-2.x SEE ALSO
sensors.conf(5) June 2, 2002 sensors(1)

Check Out this Related Man Page

MRTG-SENSORS(1) 					       MRTG helper utilities						   MRTG-SENSORS(1)

NAME
mrtg-sensors - Returns data from lm-sensors SYNOPSIS
mrtg-sensors [-m multiplier] chip label [chip label] DESCRIPTION
mrtg-sensors uses the lm-sensors library to query various system sensors for information such as temperature, fan speed, etc. The output is written in a form useful as input for the mrtg utility. Up to two pairs of chips and labels may be specified. The first is used for the incoming data value in mrtg, while the second is used for the outgoing data value. Of course, they need not correspond to incoming or outgoing data, that is merely what mrtg expects. "chip" is the name of the chip to query, and "label" is the label of the piece of information that should be queried from the given chip. sensors(1) can be used to look up all available chips and labels on your system. Wildcards may be used in chip names, but only the first matching chip will be queried. If you use the special name "dummy" as a chip name, nothing will be queried, and a value of zero will be sent to mrtg. -m is the multiplier to be used in the output. The default multiplier is 1. Note that you may find it more useful to use sensors.conf(5) to set global multipliers for sensors. EXAMPLES
mrtg-sensors dummy dummy adm9240-* fan2 Get the speed of fan #2 from the adm9240 chip. mrtg-sensors -m 0.5 adm9240-* fan1 adm9240-* fan2 Get the speeds of both fan #1 and fan #2, halfing both. mrtg-sensors -m 2 dummy dummy adm9240-* temp Get the cpu termerature, and double it. SEE ALSO
sensors(1) sensors.conf(5) AUTHOR
mrtg-sensors was written by Joey 'no pseudo-code' Hess <joeyh@debian.org>. mrtgutils 0.1 2001-03-04 MRTG-SENSORS(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

lm_sensors? hardware monitoring?

ok ok ok, this is my third post on the day I become a member. I should stop. I'm sure all my questions are in the wrong forums. I'm sorry. my question is about lm_sensors, and hardware monitoring. I have the goods, lm_sensors.tar.gz, and i2c.tar.gz and I'm rather confusled. could someone... (2 Replies)
Discussion started by: plusran
2 Replies

2. Shell Programming and Scripting

Compare string output to int value?

Hi, i'd like to implmeent emergency shutdown script in case our AC dies and the temperature rises too high. I can get core temperatures with: sensors | grep Core | cut -c15-16 Result is: 23 18 18 13 21 18 15 17 How can I check if any of the cores is above eg. 80 (that's C of... (2 Replies)
Discussion started by: zapp0
2 Replies

3. UNIX for Dummies Questions & Answers

Sensors in terminal?

I just installed lm-sensor in my terminal and it's working, however i really don't know how to analyze what I have, Any help will be appreciated, Thanks Here is the reading in my terminal, sensors acpitz-virtual-0 Adapter: Virtual device temp1: +40.0°C (crit = +124.0°C) ... (3 Replies)
Discussion started by: fvs
3 Replies

4. What is on Your Mind?

What are Your Favorite Chips? Mine are Doritos Nacho Cheesier!

By far, Doritos Nacho Cheesier are the best tasting chips, well at least too me. Have you tried them? What are your favorite chips? (5 Replies)
Discussion started by: Neo
5 Replies

5. Shell Programming and Scripting

Dont have a clue which program to use to process flying bat data

Hi, Im not a unix person but need to analyse some data. This is bat data (animals) from large roosts using data loggers. I think AWK is probably the best thing to use but dont really know so any help appreciated. (python, grep) whichever it is, I'll have to learn it! here is an example of... (27 Replies)
Discussion started by: cmp260
27 Replies

6. Shell Programming and Scripting

Find highest records in table

Dear All, I have table files with different measurements for the same sensors. The first column indicate the sensor (7 different sensors and 16 measurements in the example below). I would like to find the best measurement for each sensor. The best measurement is determined by the higher value of... (10 Replies)
Discussion started by: GDC
10 Replies

7. Shell Programming and Scripting

Where the problem?

Hi guy, These run individually, but not together. I want to show both temp and fan speed. Code: watch -n 0.2 "sensors -f | grep "temp4"" watch -n 0.2 "sensors -f | grep "fan1" Thanks (1 Reply)
Discussion started by: marknicolai192
1 Replies