Specifications

Table Of Contents
[-x number-of-tests] [-u uid-to-use:gid-to-use] [-g gid-to-use]
[-q] [-f] [-b] [-p processes | -y]
Version: 1.03
We run bonnie++ in the system using the parameters
./bonnie++ -u root:0 -s 400 -n 32 -r 200 -d /tmp
temptool
The temptool reads from the temperature devices and reports back the temperatures.
The temperature sensors on the board are commonly connected through i2c busses. The configuration files
specify the type of the device, the sensor name, the instance in that device, its location on the board, and the
thresholds for reporting low, normal, and critical temperatures. To gather the information from the devices
and report the values, the
temptool uses the i2ctool.
Tests
The tool retrieves the data from the devices and validates that the temperatures are within the acceptable
range.
CLI Options
NOTE: Prior to using any commands, you must set the MUX settings to select the bus segments the
temperature sensors are on.
Dell Diag - Temperature Tool
version 2.0
admin, 2014-10-01, bamboo-build-num
Syntax: ./temptool <option>
--h := show this help
--test --config=<config_file> := test the pre-programmed configuration
--show --config=<config_file> := show current temp device values for
test — Tests the sensors to make sure they are within the acceptable range.
show — Shows the current temperature values.
Output
test Output
root@dell-diag-os:/opt/ngos/bin# ./temptool --test --lpc
Testing Temp sensor devices:
No. of sensors in the system :6
Temperature Sensor 1 temperature value is 34.7 C and temperature is normal
....................... Passed
Temperature Sensor 2 temperature value is 45.7 C and temperature is normal
....................... Passed
Dell DiagOS Tools 93