Users Guide

Display the CPU info:=
cputool --cpuinfo (or)
cputool -C
Read CPU register:=
cputool --readmsr --cpu=<cpuNumber> --reg=<regOffset> (or)
cputool -r -n <cpuNumber> -R <regOffset>
Write CPU register:=
cputool --writemsr --cpu=<cpuNumber> --reg=<regOffset> --val=<value> (or)
cputool -w <cpuNumber> -R <regOffset> -V <value>
Execute repeatedly command by count:=
cputool --iteration=max/<count> [option1] [option2]... (or)
cputool -I max/<count> [option1] [option2]...
Read the specified regiser in LPC bus:=
cputool --readlpc --reg=<reg> --size=<size> (or)
cputool -d -R <reg> -Z <size>
Write the specified regiser in LPC bus:=
cputool --writelpc --reg=<reg> --val=<value> --size=<size> (or)
cputool -W -R <reg> -V <value> -Z <size>
Usage:=
-h, --h Show the help text
-i, --cpuid CPU-Id
-x, --x86info x86 info
-C, --cpuinfo CPU info
-r, --readmsr Read operation
-w, --writemsr Write operation
-n, --cpu= CPU
-R, --reg= Register
-V, --val= Value to be set
-Z, --size= Size
-I, --iteration= Iteration command execution
-d, --readlpc Read from LPC bus
-W, --writelpc Write to LPC bus
root@dellemc-diag-os:~#
root@dellemc-diag-os:~# cputool --x86info
x86info v1.30. Dave Jones 2001-2011
Feedback to <davej@redhat.com>.
Found 2 identical CPUs
Extended Family: 0 Extended Model: 5 Family: 6 Model: 95 Stepping: 1
Type: 0 (Original OEM)
CPU Model (x86info's best guess): Unknown model.
Processor name string (BIOS programmed): Intel(R) Atom(TM) CPU C3338 @ 1.50GHz
Total processor threads: 2
This system has 1 single-core processor with hyper-threading (2 threads per core) running at
an estimated 1.50GHz
edatool
The diagnostics tools include edatool. To test the basic functionality of the system, use the edatool.
The edatool executes a script of simple commands, similar to commands in the CLI. Usually, the diagnostics tools run these types of
tests. The success or failure of these tools is reported. At the end of the edatool run, reports the PASSED or FAILED results in a
standard format the test scripts can easily parse.
Tests
The edatool does not have a test command, but instead runs all the tests that are scripted.
CLI options
root@dellemc-diag-os:~# edatool --sysinfo
Gathering System Data ... Please Wait ....
Software Info:
Diag SW Version : x.xx.x.x-x
22
Dell EMC DIAG-OS tools