mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
This commit is contained in:
28
t/pt-summary/parse-dmidecode-mem-devices-03
Executable file
28
t/pt-summary/parse-dmidecode-mem-devices-03
Executable file
@@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
#parse_dmidecode_mem_devices
|
||||
|
||||
cat <<EOF > $1
|
||||
Locator Size Speed Form Factor Type Type Detail
|
||||
========= ======== ================= ============= ============= ===========
|
||||
1024 kB 33 MHz Other Flash Non-Volatile
|
||||
D5 4096 MB 1066 MHz DIMM Other Other
|
||||
D8 4096 MB 1066 MHz DIMM Other Other
|
||||
D0 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D0 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D1 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D1 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D2 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D2 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D3 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D3 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D4 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D4 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D5 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D6 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D6 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D7 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D7 {EMPTY} 1333 MHz DIMM Other Other
|
||||
D8 {EMPTY} 1333 MHz DIMM Other Other
|
||||
EOF
|
||||
|
||||
cat samples/dmidecode-003.txt > $2
|
Reference in New Issue
Block a user