UESENSOR(8) | Linux on Power Service Tools | UESENSOR(8) |
uesensor - view the state of system environmental sensors
/usr/sbin/uesensor -l | -a /usr/sbin/uesensor -t token -i index [-v]
The uesensor utility is used to view the state of environmental sensors on PowerPC-64 machines.
There are 4 types of system sensors that can be retrieved with uesensor; each sensor has an identifying token:
Each sensor is uniquely identified by a combination of token and index number; index numbers start at 0 and are contiguous. For example, the second fan on the system would be identified by token number 9001 and index 1.
The state of each sensor consists of a status and a measured value. The status value is one of the following:
The measured value depends on the type of sensor. Thermal sensors are measured in degrees Celcius; fan speed is measured in revolutions per minute; voltage is measured in millivolts; power supply measurements are defined as follows:
Each sensor is also associated with a location code; this location code may not be unique (for example, there may be multiple voltage sensors on a planar).
<token> <index> <status> <measured_value> <location_code>
May 2004 | Linux |