Dell N3200-ON Open Networking Hardware Diagnostic Guide July 2022 - Page 22

edatool, Tests, CLI options

Page 22 highlights

cputool -x [option] Display the CPU info:= cputool --cpuinfo cputool -C Read CPU register:= cputool --readmsr --cpu= --reg= cputool -r -n -R Write CPU register:= cputool --writemsr --cpu= --reg= --val= cputool -w -R -V Execute repeatedly command by count:= cputool --iteration=max/ [option1] [option2]... cputool -I max/ [option1] [option2]... Read the specified regiser in LPC bus:= cputool --readlpc --reg= --size= cputool -d -R -Z Write the specified regiser in LPC bus:= cputool --writelpc --reg= --val= --size= cputool -W -R -V -Z (or) (or) (or) (or) (or) (or) 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 . 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 .... 22 Dell DIAG-OS tools

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81

cputool -x [option]
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 <[email protected]>.
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
....
22
Dell DIAG-OS tools