mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 02:05:23 +00:00
Fix for 952722: pt-summary to show information about Fusion-io cards
This commit is contained in:
@@ -155,7 +155,7 @@ fake_command () {
|
||||
|
||||
printf "#!/usr/bin/env bash\necho \"${output}\"\n" > "$PT_TMPDIR/${cmd}_replacement"
|
||||
chmod +x "$PT_TMPDIR/${cmd}_replacement"
|
||||
eval "CMD_$(echo $cmd | tr '[a-z]' '[A-Z]')=\"$PT_TMPDIR/${cmd}_replacement\""
|
||||
eval "CMD_$(echo $cmd | tr '[a-z]' '[A-Z]' | tr '\-' '_')=\"$PT_TMPDIR/${cmd}_replacement\""
|
||||
}
|
||||
|
||||
test_linux_exclusive_collection () {
|
||||
@@ -312,3 +312,11 @@ EOF
|
||||
mkdir "$PT_TMPDIR/dmidecode_system_info"
|
||||
test_dmidecode_system_info "$PT_TMPDIR/dmidecode_system_info"
|
||||
|
||||
# fio_status_minus_a
|
||||
|
||||
for i in $( seq 1 3 ); do
|
||||
fake_command "fio-status" "\"; cat $samples/fio-status-00${i}.txt; echo \""
|
||||
fio_status_minus_a "$PT_TMPDIR/got"
|
||||
|
||||
no_diff "$PT_TMPDIR/got" "$samples/Linux/004/fio-00$i" "fio_status_minus_a works for fio-status-00${i}.txt"
|
||||
done
|
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
plan 49
|
||||
plan 52
|
||||
|
||||
. "$LIB_DIR/alt_cmds.sh"
|
||||
. "$LIB_DIR/log_warn_die.sh"
|
||||
@@ -1578,3 +1578,70 @@ no_diff "$PT_TMPDIR/got" "$samples/Linux/output_002.txt" "Linux/002 (CentOS 5.7,
|
||||
|
||||
report_system_summary "$samples/Linux/003" | tail -n +3 > "$PT_TMPDIR/got"
|
||||
no_diff "$PT_TMPDIR/got" "$samples/Linux/output_003.txt" "Linux/003 (CentOS 5.7, as non-root)"
|
||||
|
||||
# pt-summary to show information about Fusion-io cards
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/952722
|
||||
|
||||
cat <<EOF > "$PT_TMPDIR/expected"
|
||||
fio Driver | 2.3.1 build 123
|
||||
ioDrive Duo | Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
fct0 | Attached as 'fioa' (block device)
|
||||
| Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
| Firmware v5.0.7, rev 101971
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
fct1 | Attached as 'fiob' (block device)
|
||||
| Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
| Firmware v5.0.7, rev 101971
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
EOF
|
||||
|
||||
report_fio_minus_a "$samples/Linux/004/fio-001" > "$PT_TMPDIR/got"
|
||||
no_diff \
|
||||
"$PT_TMPDIR/got" \
|
||||
"$PT_TMPDIR/expected" \
|
||||
"report_fio_minus_a works with one adapter and two modules"
|
||||
|
||||
cat <<EOF > "$PT_TMPDIR/expected"
|
||||
fio Driver | 2.3.1 build 123
|
||||
ioDrive :0 | Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
fct0 | Attached as 'fioa' (block device)
|
||||
| Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
| Firmware v5.0.5, rev 43674
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
EOF
|
||||
|
||||
report_fio_minus_a "$samples/Linux/004/fio-002" > "$PT_TMPDIR/got"
|
||||
|
||||
no_diff \
|
||||
"$PT_TMPDIR/got" \
|
||||
"$PT_TMPDIR/expected" \
|
||||
"report_fio_minus_a works with one adapter and one module"
|
||||
|
||||
cat <<EOF > "$PT_TMPDIR/expected"
|
||||
fio Driver | 2.3.1 build 123
|
||||
ioDrive Duo | Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
fct0 | Attached as 'fioa' (block device)
|
||||
| Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
| Firmware v5.0.7, rev 101971
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
fct1 | Attached as 'fiob' (block device)
|
||||
| Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
| Firmware v5.0.7, rev 101971
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
ioDrive Duo | Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40124
|
||||
fct2 | Attached as 'fioc' (block device)
|
||||
| Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
| Firmware v5.0.7, rev 101971
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
fct3 | Attached as 'fiod' (block device)
|
||||
| Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
| Firmware v5.0.7, rev 101971
|
||||
| Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
EOF
|
||||
|
||||
report_fio_minus_a "$samples/Linux/004/fio-003" > "$PT_TMPDIR/got"
|
||||
|
||||
no_diff \
|
||||
"$PT_TMPDIR/got" \
|
||||
"$PT_TMPDIR/expected" \
|
||||
"report_fio_minus_a works with two adapters, each with two modules"
|
||||
|
13
t/pt-summary/samples/Linux/004/fio-001
Normal file
13
t/pt-summary/samples/Linux/004/fio-001
Normal file
@@ -0,0 +1,13 @@
|
||||
driver_version 2.3.1 build 123
|
||||
ioDrive:Duo::0_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
ioDrive:Duo::0_modules fct0 fct1
|
||||
ioDrive:Duo::0_fct0_attached_as Attached as 'fioa' (block device)
|
||||
ioDrive:Duo::0_fct0_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDrive:Duo::0_fct0_firmware Firmware v5.0.7, rev 101971
|
||||
ioDrive:Duo::0_fct0_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
ioDrive:Duo::0_fct1_attached_as Attached as 'fiob' (block device)
|
||||
ioDrive:Duo::0_fct1_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDrive:Duo::0_fct1_firmware Firmware v5.0.7, rev 101971
|
||||
ioDrive:Duo::0_fct1_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
adapters ioDrive:Duo::0
|
||||
|
71
t/pt-summary/samples/Linux/004/fio-001_original_output
Normal file
71
t/pt-summary/samples/Linux/004/fio-001_original_output
Normal file
@@ -0,0 +1,71 @@
|
||||
Found 2 ioDrives in this system with 1 ioDrive Duo
|
||||
Fusion-io driver version: 2.3.1 build 123
|
||||
|
||||
Adapter: ioDrive Duo
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
ioDrive Duo HL, PN:00190000003, Mfr:003, Date:20100621
|
||||
External Power Override: ON
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 12.04V, min 12.00V, max 12.27V
|
||||
PCIE Bus current: avg 1.49A, max 2.81A
|
||||
PCIE Bus power: avg 15.07W, max 33.77W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
PCIE bus errors: correctable, unsupported request
|
||||
PCIE negotiated link: 8 lanes at 5.00 Gbits/sec each, 4000 MBytes/sec total
|
||||
Connected ioDimm modules:
|
||||
fct0: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
fct1: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
|
||||
fct0 Attached as 'fioa' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 0 Upper of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0b:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:000000001a090132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 47.7 degC, max 48.2 degC
|
||||
Board temperature: 42 degC
|
||||
Internal voltage: avg 1.025V, max 1.028V
|
||||
Aux voltage: avg 2.464V, max 2.467V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 275,933,273,649,736
|
||||
Physical bytes read : 226,433,727,856,720
|
||||
RAM usage:
|
||||
Current: 284,895,232 bytes
|
||||
Peak : 284,895,232 bytes
|
||||
|
||||
fct1 Attached as 'fiob' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 1 Lower of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0c:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:00000000194e0132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 42.8 degC, max 47.7 degC
|
||||
Board temperature: 35 degC
|
||||
Internal voltage: avg 1.008V, max 1.011V
|
||||
Aux voltage: avg 2.461V, max 2.461V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 189,256,225,503,040
|
||||
Physical bytes read : 166,909,962,030,960
|
||||
RAM usage:
|
||||
Current: 52,754,432 bytes
|
||||
Peak : 52,754,432 bytes
|
9
t/pt-summary/samples/Linux/004/fio-002
Normal file
9
t/pt-summary/samples/Linux/004/fio-002
Normal file
@@ -0,0 +1,9 @@
|
||||
driver_version 2.3.1 build 123
|
||||
ioDrive::0_general Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
ioDrive::0_modules fct0
|
||||
ioDrive::0_fct0_attached_as Attached as 'fioa' (block device)
|
||||
ioDrive::0_fct0_general Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
ioDrive::0_fct0_firmware Firmware v5.0.5, rev 43674
|
||||
ioDrive::0_fct0_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
adapters ioDrive::0
|
||||
|
44
t/pt-summary/samples/Linux/004/fio-002_original_output
Normal file
44
t/pt-summary/samples/Linux/004/fio-002_original_output
Normal file
@@ -0,0 +1,44 @@
|
||||
Found 1 ioDrive in this system
|
||||
Fusion-io driver version: 2.3.1 build 123
|
||||
|
||||
Adapter: ioDrive
|
||||
Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
Pseudo Low-Profile ioDIMM Adapter, PN:00119200000, Mfr:000, Date:20101222
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 11.90V, min 11.77V, max 11.93V
|
||||
PCIE Bus current: avg 0.40A, max 1.60A
|
||||
PCIE Bus power: avg 4.80W, max 18.80W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
Sufficient power available: Unknown
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Connected ioDimm module:
|
||||
fct0: Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
|
||||
fct0 Attached as 'fioa' (block device)
|
||||
Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
ioDrive 720GB, PN:00214102701, Mfr:004, Date:20101222
|
||||
Located in slot 0 Upper of ioDrive SN:122210
|
||||
Powerloss protection: protected
|
||||
PCI:0a:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.5, rev 43674
|
||||
720.00 GBytes block device size, 812 GBytes physical device size
|
||||
Format: block, v300, 1,406,251,904 sectors, 512 bytes per sector
|
||||
Error correction: 39 bits per 960 bytes
|
||||
FPGA ID:0 Format UID:00000001dd620132b86600330bcab400
|
||||
PCIE slot available power: unavailable
|
||||
Sufficient power available: Unknown
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 53.2 degC, max 62.5 degC
|
||||
Board temperature: 38 degC
|
||||
Internal voltage: avg 0.996V, max 0.999V
|
||||
Aux voltage: avg 2.461V, max 2.464V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 395,271,132,925,136
|
||||
Physical bytes read : 407,978,357,472,336
|
||||
RAM usage:
|
||||
Current: 244,996,096 bytes
|
||||
Peak : 244,996,096 bytes
|
23
t/pt-summary/samples/Linux/004/fio-003
Normal file
23
t/pt-summary/samples/Linux/004/fio-003
Normal file
@@ -0,0 +1,23 @@
|
||||
driver_version 2.3.1 build 123
|
||||
ioDrive:Duo::0_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
ioDrive:Duo::0_modules fct0 fct1
|
||||
ioDrive:Duo::0_fct0_attached_as Attached as 'fioa' (block device)
|
||||
ioDrive:Duo::0_fct0_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDrive:Duo::0_fct0_firmware Firmware v5.0.7, rev 101971
|
||||
ioDrive:Duo::0_fct0_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
ioDrive:Duo::0_fct1_attached_as Attached as 'fiob' (block device)
|
||||
ioDrive:Duo::0_fct1_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDrive:Duo::0_fct1_firmware Firmware v5.0.7, rev 101971
|
||||
ioDrive:Duo::0_fct1_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
ioDrive:Duo::1_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40124
|
||||
ioDrive:Duo::1_modules fct2 fct3
|
||||
ioDrive:Duo::1_fct2_attached_as Attached as 'fioc' (block device)
|
||||
ioDrive:Duo::1_fct2_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDrive:Duo::1_fct2_firmware Firmware v5.0.7, rev 101971
|
||||
ioDrive:Duo::1_fct2_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
ioDrive:Duo::1_fct3_attached_as Attached as 'fiod' (block device)
|
||||
ioDrive:Duo::1_fct3_general Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDrive:Duo::1_fct3_firmware Firmware v5.0.7, rev 101971
|
||||
ioDrive:Duo::1_fct3_media_status Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
adapters ioDrive:Duo::0 ioDrive:Duo::1
|
||||
|
140
t/pt-summary/samples/Linux/004/fio-003_original_output
Normal file
140
t/pt-summary/samples/Linux/004/fio-003_original_output
Normal file
@@ -0,0 +1,140 @@
|
||||
Found 4 ioDrives in this system with 2 ioDrive Duo
|
||||
Fusion-io driver version: 2.3.1 build 123
|
||||
|
||||
Adapter: ioDrive Duo
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
ioDrive Duo HL, PN:00190000003, Mfr:003, Date:20100621
|
||||
External Power Override: ON
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 12.04V, min 12.00V, max 12.27V
|
||||
PCIE Bus current: avg 1.49A, max 2.81A
|
||||
PCIE Bus power: avg 15.07W, max 33.77W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
PCIE bus errors: correctable, unsupported request
|
||||
PCIE negotiated link: 8 lanes at 5.00 Gbits/sec each, 4000 MBytes/sec total
|
||||
Connected ioDimm modules:
|
||||
fct0: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
fct1: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
|
||||
fct0 Attached as 'fioa' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 0 Upper of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0b:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:000000001a090132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 47.7 degC, max 48.2 degC
|
||||
Board temperature: 42 degC
|
||||
Internal voltage: avg 1.025V, max 1.028V
|
||||
Aux voltage: avg 2.464V, max 2.467V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 275,933,273,649,736
|
||||
Physical bytes read : 226,433,727,856,720
|
||||
RAM usage:
|
||||
Current: 284,895,232 bytes
|
||||
Peak : 284,895,232 bytes
|
||||
|
||||
fct1 Attached as 'fiob' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 1 Lower of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0c:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:00000000194e0132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 42.8 degC, max 47.7 degC
|
||||
Board temperature: 35 degC
|
||||
Internal voltage: avg 1.008V, max 1.011V
|
||||
Aux voltage: avg 2.461V, max 2.461V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 189,256,225,503,040
|
||||
Physical bytes read : 166,909,962,030,960
|
||||
RAM usage:
|
||||
Current: 52,754,432 bytes
|
||||
Peak : 52,754,432 bytes
|
||||
|
||||
Adapter: ioDrive Duo
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40124
|
||||
ioDrive Duo HL, PN:00190000003, Mfr:003, Date:20100621
|
||||
External Power Override: ON
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 12.04V, min 12.00V, max 12.27V
|
||||
PCIE Bus current: avg 1.49A, max 2.81A
|
||||
PCIE Bus power: avg 15.07W, max 33.77W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
PCIE bus errors: correctable, unsupported request
|
||||
PCIE negotiated link: 8 lanes at 5.00 Gbits/sec each, 4000 MBytes/sec total
|
||||
Connected ioDimm modules:
|
||||
fct2: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
fct3: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
|
||||
fct2 Attached as 'fioc' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 0 Upper of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0b:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:000000001a090132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 47.7 degC, max 48.2 degC
|
||||
Board temperature: 42 degC
|
||||
Internal voltage: avg 1.025V, max 1.028V
|
||||
Aux voltage: avg 2.464V, max 2.467V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 275,933,273,649,736
|
||||
Physical bytes read : 226,433,727,856,720
|
||||
RAM usage:
|
||||
Current: 284,895,232 bytes
|
||||
Peak : 284,895,232 bytes
|
||||
|
||||
fct3 Attached as 'fiod' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 1 Lower of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0c:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:00000000194e0132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 42.8 degC, max 47.7 degC
|
||||
Board temperature: 35 degC
|
||||
Internal voltage: avg 1.008V, max 1.011V
|
||||
Aux voltage: avg 2.461V, max 2.461V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 189,256,225,503,040
|
||||
Physical bytes read : 166,909,962,030,960
|
||||
RAM usage:
|
||||
Current: 52,754,432 bytes
|
||||
Peak : 52,754,432 bytes
|
71
t/pt-summary/samples/fio-status-001.txt
Normal file
71
t/pt-summary/samples/fio-status-001.txt
Normal file
@@ -0,0 +1,71 @@
|
||||
Found 2 ioDrives in this system with 1 ioDrive Duo
|
||||
Fusion-io driver version: 2.3.1 build 123
|
||||
|
||||
Adapter: ioDrive Duo
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
ioDrive Duo HL, PN:00190000003, Mfr:003, Date:20100621
|
||||
External Power Override: ON
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 12.04V, min 12.00V, max 12.27V
|
||||
PCIE Bus current: avg 1.49A, max 2.81A
|
||||
PCIE Bus power: avg 15.07W, max 33.77W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
PCIE bus errors: correctable, unsupported request
|
||||
PCIE negotiated link: 8 lanes at 5.00 Gbits/sec each, 4000 MBytes/sec total
|
||||
Connected ioDimm modules:
|
||||
fct0: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
fct1: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
|
||||
fct0 Attached as 'fioa' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 0 Upper of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0b:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:000000001a090132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 47.7 degC, max 48.2 degC
|
||||
Board temperature: 42 degC
|
||||
Internal voltage: avg 1.025V, max 1.028V
|
||||
Aux voltage: avg 2.464V, max 2.467V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 275,933,273,649,736
|
||||
Physical bytes read : 226,433,727,856,720
|
||||
RAM usage:
|
||||
Current: 284,895,232 bytes
|
||||
Peak : 284,895,232 bytes
|
||||
|
||||
fct1 Attached as 'fiob' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 1 Lower of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0c:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:00000000194e0132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 42.8 degC, max 47.7 degC
|
||||
Board temperature: 35 degC
|
||||
Internal voltage: avg 1.008V, max 1.011V
|
||||
Aux voltage: avg 2.461V, max 2.461V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 189,256,225,503,040
|
||||
Physical bytes read : 166,909,962,030,960
|
||||
RAM usage:
|
||||
Current: 52,754,432 bytes
|
||||
Peak : 52,754,432 bytes
|
44
t/pt-summary/samples/fio-status-002.txt
Normal file
44
t/pt-summary/samples/fio-status-002.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
Found 1 ioDrive in this system
|
||||
Fusion-io driver version: 2.3.1 build 123
|
||||
|
||||
Adapter: ioDrive
|
||||
Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
Pseudo Low-Profile ioDIMM Adapter, PN:00119200000, Mfr:000, Date:20101222
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 11.90V, min 11.77V, max 11.93V
|
||||
PCIE Bus current: avg 0.40A, max 1.60A
|
||||
PCIE Bus power: avg 4.80W, max 18.80W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
Sufficient power available: Unknown
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Connected ioDimm module:
|
||||
fct0: Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
|
||||
fct0 Attached as 'fioa' (block device)
|
||||
Fusion-io ioDrive 720GB, Product Number:FS1-003-721-CS SN:122210
|
||||
ioDrive 720GB, PN:00214102701, Mfr:004, Date:20101222
|
||||
Located in slot 0 Upper of ioDrive SN:122210
|
||||
Powerloss protection: protected
|
||||
PCI:0a:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.5, rev 43674
|
||||
720.00 GBytes block device size, 812 GBytes physical device size
|
||||
Format: block, v300, 1,406,251,904 sectors, 512 bytes per sector
|
||||
Error correction: 39 bits per 960 bytes
|
||||
FPGA ID:0 Format UID:00000001dd620132b86600330bcab400
|
||||
PCIE slot available power: unavailable
|
||||
Sufficient power available: Unknown
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 53.2 degC, max 62.5 degC
|
||||
Board temperature: 38 degC
|
||||
Internal voltage: avg 0.996V, max 0.999V
|
||||
Aux voltage: avg 2.461V, max 2.464V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 395,271,132,925,136
|
||||
Physical bytes read : 407,978,357,472,336
|
||||
RAM usage:
|
||||
Current: 244,996,096 bytes
|
||||
Peak : 244,996,096 bytes
|
140
t/pt-summary/samples/fio-status-003.txt
Normal file
140
t/pt-summary/samples/fio-status-003.txt
Normal file
@@ -0,0 +1,140 @@
|
||||
Found 4 ioDrives in this system with 2 ioDrive Duo
|
||||
Fusion-io driver version: 2.3.1 build 123
|
||||
|
||||
Adapter: ioDrive Duo
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40123
|
||||
ioDrive Duo HL, PN:00190000003, Mfr:003, Date:20100621
|
||||
External Power Override: ON
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 12.04V, min 12.00V, max 12.27V
|
||||
PCIE Bus current: avg 1.49A, max 2.81A
|
||||
PCIE Bus power: avg 15.07W, max 33.77W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
PCIE bus errors: correctable, unsupported request
|
||||
PCIE negotiated link: 8 lanes at 5.00 Gbits/sec each, 4000 MBytes/sec total
|
||||
Connected ioDimm modules:
|
||||
fct0: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
fct1: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
|
||||
fct0 Attached as 'fioa' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 0 Upper of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0b:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:000000001a090132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 47.7 degC, max 48.2 degC
|
||||
Board temperature: 42 degC
|
||||
Internal voltage: avg 1.025V, max 1.028V
|
||||
Aux voltage: avg 2.464V, max 2.467V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 275,933,273,649,736
|
||||
Physical bytes read : 226,433,727,856,720
|
||||
RAM usage:
|
||||
Current: 284,895,232 bytes
|
||||
Peak : 284,895,232 bytes
|
||||
|
||||
fct1 Attached as 'fiob' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 1 Lower of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0c:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:00000000194e0132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 42.8 degC, max 47.7 degC
|
||||
Board temperature: 35 degC
|
||||
Internal voltage: avg 1.008V, max 1.011V
|
||||
Aux voltage: avg 2.461V, max 2.461V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 189,256,225,503,040
|
||||
Physical bytes read : 166,909,962,030,960
|
||||
RAM usage:
|
||||
Current: 52,754,432 bytes
|
||||
Peak : 52,754,432 bytes
|
||||
|
||||
Adapter: ioDrive Duo
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:40124
|
||||
ioDrive Duo HL, PN:00190000003, Mfr:003, Date:20100621
|
||||
External Power Override: ON
|
||||
External Power: NOT connected
|
||||
Powerloss protection: available
|
||||
PCIE Bus voltage: avg 12.04V, min 12.00V, max 12.27V
|
||||
PCIE Bus current: avg 1.49A, max 2.81A
|
||||
PCIE Bus power: avg 15.07W, max 33.77W
|
||||
PCIE Power limit threshold: 24.75W
|
||||
PCIE slot available power: unavailable
|
||||
PCIE bus errors: correctable, unsupported request
|
||||
PCIE negotiated link: 8 lanes at 5.00 Gbits/sec each, 4000 MBytes/sec total
|
||||
Connected ioDimm modules:
|
||||
fct2: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
fct3: Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
|
||||
fct2 Attached as 'fioc' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06665
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 0 Upper of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0b:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:000000001a090132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 47.7 degC, max 48.2 degC
|
||||
Board temperature: 42 degC
|
||||
Internal voltage: avg 1.025V, max 1.028V
|
||||
Aux voltage: avg 2.464V, max 2.467V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 275,933,273,649,736
|
||||
Physical bytes read : 226,433,727,856,720
|
||||
RAM usage:
|
||||
Current: 284,895,232 bytes
|
||||
Peak : 284,895,232 bytes
|
||||
|
||||
fct3 Attached as 'fiod' (block device)
|
||||
Fusion-io ioDrive Duo 640GB, Product Number:FS3-202-321-CS SN:06478
|
||||
ioDIMM3, PN:00119401203, Mfr:003, Date:20100621
|
||||
Located in slot 1 Lower of ioDrive Duo SN:40123
|
||||
Powerloss protection: protected
|
||||
PCI:0c:00.0
|
||||
Vendor:1aed, Device:1005, Sub vendor:1aed, Sub device:1010
|
||||
Firmware v5.0.7, rev 101971
|
||||
322.55 GBytes block device size, 396 GBytes physical device size
|
||||
Format: block, v300, 78,748,288 sectors, 4096 bytes per sector
|
||||
Error correction: 11 bits per 240 bytes
|
||||
FPGA ID:0 Format UID:00000000194e0132b60d001c77abcc03
|
||||
PCIE slot available power: 25.00W
|
||||
PCIE negotiated link: 4 lanes at 2.50 Gbits/sec each, 1000 MBytes/sec total
|
||||
Internal temperature: 42.8 degC, max 47.7 degC
|
||||
Board temperature: 35 degC
|
||||
Internal voltage: avg 1.008V, max 1.011V
|
||||
Aux voltage: avg 2.461V, max 2.461V
|
||||
Media status: Healthy; Reserves: 100.00%, warn at 10.00%
|
||||
Lifetime data volumes:
|
||||
Physical bytes written: 189,256,225,503,040
|
||||
Physical bytes read : 166,909,962,030,960
|
||||
RAM usage:
|
||||
Current: 52,754,432 bytes
|
||||
Peak : 52,754,432 bytes
|
Reference in New Issue
Block a user