mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 19:04:59 +00:00
29 lines
1.7 KiB
Bash
Executable File
29 lines
1.7 KiB
Bash
Executable File
#!/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
|