diff --git a/bin/pt-summary b/bin/pt-summary index 60f4139b..74e3dc2e 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -1506,7 +1506,7 @@ parse_dmidecode_mem_devices () { local PTFUNCNAME=parse_dmidecode_mem_devices; -e 's/>/}/g' \ -e 's/[ \t]*\n/\n/g' \ "${file}" \ - | awk -F: '/Size|Type|Form.Factor|Type.Detail|[^ ]Locator/{printf("|%s", $2)}/Speed/{print "|" $2}' \ + | awk -F: '/Size|Type|Form.Factor|Type.Detail|^[\t ]+Locator/{printf("|%s", $2)}/^[\t ]+Speed/{print "|" $2}' \ | sed -e 's/No Module Installed/{EMPTY}/' \ | sort \ | awk -F'|' '{printf(" %-9s %-8s %-17s %-13s %-13s %-8s\n", $4, $2, $7, $3, $5, $6);}' diff --git a/lib/bash/report_system_info.sh b/lib/bash/report_system_info.sh index 1a10bd78..7a1fa08a 100644 --- a/lib/bash/report_system_info.sh +++ b/lib/bash/report_system_info.sh @@ -230,7 +230,7 @@ parse_dmidecode_mem_devices () { local PTFUNCNAME=parse_dmidecode_mem_devices; -e 's/>/}/g' \ -e 's/[ \t]*\n/\n/g' \ "${file}" \ - | awk -F: '/Size|Type|Form.Factor|Type.Detail|[^ ]Locator/{printf("|%s", $2)}/Speed/{print "|" $2}' \ + | awk -F: '/Size|Type|Form.Factor|Type.Detail|^[\t ]+Locator/{printf("|%s", $2)}/^[\t ]+Speed/{print "|" $2}' \ | sed -e 's/No Module Installed/{EMPTY}/' \ | sort \ | awk -F'|' '{printf(" %-9s %-8s %-17s %-13s %-13s %-8s\n", $4, $2, $7, $3, $5, $6);}' diff --git a/t/lib/bash/report_system_info.sh b/t/lib/bash/report_system_info.sh index 77201727..53298a6f 100644 --- a/t/lib/bash/report_system_info.sh +++ b/t/lib/bash/report_system_info.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -plan 53 +plan 54 . "$LIB_DIR/alt_cmds.sh" . "$LIB_DIR/log_warn_die.sh" @@ -1040,6 +1040,16 @@ EOF parse_dmidecode_mem_devices "$samples/dmidecode-005.txt" > "$PT_TMPDIR/got" no_diff "$PT_TMPDIR/got" "$PT_TMPDIR/expected" "dmidecode-005.txt" +cat < "$PT_TMPDIR/expected" + Locator Size Speed Form Factor Type Type Detail + ========= ======== ================= ============= ============= =========== + DIMM 1 8192 MB 1600 MHz SODIMM DDR3 Synchronous + DIMM 2 8192 MB 1600 MHz SODIMM DDR3 Synchronous +EOF +parse_dmidecode_mem_devices "$samples/dmidecode-006.txt" > "$PT_TMPDIR/got" +no_diff "$PT_TMPDIR/got" "$PT_TMPDIR/expected" "dmidecode-006.txt" + + # parse_arcconf cat < "$PT_TMPDIR/expected" diff --git a/t/pt-summary/samples/dmidecode-006.txt b/t/pt-summary/samples/dmidecode-006.txt new file mode 100644 index 00000000..d874318f --- /dev/null +++ b/t/pt-summary/samples/dmidecode-006.txt @@ -0,0 +1,920 @@ +# dmidecode 2.12 +# SMBIOS entry point at 0x000f04d0 +SMBIOS 2.8 present. +84 structures occupying 3168 bytes. +Table at 0x000EC170. + +Handle 0x0000, DMI type 0, 24 bytes +BIOS Information + Vendor: Intel Corp. + Version: WYLPT10H.86A.0027.2014.0710.1904 + Release Date: 07/10/2014 + Address: 0xF0000 + Runtime Size: 64 kB + ROM Size: 6656 kB + Characteristics: + PCI is supported + BIOS is upgradeable + BIOS shadowing is allowed + Boot from CD is supported + Selectable boot is supported + BIOS ROM is socketed + EDD is supported + 5.25"/1.2 MB floppy services are supported (int 13h) + 3.5"/720 kB floppy services are supported (int 13h) + 3.5"/2.88 MB floppy services are supported (int 13h) + Print screen service is supported (int 5h) + Serial services are supported (int 14h) + Printer services are supported (int 17h) + ACPI is supported + USB legacy is supported + BIOS boot specification is supported + Targeted content distribution is supported + UEFI is supported + BIOS Revision: 4.6 + +Handle 0x0001, DMI type 1, 27 bytes +System Information + Manufacturer: + Product Name: + Version: + Serial Number: + UUID: CF181A80-34D4-11E1-BA8E-C03FD5602091 + Wake-up Type: Power Switch + SKU Number: + Family: + +Handle 0x0002, DMI type 2, 15 bytes +Base Board Information + Manufacturer: Intel Corporation + Product Name: D34010WYK + Version: H14771-303 + Serial Number: GEWY401001F8 + Asset Tag: + Features: + Board is a hosting board + Board is replaceable + Location In Chassis: To be filled by O.E.M. + Chassis Handle: 0x0003 + Type: Motherboard + Contained Object Handles: 0 + +Handle 0x0003, DMI type 3, 25 bytes +Chassis Information + Manufacturer: + Type: Desktop + Lock: Not Present + Version: + Serial Number: + Asset Tag: + Boot-up State: Safe + Power Supply State: Safe + Thermal State: Safe + Security Status: None + OEM Information: 0x00000000 + Height: Unspecified + Number Of Power Cords: 1 + Contained Elements: 1 + (0) + SKU Number: To be filled by O.E.M. + +Handle 0x0004, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1A1 + Internal Connector Type: None + External Reference Designator: PS2Mouse + External Connector Type: PS/2 + Port Type: Mouse Port + +Handle 0x0005, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1A1 + Internal Connector Type: None + External Reference Designator: Keyboard + External Connector Type: PS/2 + Port Type: Keyboard Port + +Handle 0x0006, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A1 + Internal Connector Type: None + External Reference Designator: TV Out + External Connector Type: Mini Centronics Type-14 + Port Type: Other + +Handle 0x0007, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A2A + Internal Connector Type: None + External Reference Designator: COM A + External Connector Type: DB-9 male + Port Type: Serial Port 16550A Compatible + +Handle 0x0008, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2A2B + Internal Connector Type: None + External Reference Designator: Video + External Connector Type: DB-15 female + Port Type: Video Port + +Handle 0x0009, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3A1 + Internal Connector Type: None + External Reference Designator: USB1 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3A1 + Internal Connector Type: None + External Reference Designator: USB2 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3A1 + Internal Connector Type: None + External Reference Designator: USB3 + External Connector Type: Access Bus (USB) + Port Type: USB + +Handle 0x000C, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9A1 - TPM HDR + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x000D, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9C1 - PCIE DOCKING CONN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x000E, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2B3 - CPU FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x000F, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J6C2 - EXT HDMI + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0010, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J3C1 - GMCH FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0011, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1D1 - ITP + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0012, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9E2 - MDC INTPSR + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0013, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9E4 - MDC INTPSR + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0014, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9E3 - LPC HOT DOCKING + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0015, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9E1 - SCAN MATRIX + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0016, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J9G1 - LPC SIDE BAND + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0017, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J8F1 - UNIFIED + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0018, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J6F1 - LVDS + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x0019, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2F1 - LAI FAN + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001A, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J2G1 - GFX VID + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001B, DMI type 8, 9 bytes +Port Connector Information + Internal Reference Designator: J1G6 - AC JACK + Internal Connector Type: Other + External Reference Designator: Not Specified + External Connector Type: None + Port Type: Other + +Handle 0x001C, DMI type 9, 17 bytes +System Slot Information + Designation: J6B2 + Type: x16 PCI Express + Current Usage: Available + Length: Long + ID: 0 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:01.0 + +Handle 0x001D, DMI type 10, 10 bytes +On Board Device 1 Information + Type: Video + Status: Enabled + Description: Intel(R) HD Graphics Device +On Board Device 2 Information + Type: Ethernet + Status: Enabled + Description: Intel(R) WGI218V Gigabit Network Device +On Board Device 3 Information + Type: Sound + Status: Enabled + Description: Realtek High Definition Audio Device + +Handle 0x001E, DMI type 11, 5 bytes +OEM Strings + String 1: To Be Filled By O.E.M. + +Handle 0x001F, DMI type 12, 5 bytes +System Configuration Options + Option 1: To Be Filled By O.E.M. + +Handle 0x0020, DMI type 24, 5 bytes +Hardware Security + Power-On Password Status: Disabled + Keyboard Password Status: Disabled + Administrator Password Status: Disabled + Front Panel Reset Status: Disabled + +Handle 0x0021, DMI type 32, 20 bytes +System Boot Information + Status: No errors detected + +Handle 0x0022, DMI type 34, 11 bytes +Management Device + Description: LM78-1 + Type: LM78 + Address: 0x00000000 + Address Type: I/O Port + +Handle 0x0023, DMI type 26, 22 bytes +Voltage Probe + Description: LM78A + Location: + Status: + Maximum Value: Unknown + Minimum Value: Unknown + Resolution: Unknown + Tolerance: Unknown + Accuracy: Unknown + OEM-specific Information: 0x00000000 + Nominal Value: Unknown + +Handle 0x0024, DMI type 36, 16 bytes +Management Device Threshold Data + Lower Non-critical Threshold: 1 + Upper Non-critical Threshold: 2 + Lower Critical Threshold: 3 + Upper Critical Threshold: 4 + Lower Non-recoverable Threshold: 5 + Upper Non-recoverable Threshold: 6 + +Handle 0x0025, DMI type 35, 11 bytes +Management Device Component + Description: To Be Filled By O.E.M. + Management Device Handle: 0x0022 + Component Handle: 0x0022 + Threshold Handle: 0x0023 + +Handle 0x0026, DMI type 28, 22 bytes +Temperature Probe + Description: LM78A + Location: + Status: + Maximum Value: Unknown + Minimum Value: Unknown + Resolution: Unknown + Tolerance: Unknown + Accuracy: Unknown + OEM-specific Information: 0x00000000 + Nominal Value: Unknown + +Handle 0x0027, DMI type 36, 16 bytes +Management Device Threshold Data + Lower Non-critical Threshold: 1 + Upper Non-critical Threshold: 2 + Lower Critical Threshold: 3 + Upper Critical Threshold: 4 + Lower Non-recoverable Threshold: 5 + Upper Non-recoverable Threshold: 6 + +Handle 0x0028, DMI type 35, 11 bytes +Management Device Component + Description: To Be Filled By O.E.M. + Management Device Handle: 0x0022 + Component Handle: 0x0025 + Threshold Handle: 0x0026 + +Handle 0x0029, DMI type 27, 15 bytes +Cooling Device + Temperature Probe Handle: 0x0026 + Type: + Status: + Cooling Unit Group: 1 + OEM-specific Information: 0x00000000 + Nominal Speed: Unknown Or Non-rotating + Description: Cooling Dev 1 + +Handle 0x002A, DMI type 36, 16 bytes +Management Device Threshold Data + Lower Non-critical Threshold: 1 + Upper Non-critical Threshold: 2 + Lower Critical Threshold: 3 + Upper Critical Threshold: 4 + Lower Non-recoverable Threshold: 5 + Upper Non-recoverable Threshold: 6 + +Handle 0x002B, DMI type 35, 11 bytes +Management Device Component + Description: To Be Filled By O.E.M. + Management Device Handle: 0x0022 + Component Handle: 0x0028 + Threshold Handle: 0x0029 + +Handle 0x002C, DMI type 27, 15 bytes +Cooling Device + Temperature Probe Handle: 0x0026 + Type: + Status: + Cooling Unit Group: 1 + OEM-specific Information: 0x00000000 + Nominal Speed: Unknown Or Non-rotating + Description: Not Specified + +Handle 0x002D, DMI type 36, 16 bytes +Management Device Threshold Data + Lower Non-critical Threshold: 1 + Upper Non-critical Threshold: 2 + Lower Critical Threshold: 3 + Upper Critical Threshold: 4 + Lower Non-recoverable Threshold: 5 + Upper Non-recoverable Threshold: 6 + +Handle 0x002E, DMI type 35, 11 bytes +Management Device Component + Description: To Be Filled By O.E.M. + Management Device Handle: 0x0022 + Component Handle: 0x002B + Threshold Handle: 0x002C + +Handle 0x002F, DMI type 29, 22 bytes +Electrical Current Probe + Description: ABC + Location: + Status: + Maximum Value: Unknown + Minimum Value: Unknown + Resolution: Unknown + Tolerance: Unknown + Accuracy: Unknown + OEM-specific Information: 0x00000000 + Nominal Value: Unknown + +Handle 0x0030, DMI type 36, 16 bytes +Management Device Threshold Data + +Handle 0x0031, DMI type 35, 11 bytes +Management Device Component + Description: To Be Filled By O.E.M. + Management Device Handle: 0x0022 + Component Handle: 0x002E + Threshold Handle: 0x002C + +Handle 0x0032, DMI type 26, 22 bytes +Voltage Probe + Description: LM78A + Location: Power Unit + Status: OK + Maximum Value: Unknown + Minimum Value: Unknown + Resolution: Unknown + Tolerance: Unknown + Accuracy: Unknown + OEM-specific Information: 0x00000000 + Nominal Value: Unknown + +Handle 0x0033, DMI type 28, 22 bytes +Temperature Probe + Description: LM78A + Location: Power Unit + Status: OK + Maximum Value: Unknown + Minimum Value: Unknown + Resolution: Unknown + Tolerance: Unknown + Accuracy: Unknown + OEM-specific Information: 0x00000000 + Nominal Value: Unknown + +Handle 0x0034, DMI type 27, 15 bytes +Cooling Device + Temperature Probe Handle: 0x0033 + Type: Power Supply Fan + Status: OK + Cooling Unit Group: 1 + OEM-specific Information: 0x00000000 + Nominal Speed: Unknown Or Non-rotating + Description: Cooling Dev 1 + +Handle 0x0035, DMI type 29, 22 bytes +Electrical Current Probe + Description: ABC + Location: Power Unit + Status: OK + Maximum Value: Unknown + Minimum Value: Unknown + Resolution: Unknown + Tolerance: Unknown + Accuracy: Unknown + OEM-specific Information: 0x00000000 + Nominal Value: Unknown + +Handle 0x0036, DMI type 39, 22 bytes +System Power Supply + Power Unit Group: 1 + Location: To Be Filled By O.E.M. + Name: To Be Filled By O.E.M. + Manufacturer: To Be Filled By O.E.M. + Serial Number: To Be Filled By O.E.M. + Asset Tag: To Be Filled By O.E.M. + Model Part Number: To Be Filled By O.E.M. + Revision: To Be Filled By O.E.M. + Max Power Capacity: Unknown + Status: Present, OK + Type: Switching + Input Voltage Range Switching: Auto-switch + Plugged: Yes + Hot Replaceable: No + Input Voltage Probe Handle: 0x0032 + Cooling Device Handle: 0x0034 + Input Current Probe Handle: 0x0035 + +Handle 0x0037, DMI type 41, 11 bytes +Onboard Device + Reference Designation: CPU1 + Type: Video + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:02.0 + +Handle 0x0038, DMI type 41, 11 bytes +Onboard Device + Reference Designation: ILAN + Type: Ethernet + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:19.0 + +Handle 0x0039, DMI type 41, 11 bytes +Onboard Device + Reference Designation: AUDIO1 + Type: Sound + Status: Enabled + Type Instance: 1 + Bus Address: 0000:00:1b.0 + +Handle 0x003A, DMI type 4, 42 bytes +Processor Information + Socket Designation: CPU 1 + Type: Central Processor + Family: Core i3 + Manufacturer: Intel(R) Corp. + ID: 51 06 04 00 FF FB EB BF + Signature: Type 0, Family 6, Model 69, Stepping 1 + Flags: + FPU (Floating-point unit on-chip) + VME (Virtual mode extension) + DE (Debugging extension) + PSE (Page size extension) + TSC (Time stamp counter) + MSR (Model specific registers) + PAE (Physical address extension) + MCE (Machine check exception) + CX8 (CMPXCHG8 instruction supported) + APIC (On-chip APIC hardware supported) + SEP (Fast system call) + MTRR (Memory type range registers) + PGE (Page global enable) + MCA (Machine check architecture) + CMOV (Conditional move instruction supported) + PAT (Page attribute table) + PSE-36 (36-bit page size extension) + CLFSH (CLFLUSH instruction supported) + DS (Debug store) + ACPI (ACPI supported) + MMX (MMX technology supported) + FXSR (FXSAVE and FXSTOR instructions supported) + SSE (Streaming SIMD extensions) + SSE2 (Streaming SIMD extensions 2) + SS (Self-snoop) + HTT (Multi-threading) + TM (Thermal monitor supported) + PBE (Pending break enabled) + Version: Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz + Voltage: 1.2 V + External Clock: 100 MHz + Max Speed: 1700 MHz + Current Speed: 1700 MHz + Status: Populated, Enabled + Upgrade: + L1 Cache Handle: 0x003C + L2 Cache Handle: 0x003B + L3 Cache Handle: 0x003D + Serial Number: Not Specified + Asset Tag: Fill By OEM + Part Number: Fill By OEM + Core Count: 2 + Core Enabled: 2 + Thread Count: 4 + Characteristics: + 64-bit capable + +Handle 0x003B, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L2 + Configuration: Enabled, Not Socketed, Level 2 + Operational Mode: Write Back + Location: Internal + Installed Size: 512 kB + Maximum Size: 512 kB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 8-way Set-associative + +Handle 0x003C, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L1 + Configuration: Enabled, Not Socketed, Level 1 + Operational Mode: Write Back + Location: Internal + Installed Size: 128 kB + Maximum Size: 128 kB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Other + Associativity: 8-way Set-associative + +Handle 0x003D, DMI type 7, 19 bytes +Cache Information + Socket Designation: CPU Internal L3 + Configuration: Enabled, Not Socketed, Level 3 + Operational Mode: Write Back + Location: Internal + Installed Size: 3072 kB + Maximum Size: 3072 kB + Supported SRAM Types: + Unknown + Installed SRAM Type: Unknown + Speed: Unknown + Error Correction Type: Single-bit ECC + System Type: Unified + Associativity: 12-way Set-associative + +Handle 0x003E, DMI type 16, 23 bytes +Physical Memory Array + Location: System Board Or Motherboard + Use: System Memory + Error Correction Type: None + Maximum Capacity: 16 GB + Error Information Handle: Not Provided + Number Of Devices: 2 + +Handle 0x003F, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8192 MB + Form Factor: SODIMM + Set: None + Locator: DIMM 1 + Bank Locator: Channel A Slot 0 + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MHz + Manufacturer: 1315 + Serial Number: 102007000000 + Asset Tag: 9876543210 + Part Number: CT102464BF160B.C16 + Rank: 2 + Configured Clock Speed: 1600 MHz + Minimum voltage: 1.350 V + Maximum voltage: 1.500 V + Configured voltage: 1.350 V + +Handle 0x0040, DMI type 20, 35 bytes +Memory Device Mapped Address + Starting Address: 0x00000000000 + Ending Address: 0x001FFFFFFFF + Range Size: 8 GB + Physical Device Handle: 0x003F + Memory Array Mapped Address Handle: 0x0043 + Partition Row Position: Unknown + Interleave Position: Unknown + Interleaved Data Depth: Unknown + +Handle 0x0041, DMI type 17, 40 bytes +Memory Device + Array Handle: 0x003E + Error Information Handle: Not Provided + Total Width: 64 bits + Data Width: 64 bits + Size: 8192 MB + Form Factor: SODIMM + Set: None + Locator: DIMM 2 + Bank Locator: Channel B Slot 0 + Type: DDR3 + Type Detail: Synchronous + Speed: 1600 MHz + Manufacturer: 1315 + Serial Number: 037018000000 + Asset Tag: 9876543210 + Part Number: CT102464BF160B.C16 + Rank: 2 + Configured Clock Speed: 1600 MHz + Minimum voltage: 1.350 V + Maximum voltage: 1.500 V + Configured voltage: 1.350 V + +Handle 0x0042, DMI type 20, 35 bytes +Memory Device Mapped Address + Starting Address: 0x00200000000 + Ending Address: 0x003FFFFFFFF + Range Size: 8 GB + Physical Device Handle: 0x0041 + Memory Array Mapped Address Handle: 0x0043 + Partition Row Position: Unknown + Interleave Position: Unknown + Interleaved Data Depth: Unknown + +Handle 0x0043, DMI type 19, 31 bytes +Memory Array Mapped Address + Starting Address: 0x00000000000 + Ending Address: 0x003FFFFFFFF + Range Size: 16 GB + Physical Array Handle: 0x003E + Partition Width: 2 + +Handle 0x0054, DMI type 136, 6 bytes +OEM-specific Type + Header and Data: + 88 06 54 00 5A 5A + +Handle 0x0055, DMI type 131, 64 bytes +OEM-specific Type + Header and Data: + 83 40 55 00 31 00 00 00 00 00 00 00 00 00 00 00 + F8 00 43 9C 00 00 00 00 01 00 00 00 05 00 09 00 + AA 06 0D 00 00 00 00 00 C8 00 59 15 00 00 00 00 + 00 00 00 00 26 00 00 00 76 50 72 6F 00 00 00 00 + +Handle 0x0057, DMI type 9, 17 bytes +System Slot Information + Designation: PCIeSlot + Type: x1 PCI Express 2 x1 + Current Usage: Available + Length: Short + ID: 7 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.5 + +Handle 0x0058, DMI type 9, 17 bytes +System Slot Information + Designation: PCIeSlot + Type: x1 PCI Express 2 x1 + Current Usage: Available + Length: Short + ID: 5 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.6 + +Handle 0x0059, DMI type 9, 17 bytes +System Slot Information + Designation: PCIeSlot + Type: x4 PCI Express 2 x4 + Current Usage: Available + Length: Short + ID: 4 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.1 + +Handle 0x005A, DMI type 9, 17 bytes +System Slot Information + Designation: PCI Slot + Type: 32-bit PCI + Current Usage: Available + Length: Short + ID: 3 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:ff:00.0 + +Handle 0x005B, DMI type 9, 17 bytes +System Slot Information + Designation: PCI Slot + Type: 32-bit PCI + Current Usage: Available + Length: Short + ID: 2 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:ff:01.0 + +Handle 0x005C, DMI type 9, 17 bytes +System Slot Information + Designation: PCI Slot + Type: 32-bit PCI + Current Usage: Available + Length: Short + ID: 1 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:ff:02.0 + +Handle 0x005D, DMI type 13, 22 bytes +BIOS Language Information + Language Description Format: Long + Installable Languages: 1 + en|US|iso8859-1 + Currently Installed Language: en|US|iso8859-1 + +Handle 0x0060, DMI type 9, 17 bytes +System Slot Information + Designation: PCIeSlot + Type: x1 PCI Express 2 x1 + Current Usage: Available + Length: Short + ID: 7 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.5 + +Handle 0x0061, DMI type 9, 17 bytes +System Slot Information + Designation: PCIeSlot + Type: x1 PCI Express 2 x1 + Current Usage: Available + Length: Short + ID: 5 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.6 + +Handle 0x0062, DMI type 9, 17 bytes +System Slot Information + Designation: PCIeSlot + Type: x4 PCI Express 2 x4 + Current Usage: Available + Length: Short + ID: 4 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:00:1c.1 + +Handle 0x0063, DMI type 9, 17 bytes +System Slot Information + Designation: PCI Slot + Type: 32-bit PCI + Current Usage: Available + Length: Short + ID: 3 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:ff:00.0 + +Handle 0x0064, DMI type 9, 17 bytes +System Slot Information + Designation: PCI Slot + Type: 32-bit PCI + Current Usage: Available + Length: Short + ID: 2 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:ff:01.0 + +Handle 0x0065, DMI type 9, 17 bytes +System Slot Information + Designation: PCI Slot + Type: 32-bit PCI + Current Usage: Available + Length: Short + ID: 1 + Characteristics: + 3.3 V is provided + Opening is shared + PME signal is supported + Bus Address: 0000:ff:02.0 + +Handle 0x0066, DMI type 127, 4 bytes +End Of Table