Setup Guide

Writing with putc()...done
Writing intelligently...done
Rewriting...done
Reading with getc()...done
Reading intelligently...done
start 'em...done...done...done...
Create files in sequential order...done.
Stat files in sequential order...done.
Delete files in sequential order...done.
Create files in random order...done.
Stat files in random order...done.
Delete files in random order...done.
Version 1.03 ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
dellemc-diag-o 250M 31172 99 443651 99 +++++ +++ 27247 99 +++++ +++ +++++ +++
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
32 31268 72 +++++ +++ 58250 98 26991 99 +++++ +++ 41123 99
dellemc-diag-os,250M,31172,99,443651,99,+++++,+++,27247,99,+++++,+++,+++++,+++,32,31268,72,+++
++,+++,58250,98,26991,99,+++++,+++,41123,99
root@dellemc-diag-os:~#
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:
Before using any commands, you must set the MUX settings to select the bus segments the temperature
sensors are on.
root@dellemc-diag-os:~# temptool
DellEmc Diag - Temperature Tool
version 2.0, x.xx.x.x-x
build, 2019/07/03,
Syntax: temptool <option>
Show the help-text:=
temptool --h (or)
temptool -h
Test the pre-programmed configuration:=
temptool --test --config=<config_file> (or)
temptool -t -f <config_file>
Execute repeatedly command by count:=
temptool --iteration=max/<count> [option1] [option2]...(or)
temptool -I max/<count> [option1] [option2]...
Show the current temperature-device values:=
temptool --show --config=<config_file> (or)
temptool -x -f <config_file>
Get the reg of a temp sensor:=
temptool --read --sensor=<sensor tag> --reg=<ofs> --width=<reg size 1B/2B/3B> --
count=<Byte count> (or)
temptool -r -D <tag> -R <ofs> -W <width> -C <byte count>
Set the reg of a temp sensor:=
temptool --write --sensor=<sensor tag> --reg=<ofs> --width=<reg size 1B/2B/3B> --
Dell EMC DIAG-OS tools
73