fauxhai 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/CONTRIBUTING.md +4 -4
- data/README.md +0 -2
- data/lib/fauxhai/platforms/aix/6.1.json +677 -0
- data/lib/fauxhai/platforms/aix/7.1.json +686 -0
- data/lib/fauxhai/platforms/amazon/2014.09.json +389 -0
- data/lib/fauxhai/platforms/arch/3.10.5-1-ARCH.json +522 -0
- data/lib/fauxhai/platforms/centos/5.11.json +4165 -0
- data/lib/fauxhai/platforms/centos/6.6.json +3919 -0
- data/lib/fauxhai/platforms/centos/7.0.1406.json +4131 -0
- data/lib/fauxhai/platforms/debian/7.6.json +592 -0
- data/lib/fauxhai/platforms/fedora/21.json +451 -0
- data/lib/fauxhai/platforms/mac_os_x/10.10.json +858 -0
- data/lib/fauxhai/platforms/slackware/14.1.json +371 -0
- data/lib/fauxhai/platforms/suse/12.0.json +705 -0
- data/lib/fauxhai/platforms/ubuntu/14.10.json +609 -0
- data/lib/fauxhai/platforms/windows/2003R2.json +7887 -0
- data/lib/fauxhai/platforms/windows/2012R2.json +4096 -0
- data/lib/fauxhai/runner.rb +2 -1
- data/lib/fauxhai/version.rb +1 -1
- metadata +18 -3
@@ -0,0 +1,3919 @@
|
|
1
|
+
{
|
2
|
+
"ohai_time": 1418729484.8067617,
|
3
|
+
"filesystem": {
|
4
|
+
"/dev/mapper/VolGroup-lv_root": {
|
5
|
+
"kb_size": "8746660",
|
6
|
+
"kb_used": "1403416",
|
7
|
+
"kb_available": "6892276",
|
8
|
+
"percent_used": "17%",
|
9
|
+
"mount": "/",
|
10
|
+
"fs_type": "ext4",
|
11
|
+
"mount_options": [
|
12
|
+
"rw"
|
13
|
+
],
|
14
|
+
"uuid": "7ea5ae97-94d4-4b41-9e05-bdee85e30925"
|
15
|
+
},
|
16
|
+
"tmpfs": {
|
17
|
+
"kb_size": "234668",
|
18
|
+
"kb_used": "0",
|
19
|
+
"kb_available": "234668",
|
20
|
+
"percent_used": "0%",
|
21
|
+
"mount": "/dev/shm",
|
22
|
+
"total_inodes": "58667",
|
23
|
+
"inodes_used": "1",
|
24
|
+
"inodes_available": "58666",
|
25
|
+
"inodes_percent_used": "1%",
|
26
|
+
"fs_type": "tmpfs",
|
27
|
+
"mount_options": [
|
28
|
+
"rw",
|
29
|
+
"rootcontext=\"system_u:object_r:tmpfs_t:s0\""
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"/dev/sda1": {
|
33
|
+
"kb_size": "487652",
|
34
|
+
"kb_used": "47315",
|
35
|
+
"kb_available": "414737",
|
36
|
+
"percent_used": "11%",
|
37
|
+
"mount": "/boot",
|
38
|
+
"total_inodes": "128016",
|
39
|
+
"inodes_used": "44",
|
40
|
+
"inodes_available": "127972",
|
41
|
+
"inodes_percent_used": "1%",
|
42
|
+
"fs_type": "ext4",
|
43
|
+
"mount_options": [
|
44
|
+
"rw"
|
45
|
+
],
|
46
|
+
"uuid": "87b96fd5-4ea1-4aeb-8b37-5e41b6ddc92e"
|
47
|
+
},
|
48
|
+
" ": {
|
49
|
+
"total_inodes": "564144",
|
50
|
+
"inodes_used": "64082",
|
51
|
+
"inodes_available": "500062",
|
52
|
+
"inodes_percent_used": "12%",
|
53
|
+
"mount": "/"
|
54
|
+
},
|
55
|
+
"proc": {
|
56
|
+
"mount": "/proc",
|
57
|
+
"fs_type": "proc",
|
58
|
+
"mount_options": [
|
59
|
+
"rw"
|
60
|
+
]
|
61
|
+
},
|
62
|
+
"sysfs": {
|
63
|
+
"mount": "/sys",
|
64
|
+
"fs_type": "sysfs",
|
65
|
+
"mount_options": [
|
66
|
+
"rw"
|
67
|
+
]
|
68
|
+
},
|
69
|
+
"devpts": {
|
70
|
+
"mount": "/dev/pts",
|
71
|
+
"fs_type": "devpts",
|
72
|
+
"mount_options": [
|
73
|
+
"rw",
|
74
|
+
"gid=5",
|
75
|
+
"mode=620"
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"none": {
|
79
|
+
"mount": "/proc/sys/fs/binfmt_misc",
|
80
|
+
"fs_type": "binfmt_misc",
|
81
|
+
"mount_options": [
|
82
|
+
"rw"
|
83
|
+
]
|
84
|
+
},
|
85
|
+
"/dev/sda2": {
|
86
|
+
"fs_type": "LVM2_member",
|
87
|
+
"uuid": "yNr112-jXJM-pTlq-cOos-ORN7-2Mjd-6dpLNR"
|
88
|
+
},
|
89
|
+
"/dev/mapper/VolGroup-lv_swap": {
|
90
|
+
"fs_type": "swap",
|
91
|
+
"uuid": "8cbb3466-debc-421e-bee3-4f8783761ede"
|
92
|
+
},
|
93
|
+
"rootfs": {
|
94
|
+
"mount": "/",
|
95
|
+
"fs_type": "rootfs",
|
96
|
+
"mount_options": [
|
97
|
+
"rw"
|
98
|
+
]
|
99
|
+
},
|
100
|
+
"devtmpfs": {
|
101
|
+
"mount": "/dev",
|
102
|
+
"fs_type": "devtmpfs",
|
103
|
+
"mount_options": [
|
104
|
+
"rw",
|
105
|
+
"seclabel",
|
106
|
+
"relatime",
|
107
|
+
"size=225136k",
|
108
|
+
"nr_inodes=56284",
|
109
|
+
"mode=755"
|
110
|
+
]
|
111
|
+
},
|
112
|
+
"/proc/bus/usb": {
|
113
|
+
"mount": "/proc/bus/usb",
|
114
|
+
"fs_type": "usbfs",
|
115
|
+
"mount_options": [
|
116
|
+
"rw",
|
117
|
+
"relatime"
|
118
|
+
]
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"kernel": {
|
122
|
+
"name": "Linux",
|
123
|
+
"release": "2.6.32-504.1.3.el6.x86_64",
|
124
|
+
"version": "#1 SMP Tue Nov 11 17:57:25 UTC 2014",
|
125
|
+
"machine": "x86_64",
|
126
|
+
"os": "GNU/Linux",
|
127
|
+
"modules": {
|
128
|
+
"vsock": {
|
129
|
+
"size": "46422",
|
130
|
+
"refcount": "0"
|
131
|
+
},
|
132
|
+
"ipv6": {
|
133
|
+
"size": "334932",
|
134
|
+
"refcount": "12"
|
135
|
+
},
|
136
|
+
"ppdev": {
|
137
|
+
"size": "8537",
|
138
|
+
"refcount": "0"
|
139
|
+
},
|
140
|
+
"vmware_balloon": {
|
141
|
+
"size": "7199",
|
142
|
+
"refcount": "0"
|
143
|
+
},
|
144
|
+
"e1000": {
|
145
|
+
"size": "160675",
|
146
|
+
"refcount": "0"
|
147
|
+
},
|
148
|
+
"parport_pc": {
|
149
|
+
"size": "22658",
|
150
|
+
"refcount": "0"
|
151
|
+
},
|
152
|
+
"parport": {
|
153
|
+
"size": "36209",
|
154
|
+
"refcount": "2"
|
155
|
+
},
|
156
|
+
"vmci": {
|
157
|
+
"size": "74617",
|
158
|
+
"refcount": "1"
|
159
|
+
},
|
160
|
+
"i2c_piix4": {
|
161
|
+
"size": "11776",
|
162
|
+
"refcount": "0"
|
163
|
+
},
|
164
|
+
"i2c_core": {
|
165
|
+
"size": "29964",
|
166
|
+
"refcount": "1"
|
167
|
+
},
|
168
|
+
"sg": {
|
169
|
+
"size": "29318",
|
170
|
+
"refcount": "0"
|
171
|
+
},
|
172
|
+
"shpchp": {
|
173
|
+
"size": "29130",
|
174
|
+
"refcount": "0"
|
175
|
+
},
|
176
|
+
"ext4": {
|
177
|
+
"size": "378476",
|
178
|
+
"refcount": "2"
|
179
|
+
},
|
180
|
+
"jbd2": {
|
181
|
+
"size": "93427",
|
182
|
+
"refcount": "1"
|
183
|
+
},
|
184
|
+
"mbcache": {
|
185
|
+
"size": "8193",
|
186
|
+
"refcount": "1"
|
187
|
+
},
|
188
|
+
"sr_mod": {
|
189
|
+
"size": "15049",
|
190
|
+
"refcount": "0"
|
191
|
+
},
|
192
|
+
"cdrom": {
|
193
|
+
"size": "39085",
|
194
|
+
"refcount": "1"
|
195
|
+
},
|
196
|
+
"sd_mod": {
|
197
|
+
"size": "36998",
|
198
|
+
"refcount": "3"
|
199
|
+
},
|
200
|
+
"crc_t10dif": {
|
201
|
+
"size": "1305",
|
202
|
+
"refcount": "1"
|
203
|
+
},
|
204
|
+
"pata_acpi": {
|
205
|
+
"size": "3701",
|
206
|
+
"refcount": "0"
|
207
|
+
},
|
208
|
+
"ata_generic": {
|
209
|
+
"size": "3837",
|
210
|
+
"refcount": "0"
|
211
|
+
},
|
212
|
+
"ata_piix": {
|
213
|
+
"size": "24409",
|
214
|
+
"refcount": "0"
|
215
|
+
},
|
216
|
+
"mptspi": {
|
217
|
+
"size": "16411",
|
218
|
+
"refcount": "2"
|
219
|
+
},
|
220
|
+
"mptscsih": {
|
221
|
+
"size": "36636",
|
222
|
+
"refcount": "1"
|
223
|
+
},
|
224
|
+
"mptbase": {
|
225
|
+
"size": "93647",
|
226
|
+
"refcount": "2"
|
227
|
+
},
|
228
|
+
"scsi_transport_spi": {
|
229
|
+
"size": "25447",
|
230
|
+
"refcount": "1"
|
231
|
+
},
|
232
|
+
"dm_mirror": {
|
233
|
+
"size": "14384",
|
234
|
+
"refcount": "0"
|
235
|
+
},
|
236
|
+
"dm_region_hash": {
|
237
|
+
"size": "12085",
|
238
|
+
"refcount": "1"
|
239
|
+
},
|
240
|
+
"dm_log": {
|
241
|
+
"size": "9930",
|
242
|
+
"refcount": "2"
|
243
|
+
},
|
244
|
+
"dm_mod": {
|
245
|
+
"size": "95622",
|
246
|
+
"refcount": "8"
|
247
|
+
}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"os": "linux",
|
251
|
+
"os_version": "2.6.32-504.1.3.el6.x86_64",
|
252
|
+
"lsb": {
|
253
|
+
},
|
254
|
+
"platform": "centos",
|
255
|
+
"platform_version": "6.6",
|
256
|
+
"platform_family": "rhel",
|
257
|
+
"dmi": {
|
258
|
+
"dmidecode_version": "2.12",
|
259
|
+
"smbios_version": "2.4",
|
260
|
+
"structures": {
|
261
|
+
"count": "556",
|
262
|
+
"size": "28065"
|
263
|
+
},
|
264
|
+
"table_location": "0x000E0010",
|
265
|
+
"bios": {
|
266
|
+
"all_records": [
|
267
|
+
{
|
268
|
+
"record_id": "0x0000",
|
269
|
+
"size": "0",
|
270
|
+
"application_identifier": "BIOS Information",
|
271
|
+
"Vendor": "Phoenix Technologies LTD",
|
272
|
+
"Version": "6.00",
|
273
|
+
"Release Date": "05/20/2014",
|
274
|
+
"Address": "0xE9A50",
|
275
|
+
"Runtime Size": "91568 bytes",
|
276
|
+
"ROM Size": "64 kB",
|
277
|
+
"Characteristics": {
|
278
|
+
"ISA is supported": null,
|
279
|
+
"PCI is supported": null,
|
280
|
+
"PC Card (PCMCIA) is supported": null,
|
281
|
+
"PNP is supported": null,
|
282
|
+
"APM is supported": null,
|
283
|
+
"BIOS is upgradeable": null,
|
284
|
+
"BIOS shadowing is allowed": null,
|
285
|
+
"ESCD support is available": null,
|
286
|
+
"Boot from CD is supported": null,
|
287
|
+
"Selectable boot is supported": null,
|
288
|
+
"EDD is supported": null,
|
289
|
+
"Print screen service is supported (int 5h)": null,
|
290
|
+
"8042 keyboard services are supported (int 9h)": null,
|
291
|
+
"Serial services are supported (int 14h)": null,
|
292
|
+
"Printer services are supported (int 17h)": null,
|
293
|
+
"CGA/mono video services are supported (int 10h)": null,
|
294
|
+
"ACPI is supported": null,
|
295
|
+
"Smart battery is supported": null,
|
296
|
+
"BIOS boot specification is supported": null,
|
297
|
+
"Function key-initiated network boot is supported": null,
|
298
|
+
"Targeted content distribution is supported": null
|
299
|
+
},
|
300
|
+
"BIOS Revision": "4.6",
|
301
|
+
"Firmware Revision": "0.0"
|
302
|
+
}
|
303
|
+
],
|
304
|
+
"vendor": "Phoenix Technologies LTD",
|
305
|
+
"version": "6.00",
|
306
|
+
"release_date": "05/20/2014",
|
307
|
+
"address": "0xE9A50",
|
308
|
+
"runtime_size": "91568 bytes",
|
309
|
+
"rom_size": "64 kB",
|
310
|
+
"bios_revision": "4.6",
|
311
|
+
"firmware_revision": "0.0"
|
312
|
+
},
|
313
|
+
"system": {
|
314
|
+
"all_records": [
|
315
|
+
{
|
316
|
+
"record_id": "0x0001",
|
317
|
+
"size": "1",
|
318
|
+
"application_identifier": "System Information",
|
319
|
+
"Manufacturer": "VMware, Inc.",
|
320
|
+
"Product Name": "VMware Virtual Platform",
|
321
|
+
"Version": "None",
|
322
|
+
"Serial Number": "VMware-56 4d 7e e9 64 ab 70 1a-cb ef 98 af 4b 56 22 1e",
|
323
|
+
"UUID": "564D7EE9-64AB-701A-CBEF-98AF4B56221E",
|
324
|
+
"Wake-up Type": "Power Switch",
|
325
|
+
"SKU Number": "Not Specified",
|
326
|
+
"Family": "Not Specified"
|
327
|
+
}
|
328
|
+
],
|
329
|
+
"manufacturer": "VMware, Inc.",
|
330
|
+
"product_name": "VMware Virtual Platform",
|
331
|
+
"version": "None",
|
332
|
+
"serial_number": "VMware-56 4d 7e e9 64 ab 70 1a-cb ef 98 af 4b 56 22 1e",
|
333
|
+
"uuid": "564D7EE9-64AB-701A-CBEF-98AF4B56221E",
|
334
|
+
"wake_up_type": "Power Switch",
|
335
|
+
"sku_number": "Not Specified",
|
336
|
+
"family": "Not Specified"
|
337
|
+
},
|
338
|
+
"base_board": {
|
339
|
+
"all_records": [
|
340
|
+
{
|
341
|
+
"record_id": "0x0002",
|
342
|
+
"size": "2",
|
343
|
+
"application_identifier": "Base Board Information",
|
344
|
+
"Manufacturer": "Intel Corporation",
|
345
|
+
"Product Name": "440BX Desktop Reference Platform",
|
346
|
+
"Version": "None",
|
347
|
+
"Serial Number": "None",
|
348
|
+
"Asset Tag": "Not Specified",
|
349
|
+
"Features": "None",
|
350
|
+
"Location In Chassis": "Not Specified",
|
351
|
+
"Chassis Handle": "0x0000",
|
352
|
+
"Type": "Unknown",
|
353
|
+
"Contained Object Handles": "0"
|
354
|
+
}
|
355
|
+
],
|
356
|
+
"manufacturer": "Intel Corporation",
|
357
|
+
"product_name": "440BX Desktop Reference Platform",
|
358
|
+
"version": "None",
|
359
|
+
"serial_number": "None",
|
360
|
+
"asset_tag": "Not Specified",
|
361
|
+
"features": "None",
|
362
|
+
"location_in_chassis": "Not Specified",
|
363
|
+
"chassis_handle": "0x0000",
|
364
|
+
"type": "Unknown",
|
365
|
+
"contained_object_handles": "0"
|
366
|
+
},
|
367
|
+
"chassis": {
|
368
|
+
"all_records": [
|
369
|
+
{
|
370
|
+
"record_id": "0x0003",
|
371
|
+
"size": "3",
|
372
|
+
"application_identifier": "Chassis Information",
|
373
|
+
"Manufacturer": "No Enclosure",
|
374
|
+
"Type": "Other",
|
375
|
+
"Lock": "Not Present",
|
376
|
+
"Version": "N/A",
|
377
|
+
"Serial Number": "None",
|
378
|
+
"Asset Tag": "No Asset Tag",
|
379
|
+
"Boot-up State": "Safe",
|
380
|
+
"Power Supply State": "Safe",
|
381
|
+
"Thermal State": "Safe",
|
382
|
+
"Security Status": "None",
|
383
|
+
"OEM Information": "0x00001234",
|
384
|
+
"Height": "Unspecified",
|
385
|
+
"Number Of Power Cords": "Unspecified",
|
386
|
+
"Contained Elements": "0"
|
387
|
+
}
|
388
|
+
],
|
389
|
+
"manufacturer": "No Enclosure",
|
390
|
+
"type": "Other",
|
391
|
+
"lock": "Not Present",
|
392
|
+
"version": "N/A",
|
393
|
+
"serial_number": "None",
|
394
|
+
"asset_tag": "No Asset Tag",
|
395
|
+
"boot_up_state": "Safe",
|
396
|
+
"power_supply_state": "Safe",
|
397
|
+
"thermal_state": "Safe",
|
398
|
+
"security_status": "None",
|
399
|
+
"oem_information": "0x00001234",
|
400
|
+
"height": "Unspecified",
|
401
|
+
"number_of_power_cords": "Unspecified",
|
402
|
+
"contained_elements": "0"
|
403
|
+
},
|
404
|
+
"processor": {
|
405
|
+
"all_records": [
|
406
|
+
{
|
407
|
+
"record_id": "0x0004",
|
408
|
+
"size": "4",
|
409
|
+
"application_identifier": "Processor Information",
|
410
|
+
"Socket Designation": "CPU socket #0",
|
411
|
+
"Type": "Central Processor",
|
412
|
+
"Family": "Unknown",
|
413
|
+
"Manufacturer": "GenuineIntel",
|
414
|
+
"ID": "A7 06 02 00 FF FB AB 0F",
|
415
|
+
"Version": " Intel(R) Core(TM) i5-2500S CPU @ 2.70GHz",
|
416
|
+
"Voltage": "3.3 V",
|
417
|
+
"External Clock": "Unknown",
|
418
|
+
"Max Speed": "30000 MHz",
|
419
|
+
"Current Speed": "2700 MHz",
|
420
|
+
"Status": "Populated, Enabled",
|
421
|
+
"Upgrade": "ZIF Socket",
|
422
|
+
"L1 Cache Handle": "0x0094",
|
423
|
+
"L2 Cache Handle": "0x0095",
|
424
|
+
"L3 Cache Handle": "Not Provided",
|
425
|
+
"Serial Number": "Not Specified",
|
426
|
+
"Asset Tag": "Not Specified",
|
427
|
+
"Part Number": "Not Specified"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"record_id": "0x0005",
|
431
|
+
"size": "4",
|
432
|
+
"application_identifier": "Processor Information",
|
433
|
+
"Socket Designation": "CPU socket #1",
|
434
|
+
"Type": "Central Processor",
|
435
|
+
"Family": "Unknown",
|
436
|
+
"Manufacturer": "000000000000",
|
437
|
+
"ID": "00 00 00 00 00 00 00 00",
|
438
|
+
"Version": "Unknown Processor ",
|
439
|
+
"Voltage": "3.3 V",
|
440
|
+
"External Clock": "Unknown",
|
441
|
+
"Max Speed": "30000 MHz",
|
442
|
+
"Current Speed": "Unknown",
|
443
|
+
"Status": "Unpopulated",
|
444
|
+
"Upgrade": "ZIF Socket",
|
445
|
+
"L1 Cache Handle": "0x0096",
|
446
|
+
"L2 Cache Handle": "0x0097",
|
447
|
+
"L3 Cache Handle": "Not Provided",
|
448
|
+
"Serial Number": "Not Specified",
|
449
|
+
"Asset Tag": "Not Specified",
|
450
|
+
"Part Number": "Not Specified"
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"record_id": "0x0006",
|
454
|
+
"size": "4",
|
455
|
+
"application_identifier": "Processor Information",
|
456
|
+
"Socket Designation": "CPU socket #2",
|
457
|
+
"Type": "Central Processor",
|
458
|
+
"Family": "Unknown",
|
459
|
+
"Manufacturer": "000000000000",
|
460
|
+
"ID": "00 00 00 00 00 00 00 00",
|
461
|
+
"Version": "Unknown Processor ",
|
462
|
+
"Voltage": "3.3 V",
|
463
|
+
"External Clock": "Unknown",
|
464
|
+
"Max Speed": "30000 MHz",
|
465
|
+
"Current Speed": "Unknown",
|
466
|
+
"Status": "Unpopulated",
|
467
|
+
"Upgrade": "ZIF Socket",
|
468
|
+
"L1 Cache Handle": "0x0098",
|
469
|
+
"L2 Cache Handle": "0x0099",
|
470
|
+
"L3 Cache Handle": "Not Provided",
|
471
|
+
"Serial Number": "Not Specified",
|
472
|
+
"Asset Tag": "Not Specified",
|
473
|
+
"Part Number": "Not Specified"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"record_id": "0x0007",
|
477
|
+
"size": "4",
|
478
|
+
"application_identifier": "Processor Information",
|
479
|
+
"Socket Designation": "CPU socket #3",
|
480
|
+
"Type": "Central Processor",
|
481
|
+
"Family": "Unknown",
|
482
|
+
"Manufacturer": "000000000000",
|
483
|
+
"ID": "00 00 00 00 00 00 00 00",
|
484
|
+
"Version": "Unknown Processor ",
|
485
|
+
"Voltage": "3.3 V",
|
486
|
+
"External Clock": "Unknown",
|
487
|
+
"Max Speed": "30000 MHz",
|
488
|
+
"Current Speed": "Unknown",
|
489
|
+
"Status": "Unpopulated",
|
490
|
+
"Upgrade": "ZIF Socket",
|
491
|
+
"L1 Cache Handle": "0x009A",
|
492
|
+
"L2 Cache Handle": "0x009B",
|
493
|
+
"L3 Cache Handle": "Not Provided",
|
494
|
+
"Serial Number": "Not Specified",
|
495
|
+
"Asset Tag": "Not Specified",
|
496
|
+
"Part Number": "Not Specified"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"record_id": "0x0008",
|
500
|
+
"size": "4",
|
501
|
+
"application_identifier": "Processor Information",
|
502
|
+
"Socket Designation": "CPU socket #4",
|
503
|
+
"Type": "Central Processor",
|
504
|
+
"Family": "Unknown",
|
505
|
+
"Manufacturer": "000000000000",
|
506
|
+
"ID": "00 00 00 00 00 00 00 00",
|
507
|
+
"Version": "Unknown Processor ",
|
508
|
+
"Voltage": "3.3 V",
|
509
|
+
"External Clock": "Unknown",
|
510
|
+
"Max Speed": "30000 MHz",
|
511
|
+
"Current Speed": "Unknown",
|
512
|
+
"Status": "Unpopulated",
|
513
|
+
"Upgrade": "ZIF Socket",
|
514
|
+
"L1 Cache Handle": "0x009C",
|
515
|
+
"L2 Cache Handle": "0x009D",
|
516
|
+
"L3 Cache Handle": "Not Provided",
|
517
|
+
"Serial Number": "Not Specified",
|
518
|
+
"Asset Tag": "Not Specified",
|
519
|
+
"Part Number": "Not Specified"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"record_id": "0x0009",
|
523
|
+
"size": "4",
|
524
|
+
"application_identifier": "Processor Information",
|
525
|
+
"Socket Designation": "CPU socket #5",
|
526
|
+
"Type": "Central Processor",
|
527
|
+
"Family": "Unknown",
|
528
|
+
"Manufacturer": "000000000000",
|
529
|
+
"ID": "00 00 00 00 00 00 00 00",
|
530
|
+
"Version": "Unknown Processor ",
|
531
|
+
"Voltage": "3.3 V",
|
532
|
+
"External Clock": "Unknown",
|
533
|
+
"Max Speed": "30000 MHz",
|
534
|
+
"Current Speed": "Unknown",
|
535
|
+
"Status": "Unpopulated",
|
536
|
+
"Upgrade": "ZIF Socket",
|
537
|
+
"L1 Cache Handle": "0x009E",
|
538
|
+
"L2 Cache Handle": "0x009F",
|
539
|
+
"L3 Cache Handle": "Not Provided",
|
540
|
+
"Serial Number": "Not Specified",
|
541
|
+
"Asset Tag": "Not Specified",
|
542
|
+
"Part Number": "Not Specified"
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"record_id": "0x000A",
|
546
|
+
"size": "4",
|
547
|
+
"application_identifier": "Processor Information",
|
548
|
+
"Socket Designation": "CPU socket #6",
|
549
|
+
"Type": "Central Processor",
|
550
|
+
"Family": "Unknown",
|
551
|
+
"Manufacturer": "000000000000",
|
552
|
+
"ID": "00 00 00 00 00 00 00 00",
|
553
|
+
"Version": "Unknown Processor ",
|
554
|
+
"Voltage": "3.3 V",
|
555
|
+
"External Clock": "Unknown",
|
556
|
+
"Max Speed": "30000 MHz",
|
557
|
+
"Current Speed": "Unknown",
|
558
|
+
"Status": "Unpopulated",
|
559
|
+
"Upgrade": "ZIF Socket",
|
560
|
+
"L1 Cache Handle": "0x00A0",
|
561
|
+
"L2 Cache Handle": "0x00A1",
|
562
|
+
"L3 Cache Handle": "Not Provided",
|
563
|
+
"Serial Number": "Not Specified",
|
564
|
+
"Asset Tag": "Not Specified",
|
565
|
+
"Part Number": "Not Specified"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"record_id": "0x000B",
|
569
|
+
"size": "4",
|
570
|
+
"application_identifier": "Processor Information",
|
571
|
+
"Socket Designation": "CPU socket #7",
|
572
|
+
"Type": "Central Processor",
|
573
|
+
"Family": "Unknown",
|
574
|
+
"Manufacturer": "000000000000",
|
575
|
+
"ID": "00 00 00 00 00 00 00 00",
|
576
|
+
"Version": "Unknown Processor ",
|
577
|
+
"Voltage": "3.3 V",
|
578
|
+
"External Clock": "Unknown",
|
579
|
+
"Max Speed": "30000 MHz",
|
580
|
+
"Current Speed": "Unknown",
|
581
|
+
"Status": "Unpopulated",
|
582
|
+
"Upgrade": "ZIF Socket",
|
583
|
+
"L1 Cache Handle": "0x00A2",
|
584
|
+
"L2 Cache Handle": "0x00A3",
|
585
|
+
"L3 Cache Handle": "Not Provided",
|
586
|
+
"Serial Number": "Not Specified",
|
587
|
+
"Asset Tag": "Not Specified",
|
588
|
+
"Part Number": "Not Specified"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"record_id": "0x000C",
|
592
|
+
"size": "4",
|
593
|
+
"application_identifier": "Processor Information",
|
594
|
+
"Socket Designation": "CPU socket #8",
|
595
|
+
"Type": "Central Processor",
|
596
|
+
"Family": "Unknown",
|
597
|
+
"Manufacturer": "000000000000",
|
598
|
+
"ID": "00 00 00 00 00 00 00 00",
|
599
|
+
"Version": "Unknown Processor ",
|
600
|
+
"Voltage": "3.3 V",
|
601
|
+
"External Clock": "Unknown",
|
602
|
+
"Max Speed": "30000 MHz",
|
603
|
+
"Current Speed": "Unknown",
|
604
|
+
"Status": "Unpopulated",
|
605
|
+
"Upgrade": "ZIF Socket",
|
606
|
+
"L1 Cache Handle": "0x00A4",
|
607
|
+
"L2 Cache Handle": "0x00A5",
|
608
|
+
"L3 Cache Handle": "Not Provided",
|
609
|
+
"Serial Number": "Not Specified",
|
610
|
+
"Asset Tag": "Not Specified",
|
611
|
+
"Part Number": "Not Specified"
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"record_id": "0x000D",
|
615
|
+
"size": "4",
|
616
|
+
"application_identifier": "Processor Information",
|
617
|
+
"Socket Designation": "CPU socket #9",
|
618
|
+
"Type": "Central Processor",
|
619
|
+
"Family": "Unknown",
|
620
|
+
"Manufacturer": "000000000000",
|
621
|
+
"ID": "00 00 00 00 00 00 00 00",
|
622
|
+
"Version": "Unknown Processor ",
|
623
|
+
"Voltage": "3.3 V",
|
624
|
+
"External Clock": "Unknown",
|
625
|
+
"Max Speed": "30000 MHz",
|
626
|
+
"Current Speed": "Unknown",
|
627
|
+
"Status": "Unpopulated",
|
628
|
+
"Upgrade": "ZIF Socket",
|
629
|
+
"L1 Cache Handle": "0x00A6",
|
630
|
+
"L2 Cache Handle": "0x00A7",
|
631
|
+
"L3 Cache Handle": "Not Provided",
|
632
|
+
"Serial Number": "Not Specified",
|
633
|
+
"Asset Tag": "Not Specified",
|
634
|
+
"Part Number": "Not Specified"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"record_id": "0x000E",
|
638
|
+
"size": "4",
|
639
|
+
"application_identifier": "Processor Information",
|
640
|
+
"Socket Designation": "CPU socket #10",
|
641
|
+
"Type": "Central Processor",
|
642
|
+
"Family": "Unknown",
|
643
|
+
"Manufacturer": "000000000000",
|
644
|
+
"ID": "00 00 00 00 00 00 00 00",
|
645
|
+
"Version": "Unknown Processor ",
|
646
|
+
"Voltage": "3.3 V",
|
647
|
+
"External Clock": "Unknown",
|
648
|
+
"Max Speed": "30000 MHz",
|
649
|
+
"Current Speed": "Unknown",
|
650
|
+
"Status": "Unpopulated",
|
651
|
+
"Upgrade": "ZIF Socket",
|
652
|
+
"L1 Cache Handle": "0x00A8",
|
653
|
+
"L2 Cache Handle": "0x00A9",
|
654
|
+
"L3 Cache Handle": "Not Provided",
|
655
|
+
"Serial Number": "Not Specified",
|
656
|
+
"Asset Tag": "Not Specified",
|
657
|
+
"Part Number": "Not Specified"
|
658
|
+
},
|
659
|
+
{
|
660
|
+
"record_id": "0x000F",
|
661
|
+
"size": "4",
|
662
|
+
"application_identifier": "Processor Information",
|
663
|
+
"Socket Designation": "CPU socket #11",
|
664
|
+
"Type": "Central Processor",
|
665
|
+
"Family": "Unknown",
|
666
|
+
"Manufacturer": "000000000000",
|
667
|
+
"ID": "00 00 00 00 00 00 00 00",
|
668
|
+
"Version": "Unknown Processor ",
|
669
|
+
"Voltage": "3.3 V",
|
670
|
+
"External Clock": "Unknown",
|
671
|
+
"Max Speed": "30000 MHz",
|
672
|
+
"Current Speed": "Unknown",
|
673
|
+
"Status": "Unpopulated",
|
674
|
+
"Upgrade": "ZIF Socket",
|
675
|
+
"L1 Cache Handle": "0x00AA",
|
676
|
+
"L2 Cache Handle": "0x00AB",
|
677
|
+
"L3 Cache Handle": "Not Provided",
|
678
|
+
"Serial Number": "Not Specified",
|
679
|
+
"Asset Tag": "Not Specified",
|
680
|
+
"Part Number": "Not Specified"
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"record_id": "0x0010",
|
684
|
+
"size": "4",
|
685
|
+
"application_identifier": "Processor Information",
|
686
|
+
"Socket Designation": "CPU socket #12",
|
687
|
+
"Type": "Central Processor",
|
688
|
+
"Family": "Unknown",
|
689
|
+
"Manufacturer": "000000000000",
|
690
|
+
"ID": "00 00 00 00 00 00 00 00",
|
691
|
+
"Version": "Unknown Processor ",
|
692
|
+
"Voltage": "3.3 V",
|
693
|
+
"External Clock": "Unknown",
|
694
|
+
"Max Speed": "30000 MHz",
|
695
|
+
"Current Speed": "Unknown",
|
696
|
+
"Status": "Unpopulated",
|
697
|
+
"Upgrade": "ZIF Socket",
|
698
|
+
"L1 Cache Handle": "0x00AC",
|
699
|
+
"L2 Cache Handle": "0x00AD",
|
700
|
+
"L3 Cache Handle": "Not Provided",
|
701
|
+
"Serial Number": "Not Specified",
|
702
|
+
"Asset Tag": "Not Specified",
|
703
|
+
"Part Number": "Not Specified"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"record_id": "0x0011",
|
707
|
+
"size": "4",
|
708
|
+
"application_identifier": "Processor Information",
|
709
|
+
"Socket Designation": "CPU socket #13",
|
710
|
+
"Type": "Central Processor",
|
711
|
+
"Family": "Unknown",
|
712
|
+
"Manufacturer": "000000000000",
|
713
|
+
"ID": "00 00 00 00 00 00 00 00",
|
714
|
+
"Version": "Unknown Processor ",
|
715
|
+
"Voltage": "3.3 V",
|
716
|
+
"External Clock": "Unknown",
|
717
|
+
"Max Speed": "30000 MHz",
|
718
|
+
"Current Speed": "Unknown",
|
719
|
+
"Status": "Unpopulated",
|
720
|
+
"Upgrade": "ZIF Socket",
|
721
|
+
"L1 Cache Handle": "0x00AE",
|
722
|
+
"L2 Cache Handle": "0x00AF",
|
723
|
+
"L3 Cache Handle": "Not Provided",
|
724
|
+
"Serial Number": "Not Specified",
|
725
|
+
"Asset Tag": "Not Specified",
|
726
|
+
"Part Number": "Not Specified"
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"record_id": "0x0012",
|
730
|
+
"size": "4",
|
731
|
+
"application_identifier": "Processor Information",
|
732
|
+
"Socket Designation": "CPU socket #14",
|
733
|
+
"Type": "Central Processor",
|
734
|
+
"Family": "Unknown",
|
735
|
+
"Manufacturer": "000000000000",
|
736
|
+
"ID": "00 00 00 00 00 00 00 00",
|
737
|
+
"Version": "Unknown Processor ",
|
738
|
+
"Voltage": "3.3 V",
|
739
|
+
"External Clock": "Unknown",
|
740
|
+
"Max Speed": "30000 MHz",
|
741
|
+
"Current Speed": "Unknown",
|
742
|
+
"Status": "Unpopulated",
|
743
|
+
"Upgrade": "ZIF Socket",
|
744
|
+
"L1 Cache Handle": "0x00B0",
|
745
|
+
"L2 Cache Handle": "0x00B1",
|
746
|
+
"L3 Cache Handle": "Not Provided",
|
747
|
+
"Serial Number": "Not Specified",
|
748
|
+
"Asset Tag": "Not Specified",
|
749
|
+
"Part Number": "Not Specified"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"record_id": "0x0013",
|
753
|
+
"size": "4",
|
754
|
+
"application_identifier": "Processor Information",
|
755
|
+
"Socket Designation": "CPU socket #15",
|
756
|
+
"Type": "Central Processor",
|
757
|
+
"Family": "Unknown",
|
758
|
+
"Manufacturer": "000000000000",
|
759
|
+
"ID": "00 00 00 00 00 00 00 00",
|
760
|
+
"Version": "Unknown Processor ",
|
761
|
+
"Voltage": "3.3 V",
|
762
|
+
"External Clock": "Unknown",
|
763
|
+
"Max Speed": "30000 MHz",
|
764
|
+
"Current Speed": "Unknown",
|
765
|
+
"Status": "Unpopulated",
|
766
|
+
"Upgrade": "ZIF Socket",
|
767
|
+
"L1 Cache Handle": "0x00B2",
|
768
|
+
"L2 Cache Handle": "0x00B3",
|
769
|
+
"L3 Cache Handle": "Not Provided",
|
770
|
+
"Serial Number": "Not Specified",
|
771
|
+
"Asset Tag": "Not Specified",
|
772
|
+
"Part Number": "Not Specified"
|
773
|
+
},
|
774
|
+
{
|
775
|
+
"record_id": "0x0014",
|
776
|
+
"size": "4",
|
777
|
+
"application_identifier": "Processor Information",
|
778
|
+
"Socket Designation": "CPU socket #16",
|
779
|
+
"Type": "Central Processor",
|
780
|
+
"Family": "Unknown",
|
781
|
+
"Manufacturer": "000000000000",
|
782
|
+
"ID": "00 00 00 00 00 00 00 00",
|
783
|
+
"Version": "Unknown Processor ",
|
784
|
+
"Voltage": "3.3 V",
|
785
|
+
"External Clock": "Unknown",
|
786
|
+
"Max Speed": "30000 MHz",
|
787
|
+
"Current Speed": "Unknown",
|
788
|
+
"Status": "Unpopulated",
|
789
|
+
"Upgrade": "ZIF Socket",
|
790
|
+
"L1 Cache Handle": "0x00B4",
|
791
|
+
"L2 Cache Handle": "0x00B5",
|
792
|
+
"L3 Cache Handle": "Not Provided",
|
793
|
+
"Serial Number": "Not Specified",
|
794
|
+
"Asset Tag": "Not Specified",
|
795
|
+
"Part Number": "Not Specified"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"record_id": "0x0015",
|
799
|
+
"size": "4",
|
800
|
+
"application_identifier": "Processor Information",
|
801
|
+
"Socket Designation": "CPU socket #17",
|
802
|
+
"Type": "Central Processor",
|
803
|
+
"Family": "Unknown",
|
804
|
+
"Manufacturer": "000000000000",
|
805
|
+
"ID": "00 00 00 00 00 00 00 00",
|
806
|
+
"Version": "Unknown Processor ",
|
807
|
+
"Voltage": "3.3 V",
|
808
|
+
"External Clock": "Unknown",
|
809
|
+
"Max Speed": "30000 MHz",
|
810
|
+
"Current Speed": "Unknown",
|
811
|
+
"Status": "Unpopulated",
|
812
|
+
"Upgrade": "ZIF Socket",
|
813
|
+
"L1 Cache Handle": "0x00B6",
|
814
|
+
"L2 Cache Handle": "0x00B7",
|
815
|
+
"L3 Cache Handle": "Not Provided",
|
816
|
+
"Serial Number": "Not Specified",
|
817
|
+
"Asset Tag": "Not Specified",
|
818
|
+
"Part Number": "Not Specified"
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"record_id": "0x0016",
|
822
|
+
"size": "4",
|
823
|
+
"application_identifier": "Processor Information",
|
824
|
+
"Socket Designation": "CPU socket #18",
|
825
|
+
"Type": "Central Processor",
|
826
|
+
"Family": "Unknown",
|
827
|
+
"Manufacturer": "000000000000",
|
828
|
+
"ID": "00 00 00 00 00 00 00 00",
|
829
|
+
"Version": "Unknown Processor ",
|
830
|
+
"Voltage": "3.3 V",
|
831
|
+
"External Clock": "Unknown",
|
832
|
+
"Max Speed": "30000 MHz",
|
833
|
+
"Current Speed": "Unknown",
|
834
|
+
"Status": "Unpopulated",
|
835
|
+
"Upgrade": "ZIF Socket",
|
836
|
+
"L1 Cache Handle": "0x00B8",
|
837
|
+
"L2 Cache Handle": "0x00B9",
|
838
|
+
"L3 Cache Handle": "Not Provided",
|
839
|
+
"Serial Number": "Not Specified",
|
840
|
+
"Asset Tag": "Not Specified",
|
841
|
+
"Part Number": "Not Specified"
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"record_id": "0x0017",
|
845
|
+
"size": "4",
|
846
|
+
"application_identifier": "Processor Information",
|
847
|
+
"Socket Designation": "CPU socket #19",
|
848
|
+
"Type": "Central Processor",
|
849
|
+
"Family": "Unknown",
|
850
|
+
"Manufacturer": "000000000000",
|
851
|
+
"ID": "00 00 00 00 00 00 00 00",
|
852
|
+
"Version": "Unknown Processor ",
|
853
|
+
"Voltage": "3.3 V",
|
854
|
+
"External Clock": "Unknown",
|
855
|
+
"Max Speed": "30000 MHz",
|
856
|
+
"Current Speed": "Unknown",
|
857
|
+
"Status": "Unpopulated",
|
858
|
+
"Upgrade": "ZIF Socket",
|
859
|
+
"L1 Cache Handle": "0x00BA",
|
860
|
+
"L2 Cache Handle": "0x00BB",
|
861
|
+
"L3 Cache Handle": "Not Provided",
|
862
|
+
"Serial Number": "Not Specified",
|
863
|
+
"Asset Tag": "Not Specified",
|
864
|
+
"Part Number": "Not Specified"
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"record_id": "0x0018",
|
868
|
+
"size": "4",
|
869
|
+
"application_identifier": "Processor Information",
|
870
|
+
"Socket Designation": "CPU socket #20",
|
871
|
+
"Type": "Central Processor",
|
872
|
+
"Family": "Unknown",
|
873
|
+
"Manufacturer": "000000000000",
|
874
|
+
"ID": "00 00 00 00 00 00 00 00",
|
875
|
+
"Version": "Unknown Processor ",
|
876
|
+
"Voltage": "3.3 V",
|
877
|
+
"External Clock": "Unknown",
|
878
|
+
"Max Speed": "30000 MHz",
|
879
|
+
"Current Speed": "Unknown",
|
880
|
+
"Status": "Unpopulated",
|
881
|
+
"Upgrade": "ZIF Socket",
|
882
|
+
"L1 Cache Handle": "0x00BC",
|
883
|
+
"L2 Cache Handle": "0x00BD",
|
884
|
+
"L3 Cache Handle": "Not Provided",
|
885
|
+
"Serial Number": "Not Specified",
|
886
|
+
"Asset Tag": "Not Specified",
|
887
|
+
"Part Number": "Not Specified"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"record_id": "0x0019",
|
891
|
+
"size": "4",
|
892
|
+
"application_identifier": "Processor Information",
|
893
|
+
"Socket Designation": "CPU socket #21",
|
894
|
+
"Type": "Central Processor",
|
895
|
+
"Family": "Unknown",
|
896
|
+
"Manufacturer": "000000000000",
|
897
|
+
"ID": "00 00 00 00 00 00 00 00",
|
898
|
+
"Version": "Unknown Processor ",
|
899
|
+
"Voltage": "3.3 V",
|
900
|
+
"External Clock": "Unknown",
|
901
|
+
"Max Speed": "30000 MHz",
|
902
|
+
"Current Speed": "Unknown",
|
903
|
+
"Status": "Unpopulated",
|
904
|
+
"Upgrade": "ZIF Socket",
|
905
|
+
"L1 Cache Handle": "0x00BE",
|
906
|
+
"L2 Cache Handle": "0x00BF",
|
907
|
+
"L3 Cache Handle": "Not Provided",
|
908
|
+
"Serial Number": "Not Specified",
|
909
|
+
"Asset Tag": "Not Specified",
|
910
|
+
"Part Number": "Not Specified"
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"record_id": "0x001A",
|
914
|
+
"size": "4",
|
915
|
+
"application_identifier": "Processor Information",
|
916
|
+
"Socket Designation": "CPU socket #22",
|
917
|
+
"Type": "Central Processor",
|
918
|
+
"Family": "Unknown",
|
919
|
+
"Manufacturer": "000000000000",
|
920
|
+
"ID": "00 00 00 00 00 00 00 00",
|
921
|
+
"Version": "Unknown Processor ",
|
922
|
+
"Voltage": "3.3 V",
|
923
|
+
"External Clock": "Unknown",
|
924
|
+
"Max Speed": "30000 MHz",
|
925
|
+
"Current Speed": "Unknown",
|
926
|
+
"Status": "Unpopulated",
|
927
|
+
"Upgrade": "ZIF Socket",
|
928
|
+
"L1 Cache Handle": "0x00C0",
|
929
|
+
"L2 Cache Handle": "0x00C1",
|
930
|
+
"L3 Cache Handle": "Not Provided",
|
931
|
+
"Serial Number": "Not Specified",
|
932
|
+
"Asset Tag": "Not Specified",
|
933
|
+
"Part Number": "Not Specified"
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"record_id": "0x001B",
|
937
|
+
"size": "4",
|
938
|
+
"application_identifier": "Processor Information",
|
939
|
+
"Socket Designation": "CPU socket #23",
|
940
|
+
"Type": "Central Processor",
|
941
|
+
"Family": "Unknown",
|
942
|
+
"Manufacturer": "000000000000",
|
943
|
+
"ID": "00 00 00 00 00 00 00 00",
|
944
|
+
"Version": "Unknown Processor ",
|
945
|
+
"Voltage": "3.3 V",
|
946
|
+
"External Clock": "Unknown",
|
947
|
+
"Max Speed": "30000 MHz",
|
948
|
+
"Current Speed": "Unknown",
|
949
|
+
"Status": "Unpopulated",
|
950
|
+
"Upgrade": "ZIF Socket",
|
951
|
+
"L1 Cache Handle": "0x00C2",
|
952
|
+
"L2 Cache Handle": "0x00C3",
|
953
|
+
"L3 Cache Handle": "Not Provided",
|
954
|
+
"Serial Number": "Not Specified",
|
955
|
+
"Asset Tag": "Not Specified",
|
956
|
+
"Part Number": "Not Specified"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"record_id": "0x001C",
|
960
|
+
"size": "4",
|
961
|
+
"application_identifier": "Processor Information",
|
962
|
+
"Socket Designation": "CPU socket #24",
|
963
|
+
"Type": "Central Processor",
|
964
|
+
"Family": "Unknown",
|
965
|
+
"Manufacturer": "000000000000",
|
966
|
+
"ID": "00 00 00 00 00 00 00 00",
|
967
|
+
"Version": "Unknown Processor ",
|
968
|
+
"Voltage": "3.3 V",
|
969
|
+
"External Clock": "Unknown",
|
970
|
+
"Max Speed": "30000 MHz",
|
971
|
+
"Current Speed": "Unknown",
|
972
|
+
"Status": "Unpopulated",
|
973
|
+
"Upgrade": "ZIF Socket",
|
974
|
+
"L1 Cache Handle": "0x00C4",
|
975
|
+
"L2 Cache Handle": "0x00C5",
|
976
|
+
"L3 Cache Handle": "Not Provided",
|
977
|
+
"Serial Number": "Not Specified",
|
978
|
+
"Asset Tag": "Not Specified",
|
979
|
+
"Part Number": "Not Specified"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"record_id": "0x001D",
|
983
|
+
"size": "4",
|
984
|
+
"application_identifier": "Processor Information",
|
985
|
+
"Socket Designation": "CPU socket #25",
|
986
|
+
"Type": "Central Processor",
|
987
|
+
"Family": "Unknown",
|
988
|
+
"Manufacturer": "000000000000",
|
989
|
+
"ID": "00 00 00 00 00 00 00 00",
|
990
|
+
"Version": "Unknown Processor ",
|
991
|
+
"Voltage": "3.3 V",
|
992
|
+
"External Clock": "Unknown",
|
993
|
+
"Max Speed": "30000 MHz",
|
994
|
+
"Current Speed": "Unknown",
|
995
|
+
"Status": "Unpopulated",
|
996
|
+
"Upgrade": "ZIF Socket",
|
997
|
+
"L1 Cache Handle": "0x00C6",
|
998
|
+
"L2 Cache Handle": "0x00C7",
|
999
|
+
"L3 Cache Handle": "Not Provided",
|
1000
|
+
"Serial Number": "Not Specified",
|
1001
|
+
"Asset Tag": "Not Specified",
|
1002
|
+
"Part Number": "Not Specified"
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"record_id": "0x001E",
|
1006
|
+
"size": "4",
|
1007
|
+
"application_identifier": "Processor Information",
|
1008
|
+
"Socket Designation": "CPU socket #26",
|
1009
|
+
"Type": "Central Processor",
|
1010
|
+
"Family": "Unknown",
|
1011
|
+
"Manufacturer": "000000000000",
|
1012
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1013
|
+
"Version": "Unknown Processor ",
|
1014
|
+
"Voltage": "3.3 V",
|
1015
|
+
"External Clock": "Unknown",
|
1016
|
+
"Max Speed": "30000 MHz",
|
1017
|
+
"Current Speed": "Unknown",
|
1018
|
+
"Status": "Unpopulated",
|
1019
|
+
"Upgrade": "ZIF Socket",
|
1020
|
+
"L1 Cache Handle": "0x00C8",
|
1021
|
+
"L2 Cache Handle": "0x00C9",
|
1022
|
+
"L3 Cache Handle": "Not Provided",
|
1023
|
+
"Serial Number": "Not Specified",
|
1024
|
+
"Asset Tag": "Not Specified",
|
1025
|
+
"Part Number": "Not Specified"
|
1026
|
+
},
|
1027
|
+
{
|
1028
|
+
"record_id": "0x001F",
|
1029
|
+
"size": "4",
|
1030
|
+
"application_identifier": "Processor Information",
|
1031
|
+
"Socket Designation": "CPU socket #27",
|
1032
|
+
"Type": "Central Processor",
|
1033
|
+
"Family": "Unknown",
|
1034
|
+
"Manufacturer": "000000000000",
|
1035
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1036
|
+
"Version": "Unknown Processor ",
|
1037
|
+
"Voltage": "3.3 V",
|
1038
|
+
"External Clock": "Unknown",
|
1039
|
+
"Max Speed": "30000 MHz",
|
1040
|
+
"Current Speed": "Unknown",
|
1041
|
+
"Status": "Unpopulated",
|
1042
|
+
"Upgrade": "ZIF Socket",
|
1043
|
+
"L1 Cache Handle": "0x00CA",
|
1044
|
+
"L2 Cache Handle": "0x00CB",
|
1045
|
+
"L3 Cache Handle": "Not Provided",
|
1046
|
+
"Serial Number": "Not Specified",
|
1047
|
+
"Asset Tag": "Not Specified",
|
1048
|
+
"Part Number": "Not Specified"
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"record_id": "0x0020",
|
1052
|
+
"size": "4",
|
1053
|
+
"application_identifier": "Processor Information",
|
1054
|
+
"Socket Designation": "CPU socket #28",
|
1055
|
+
"Type": "Central Processor",
|
1056
|
+
"Family": "Unknown",
|
1057
|
+
"Manufacturer": "000000000000",
|
1058
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1059
|
+
"Version": "Unknown Processor ",
|
1060
|
+
"Voltage": "3.3 V",
|
1061
|
+
"External Clock": "Unknown",
|
1062
|
+
"Max Speed": "30000 MHz",
|
1063
|
+
"Current Speed": "Unknown",
|
1064
|
+
"Status": "Unpopulated",
|
1065
|
+
"Upgrade": "ZIF Socket",
|
1066
|
+
"L1 Cache Handle": "0x00CC",
|
1067
|
+
"L2 Cache Handle": "0x00CD",
|
1068
|
+
"L3 Cache Handle": "Not Provided",
|
1069
|
+
"Serial Number": "Not Specified",
|
1070
|
+
"Asset Tag": "Not Specified",
|
1071
|
+
"Part Number": "Not Specified"
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
"record_id": "0x0021",
|
1075
|
+
"size": "4",
|
1076
|
+
"application_identifier": "Processor Information",
|
1077
|
+
"Socket Designation": "CPU socket #29",
|
1078
|
+
"Type": "Central Processor",
|
1079
|
+
"Family": "Unknown",
|
1080
|
+
"Manufacturer": "000000000000",
|
1081
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1082
|
+
"Version": "Unknown Processor ",
|
1083
|
+
"Voltage": "3.3 V",
|
1084
|
+
"External Clock": "Unknown",
|
1085
|
+
"Max Speed": "30000 MHz",
|
1086
|
+
"Current Speed": "Unknown",
|
1087
|
+
"Status": "Unpopulated",
|
1088
|
+
"Upgrade": "ZIF Socket",
|
1089
|
+
"L1 Cache Handle": "0x00CE",
|
1090
|
+
"L2 Cache Handle": "0x00CF",
|
1091
|
+
"L3 Cache Handle": "Not Provided",
|
1092
|
+
"Serial Number": "Not Specified",
|
1093
|
+
"Asset Tag": "Not Specified",
|
1094
|
+
"Part Number": "Not Specified"
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"record_id": "0x0022",
|
1098
|
+
"size": "4",
|
1099
|
+
"application_identifier": "Processor Information",
|
1100
|
+
"Socket Designation": "CPU socket #30",
|
1101
|
+
"Type": "Central Processor",
|
1102
|
+
"Family": "Unknown",
|
1103
|
+
"Manufacturer": "000000000000",
|
1104
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1105
|
+
"Version": "Unknown Processor ",
|
1106
|
+
"Voltage": "3.3 V",
|
1107
|
+
"External Clock": "Unknown",
|
1108
|
+
"Max Speed": "30000 MHz",
|
1109
|
+
"Current Speed": "Unknown",
|
1110
|
+
"Status": "Unpopulated",
|
1111
|
+
"Upgrade": "ZIF Socket",
|
1112
|
+
"L1 Cache Handle": "0x00D0",
|
1113
|
+
"L2 Cache Handle": "0x00D1",
|
1114
|
+
"L3 Cache Handle": "Not Provided",
|
1115
|
+
"Serial Number": "Not Specified",
|
1116
|
+
"Asset Tag": "Not Specified",
|
1117
|
+
"Part Number": "Not Specified"
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
"record_id": "0x0023",
|
1121
|
+
"size": "4",
|
1122
|
+
"application_identifier": "Processor Information",
|
1123
|
+
"Socket Designation": "CPU socket #31",
|
1124
|
+
"Type": "Central Processor",
|
1125
|
+
"Family": "Unknown",
|
1126
|
+
"Manufacturer": "000000000000",
|
1127
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1128
|
+
"Version": "Unknown Processor ",
|
1129
|
+
"Voltage": "3.3 V",
|
1130
|
+
"External Clock": "Unknown",
|
1131
|
+
"Max Speed": "30000 MHz",
|
1132
|
+
"Current Speed": "Unknown",
|
1133
|
+
"Status": "Unpopulated",
|
1134
|
+
"Upgrade": "ZIF Socket",
|
1135
|
+
"L1 Cache Handle": "0x00D2",
|
1136
|
+
"L2 Cache Handle": "0x00D3",
|
1137
|
+
"L3 Cache Handle": "Not Provided",
|
1138
|
+
"Serial Number": "Not Specified",
|
1139
|
+
"Asset Tag": "Not Specified",
|
1140
|
+
"Part Number": "Not Specified"
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"record_id": "0x0024",
|
1144
|
+
"size": "4",
|
1145
|
+
"application_identifier": "Processor Information",
|
1146
|
+
"Socket Designation": "CPU socket #32",
|
1147
|
+
"Type": "Central Processor",
|
1148
|
+
"Family": "Unknown",
|
1149
|
+
"Manufacturer": "000000000000",
|
1150
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1151
|
+
"Version": "Unknown Processor ",
|
1152
|
+
"Voltage": "3.3 V",
|
1153
|
+
"External Clock": "Unknown",
|
1154
|
+
"Max Speed": "30000 MHz",
|
1155
|
+
"Current Speed": "Unknown",
|
1156
|
+
"Status": "Unpopulated",
|
1157
|
+
"Upgrade": "ZIF Socket",
|
1158
|
+
"L1 Cache Handle": "0x00D4",
|
1159
|
+
"L2 Cache Handle": "0x00D5",
|
1160
|
+
"L3 Cache Handle": "Not Provided",
|
1161
|
+
"Serial Number": "Not Specified",
|
1162
|
+
"Asset Tag": "Not Specified",
|
1163
|
+
"Part Number": "Not Specified"
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"record_id": "0x0025",
|
1167
|
+
"size": "4",
|
1168
|
+
"application_identifier": "Processor Information",
|
1169
|
+
"Socket Designation": "CPU socket #33",
|
1170
|
+
"Type": "Central Processor",
|
1171
|
+
"Family": "Unknown",
|
1172
|
+
"Manufacturer": "000000000000",
|
1173
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1174
|
+
"Version": "Unknown Processor ",
|
1175
|
+
"Voltage": "3.3 V",
|
1176
|
+
"External Clock": "Unknown",
|
1177
|
+
"Max Speed": "30000 MHz",
|
1178
|
+
"Current Speed": "Unknown",
|
1179
|
+
"Status": "Unpopulated",
|
1180
|
+
"Upgrade": "ZIF Socket",
|
1181
|
+
"L1 Cache Handle": "0x00D6",
|
1182
|
+
"L2 Cache Handle": "0x00D7",
|
1183
|
+
"L3 Cache Handle": "Not Provided",
|
1184
|
+
"Serial Number": "Not Specified",
|
1185
|
+
"Asset Tag": "Not Specified",
|
1186
|
+
"Part Number": "Not Specified"
|
1187
|
+
},
|
1188
|
+
{
|
1189
|
+
"record_id": "0x0026",
|
1190
|
+
"size": "4",
|
1191
|
+
"application_identifier": "Processor Information",
|
1192
|
+
"Socket Designation": "CPU socket #34",
|
1193
|
+
"Type": "Central Processor",
|
1194
|
+
"Family": "Unknown",
|
1195
|
+
"Manufacturer": "000000000000",
|
1196
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1197
|
+
"Version": "Unknown Processor ",
|
1198
|
+
"Voltage": "3.3 V",
|
1199
|
+
"External Clock": "Unknown",
|
1200
|
+
"Max Speed": "30000 MHz",
|
1201
|
+
"Current Speed": "Unknown",
|
1202
|
+
"Status": "Unpopulated",
|
1203
|
+
"Upgrade": "ZIF Socket",
|
1204
|
+
"L1 Cache Handle": "0x00D8",
|
1205
|
+
"L2 Cache Handle": "0x00D9",
|
1206
|
+
"L3 Cache Handle": "Not Provided",
|
1207
|
+
"Serial Number": "Not Specified",
|
1208
|
+
"Asset Tag": "Not Specified",
|
1209
|
+
"Part Number": "Not Specified"
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
"record_id": "0x0027",
|
1213
|
+
"size": "4",
|
1214
|
+
"application_identifier": "Processor Information",
|
1215
|
+
"Socket Designation": "CPU socket #35",
|
1216
|
+
"Type": "Central Processor",
|
1217
|
+
"Family": "Unknown",
|
1218
|
+
"Manufacturer": "000000000000",
|
1219
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1220
|
+
"Version": "Unknown Processor ",
|
1221
|
+
"Voltage": "3.3 V",
|
1222
|
+
"External Clock": "Unknown",
|
1223
|
+
"Max Speed": "30000 MHz",
|
1224
|
+
"Current Speed": "Unknown",
|
1225
|
+
"Status": "Unpopulated",
|
1226
|
+
"Upgrade": "ZIF Socket",
|
1227
|
+
"L1 Cache Handle": "0x00DA",
|
1228
|
+
"L2 Cache Handle": "0x00DB",
|
1229
|
+
"L3 Cache Handle": "Not Provided",
|
1230
|
+
"Serial Number": "Not Specified",
|
1231
|
+
"Asset Tag": "Not Specified",
|
1232
|
+
"Part Number": "Not Specified"
|
1233
|
+
},
|
1234
|
+
{
|
1235
|
+
"record_id": "0x0028",
|
1236
|
+
"size": "4",
|
1237
|
+
"application_identifier": "Processor Information",
|
1238
|
+
"Socket Designation": "CPU socket #36",
|
1239
|
+
"Type": "Central Processor",
|
1240
|
+
"Family": "Unknown",
|
1241
|
+
"Manufacturer": "000000000000",
|
1242
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1243
|
+
"Version": "Unknown Processor ",
|
1244
|
+
"Voltage": "3.3 V",
|
1245
|
+
"External Clock": "Unknown",
|
1246
|
+
"Max Speed": "30000 MHz",
|
1247
|
+
"Current Speed": "Unknown",
|
1248
|
+
"Status": "Unpopulated",
|
1249
|
+
"Upgrade": "ZIF Socket",
|
1250
|
+
"L1 Cache Handle": "0x00DC",
|
1251
|
+
"L2 Cache Handle": "0x00DD",
|
1252
|
+
"L3 Cache Handle": "Not Provided",
|
1253
|
+
"Serial Number": "Not Specified",
|
1254
|
+
"Asset Tag": "Not Specified",
|
1255
|
+
"Part Number": "Not Specified"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"record_id": "0x0029",
|
1259
|
+
"size": "4",
|
1260
|
+
"application_identifier": "Processor Information",
|
1261
|
+
"Socket Designation": "CPU socket #37",
|
1262
|
+
"Type": "Central Processor",
|
1263
|
+
"Family": "Unknown",
|
1264
|
+
"Manufacturer": "000000000000",
|
1265
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1266
|
+
"Version": "Unknown Processor ",
|
1267
|
+
"Voltage": "3.3 V",
|
1268
|
+
"External Clock": "Unknown",
|
1269
|
+
"Max Speed": "30000 MHz",
|
1270
|
+
"Current Speed": "Unknown",
|
1271
|
+
"Status": "Unpopulated",
|
1272
|
+
"Upgrade": "ZIF Socket",
|
1273
|
+
"L1 Cache Handle": "0x00DE",
|
1274
|
+
"L2 Cache Handle": "0x00DF",
|
1275
|
+
"L3 Cache Handle": "Not Provided",
|
1276
|
+
"Serial Number": "Not Specified",
|
1277
|
+
"Asset Tag": "Not Specified",
|
1278
|
+
"Part Number": "Not Specified"
|
1279
|
+
},
|
1280
|
+
{
|
1281
|
+
"record_id": "0x002A",
|
1282
|
+
"size": "4",
|
1283
|
+
"application_identifier": "Processor Information",
|
1284
|
+
"Socket Designation": "CPU socket #38",
|
1285
|
+
"Type": "Central Processor",
|
1286
|
+
"Family": "Unknown",
|
1287
|
+
"Manufacturer": "000000000000",
|
1288
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1289
|
+
"Version": "Unknown Processor ",
|
1290
|
+
"Voltage": "3.3 V",
|
1291
|
+
"External Clock": "Unknown",
|
1292
|
+
"Max Speed": "30000 MHz",
|
1293
|
+
"Current Speed": "Unknown",
|
1294
|
+
"Status": "Unpopulated",
|
1295
|
+
"Upgrade": "ZIF Socket",
|
1296
|
+
"L1 Cache Handle": "0x00E0",
|
1297
|
+
"L2 Cache Handle": "0x00E1",
|
1298
|
+
"L3 Cache Handle": "Not Provided",
|
1299
|
+
"Serial Number": "Not Specified",
|
1300
|
+
"Asset Tag": "Not Specified",
|
1301
|
+
"Part Number": "Not Specified"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"record_id": "0x002B",
|
1305
|
+
"size": "4",
|
1306
|
+
"application_identifier": "Processor Information",
|
1307
|
+
"Socket Designation": "CPU socket #39",
|
1308
|
+
"Type": "Central Processor",
|
1309
|
+
"Family": "Unknown",
|
1310
|
+
"Manufacturer": "000000000000",
|
1311
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1312
|
+
"Version": "Unknown Processor ",
|
1313
|
+
"Voltage": "3.3 V",
|
1314
|
+
"External Clock": "Unknown",
|
1315
|
+
"Max Speed": "30000 MHz",
|
1316
|
+
"Current Speed": "Unknown",
|
1317
|
+
"Status": "Unpopulated",
|
1318
|
+
"Upgrade": "ZIF Socket",
|
1319
|
+
"L1 Cache Handle": "0x00E2",
|
1320
|
+
"L2 Cache Handle": "0x00E3",
|
1321
|
+
"L3 Cache Handle": "Not Provided",
|
1322
|
+
"Serial Number": "Not Specified",
|
1323
|
+
"Asset Tag": "Not Specified",
|
1324
|
+
"Part Number": "Not Specified"
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"record_id": "0x002C",
|
1328
|
+
"size": "4",
|
1329
|
+
"application_identifier": "Processor Information",
|
1330
|
+
"Socket Designation": "CPU socket #40",
|
1331
|
+
"Type": "Central Processor",
|
1332
|
+
"Family": "Unknown",
|
1333
|
+
"Manufacturer": "000000000000",
|
1334
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1335
|
+
"Version": "Unknown Processor ",
|
1336
|
+
"Voltage": "3.3 V",
|
1337
|
+
"External Clock": "Unknown",
|
1338
|
+
"Max Speed": "30000 MHz",
|
1339
|
+
"Current Speed": "Unknown",
|
1340
|
+
"Status": "Unpopulated",
|
1341
|
+
"Upgrade": "ZIF Socket",
|
1342
|
+
"L1 Cache Handle": "0x00E4",
|
1343
|
+
"L2 Cache Handle": "0x00E5",
|
1344
|
+
"L3 Cache Handle": "Not Provided",
|
1345
|
+
"Serial Number": "Not Specified",
|
1346
|
+
"Asset Tag": "Not Specified",
|
1347
|
+
"Part Number": "Not Specified"
|
1348
|
+
},
|
1349
|
+
{
|
1350
|
+
"record_id": "0x002D",
|
1351
|
+
"size": "4",
|
1352
|
+
"application_identifier": "Processor Information",
|
1353
|
+
"Socket Designation": "CPU socket #41",
|
1354
|
+
"Type": "Central Processor",
|
1355
|
+
"Family": "Unknown",
|
1356
|
+
"Manufacturer": "000000000000",
|
1357
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1358
|
+
"Version": "Unknown Processor ",
|
1359
|
+
"Voltage": "3.3 V",
|
1360
|
+
"External Clock": "Unknown",
|
1361
|
+
"Max Speed": "30000 MHz",
|
1362
|
+
"Current Speed": "Unknown",
|
1363
|
+
"Status": "Unpopulated",
|
1364
|
+
"Upgrade": "ZIF Socket",
|
1365
|
+
"L1 Cache Handle": "0x00E6",
|
1366
|
+
"L2 Cache Handle": "0x00E7",
|
1367
|
+
"L3 Cache Handle": "Not Provided",
|
1368
|
+
"Serial Number": "Not Specified",
|
1369
|
+
"Asset Tag": "Not Specified",
|
1370
|
+
"Part Number": "Not Specified"
|
1371
|
+
},
|
1372
|
+
{
|
1373
|
+
"record_id": "0x002E",
|
1374
|
+
"size": "4",
|
1375
|
+
"application_identifier": "Processor Information",
|
1376
|
+
"Socket Designation": "CPU socket #42",
|
1377
|
+
"Type": "Central Processor",
|
1378
|
+
"Family": "Unknown",
|
1379
|
+
"Manufacturer": "000000000000",
|
1380
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1381
|
+
"Version": "Unknown Processor ",
|
1382
|
+
"Voltage": "3.3 V",
|
1383
|
+
"External Clock": "Unknown",
|
1384
|
+
"Max Speed": "30000 MHz",
|
1385
|
+
"Current Speed": "Unknown",
|
1386
|
+
"Status": "Unpopulated",
|
1387
|
+
"Upgrade": "ZIF Socket",
|
1388
|
+
"L1 Cache Handle": "0x00E8",
|
1389
|
+
"L2 Cache Handle": "0x00E9",
|
1390
|
+
"L3 Cache Handle": "Not Provided",
|
1391
|
+
"Serial Number": "Not Specified",
|
1392
|
+
"Asset Tag": "Not Specified",
|
1393
|
+
"Part Number": "Not Specified"
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"record_id": "0x002F",
|
1397
|
+
"size": "4",
|
1398
|
+
"application_identifier": "Processor Information",
|
1399
|
+
"Socket Designation": "CPU socket #43",
|
1400
|
+
"Type": "Central Processor",
|
1401
|
+
"Family": "Unknown",
|
1402
|
+
"Manufacturer": "000000000000",
|
1403
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1404
|
+
"Version": "Unknown Processor ",
|
1405
|
+
"Voltage": "3.3 V",
|
1406
|
+
"External Clock": "Unknown",
|
1407
|
+
"Max Speed": "30000 MHz",
|
1408
|
+
"Current Speed": "Unknown",
|
1409
|
+
"Status": "Unpopulated",
|
1410
|
+
"Upgrade": "ZIF Socket",
|
1411
|
+
"L1 Cache Handle": "0x00EA",
|
1412
|
+
"L2 Cache Handle": "0x00EB",
|
1413
|
+
"L3 Cache Handle": "Not Provided",
|
1414
|
+
"Serial Number": "Not Specified",
|
1415
|
+
"Asset Tag": "Not Specified",
|
1416
|
+
"Part Number": "Not Specified"
|
1417
|
+
},
|
1418
|
+
{
|
1419
|
+
"record_id": "0x0030",
|
1420
|
+
"size": "4",
|
1421
|
+
"application_identifier": "Processor Information",
|
1422
|
+
"Socket Designation": "CPU socket #44",
|
1423
|
+
"Type": "Central Processor",
|
1424
|
+
"Family": "Unknown",
|
1425
|
+
"Manufacturer": "000000000000",
|
1426
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1427
|
+
"Version": "Unknown Processor ",
|
1428
|
+
"Voltage": "3.3 V",
|
1429
|
+
"External Clock": "Unknown",
|
1430
|
+
"Max Speed": "30000 MHz",
|
1431
|
+
"Current Speed": "Unknown",
|
1432
|
+
"Status": "Unpopulated",
|
1433
|
+
"Upgrade": "ZIF Socket",
|
1434
|
+
"L1 Cache Handle": "0x00EC",
|
1435
|
+
"L2 Cache Handle": "0x00ED",
|
1436
|
+
"L3 Cache Handle": "Not Provided",
|
1437
|
+
"Serial Number": "Not Specified",
|
1438
|
+
"Asset Tag": "Not Specified",
|
1439
|
+
"Part Number": "Not Specified"
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"record_id": "0x0031",
|
1443
|
+
"size": "4",
|
1444
|
+
"application_identifier": "Processor Information",
|
1445
|
+
"Socket Designation": "CPU socket #45",
|
1446
|
+
"Type": "Central Processor",
|
1447
|
+
"Family": "Unknown",
|
1448
|
+
"Manufacturer": "000000000000",
|
1449
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1450
|
+
"Version": "Unknown Processor ",
|
1451
|
+
"Voltage": "3.3 V",
|
1452
|
+
"External Clock": "Unknown",
|
1453
|
+
"Max Speed": "30000 MHz",
|
1454
|
+
"Current Speed": "Unknown",
|
1455
|
+
"Status": "Unpopulated",
|
1456
|
+
"Upgrade": "ZIF Socket",
|
1457
|
+
"L1 Cache Handle": "0x00EE",
|
1458
|
+
"L2 Cache Handle": "0x00EF",
|
1459
|
+
"L3 Cache Handle": "Not Provided",
|
1460
|
+
"Serial Number": "Not Specified",
|
1461
|
+
"Asset Tag": "Not Specified",
|
1462
|
+
"Part Number": "Not Specified"
|
1463
|
+
},
|
1464
|
+
{
|
1465
|
+
"record_id": "0x0032",
|
1466
|
+
"size": "4",
|
1467
|
+
"application_identifier": "Processor Information",
|
1468
|
+
"Socket Designation": "CPU socket #46",
|
1469
|
+
"Type": "Central Processor",
|
1470
|
+
"Family": "Unknown",
|
1471
|
+
"Manufacturer": "000000000000",
|
1472
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1473
|
+
"Version": "Unknown Processor ",
|
1474
|
+
"Voltage": "3.3 V",
|
1475
|
+
"External Clock": "Unknown",
|
1476
|
+
"Max Speed": "30000 MHz",
|
1477
|
+
"Current Speed": "Unknown",
|
1478
|
+
"Status": "Unpopulated",
|
1479
|
+
"Upgrade": "ZIF Socket",
|
1480
|
+
"L1 Cache Handle": "0x00F0",
|
1481
|
+
"L2 Cache Handle": "0x00F1",
|
1482
|
+
"L3 Cache Handle": "Not Provided",
|
1483
|
+
"Serial Number": "Not Specified",
|
1484
|
+
"Asset Tag": "Not Specified",
|
1485
|
+
"Part Number": "Not Specified"
|
1486
|
+
},
|
1487
|
+
{
|
1488
|
+
"record_id": "0x0033",
|
1489
|
+
"size": "4",
|
1490
|
+
"application_identifier": "Processor Information",
|
1491
|
+
"Socket Designation": "CPU socket #47",
|
1492
|
+
"Type": "Central Processor",
|
1493
|
+
"Family": "Unknown",
|
1494
|
+
"Manufacturer": "000000000000",
|
1495
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1496
|
+
"Version": "Unknown Processor ",
|
1497
|
+
"Voltage": "3.3 V",
|
1498
|
+
"External Clock": "Unknown",
|
1499
|
+
"Max Speed": "30000 MHz",
|
1500
|
+
"Current Speed": "Unknown",
|
1501
|
+
"Status": "Unpopulated",
|
1502
|
+
"Upgrade": "ZIF Socket",
|
1503
|
+
"L1 Cache Handle": "0x00F2",
|
1504
|
+
"L2 Cache Handle": "0x00F3",
|
1505
|
+
"L3 Cache Handle": "Not Provided",
|
1506
|
+
"Serial Number": "Not Specified",
|
1507
|
+
"Asset Tag": "Not Specified",
|
1508
|
+
"Part Number": "Not Specified"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"record_id": "0x0034",
|
1512
|
+
"size": "4",
|
1513
|
+
"application_identifier": "Processor Information",
|
1514
|
+
"Socket Designation": "CPU socket #48",
|
1515
|
+
"Type": "Central Processor",
|
1516
|
+
"Family": "Unknown",
|
1517
|
+
"Manufacturer": "000000000000",
|
1518
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1519
|
+
"Version": "Unknown Processor ",
|
1520
|
+
"Voltage": "3.3 V",
|
1521
|
+
"External Clock": "Unknown",
|
1522
|
+
"Max Speed": "30000 MHz",
|
1523
|
+
"Current Speed": "Unknown",
|
1524
|
+
"Status": "Unpopulated",
|
1525
|
+
"Upgrade": "ZIF Socket",
|
1526
|
+
"L1 Cache Handle": "0x00F4",
|
1527
|
+
"L2 Cache Handle": "0x00F5",
|
1528
|
+
"L3 Cache Handle": "Not Provided",
|
1529
|
+
"Serial Number": "Not Specified",
|
1530
|
+
"Asset Tag": "Not Specified",
|
1531
|
+
"Part Number": "Not Specified"
|
1532
|
+
},
|
1533
|
+
{
|
1534
|
+
"record_id": "0x0035",
|
1535
|
+
"size": "4",
|
1536
|
+
"application_identifier": "Processor Information",
|
1537
|
+
"Socket Designation": "CPU socket #49",
|
1538
|
+
"Type": "Central Processor",
|
1539
|
+
"Family": "Unknown",
|
1540
|
+
"Manufacturer": "000000000000",
|
1541
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1542
|
+
"Version": "Unknown Processor ",
|
1543
|
+
"Voltage": "3.3 V",
|
1544
|
+
"External Clock": "Unknown",
|
1545
|
+
"Max Speed": "30000 MHz",
|
1546
|
+
"Current Speed": "Unknown",
|
1547
|
+
"Status": "Unpopulated",
|
1548
|
+
"Upgrade": "ZIF Socket",
|
1549
|
+
"L1 Cache Handle": "0x00F6",
|
1550
|
+
"L2 Cache Handle": "0x00F7",
|
1551
|
+
"L3 Cache Handle": "Not Provided",
|
1552
|
+
"Serial Number": "Not Specified",
|
1553
|
+
"Asset Tag": "Not Specified",
|
1554
|
+
"Part Number": "Not Specified"
|
1555
|
+
},
|
1556
|
+
{
|
1557
|
+
"record_id": "0x0036",
|
1558
|
+
"size": "4",
|
1559
|
+
"application_identifier": "Processor Information",
|
1560
|
+
"Socket Designation": "CPU socket #50",
|
1561
|
+
"Type": "Central Processor",
|
1562
|
+
"Family": "Unknown",
|
1563
|
+
"Manufacturer": "000000000000",
|
1564
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1565
|
+
"Version": "Unknown Processor ",
|
1566
|
+
"Voltage": "3.3 V",
|
1567
|
+
"External Clock": "Unknown",
|
1568
|
+
"Max Speed": "30000 MHz",
|
1569
|
+
"Current Speed": "Unknown",
|
1570
|
+
"Status": "Unpopulated",
|
1571
|
+
"Upgrade": "ZIF Socket",
|
1572
|
+
"L1 Cache Handle": "0x00F8",
|
1573
|
+
"L2 Cache Handle": "0x00F9",
|
1574
|
+
"L3 Cache Handle": "Not Provided",
|
1575
|
+
"Serial Number": "Not Specified",
|
1576
|
+
"Asset Tag": "Not Specified",
|
1577
|
+
"Part Number": "Not Specified"
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"record_id": "0x0037",
|
1581
|
+
"size": "4",
|
1582
|
+
"application_identifier": "Processor Information",
|
1583
|
+
"Socket Designation": "CPU socket #51",
|
1584
|
+
"Type": "Central Processor",
|
1585
|
+
"Family": "Unknown",
|
1586
|
+
"Manufacturer": "000000000000",
|
1587
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1588
|
+
"Version": "Unknown Processor ",
|
1589
|
+
"Voltage": "3.3 V",
|
1590
|
+
"External Clock": "Unknown",
|
1591
|
+
"Max Speed": "30000 MHz",
|
1592
|
+
"Current Speed": "Unknown",
|
1593
|
+
"Status": "Unpopulated",
|
1594
|
+
"Upgrade": "ZIF Socket",
|
1595
|
+
"L1 Cache Handle": "0x00FA",
|
1596
|
+
"L2 Cache Handle": "0x00FB",
|
1597
|
+
"L3 Cache Handle": "Not Provided",
|
1598
|
+
"Serial Number": "Not Specified",
|
1599
|
+
"Asset Tag": "Not Specified",
|
1600
|
+
"Part Number": "Not Specified"
|
1601
|
+
},
|
1602
|
+
{
|
1603
|
+
"record_id": "0x0038",
|
1604
|
+
"size": "4",
|
1605
|
+
"application_identifier": "Processor Information",
|
1606
|
+
"Socket Designation": "CPU socket #52",
|
1607
|
+
"Type": "Central Processor",
|
1608
|
+
"Family": "Unknown",
|
1609
|
+
"Manufacturer": "000000000000",
|
1610
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1611
|
+
"Version": "Unknown Processor ",
|
1612
|
+
"Voltage": "3.3 V",
|
1613
|
+
"External Clock": "Unknown",
|
1614
|
+
"Max Speed": "30000 MHz",
|
1615
|
+
"Current Speed": "Unknown",
|
1616
|
+
"Status": "Unpopulated",
|
1617
|
+
"Upgrade": "ZIF Socket",
|
1618
|
+
"L1 Cache Handle": "0x00FC",
|
1619
|
+
"L2 Cache Handle": "0x00FD",
|
1620
|
+
"L3 Cache Handle": "Not Provided",
|
1621
|
+
"Serial Number": "Not Specified",
|
1622
|
+
"Asset Tag": "Not Specified",
|
1623
|
+
"Part Number": "Not Specified"
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"record_id": "0x0039",
|
1627
|
+
"size": "4",
|
1628
|
+
"application_identifier": "Processor Information",
|
1629
|
+
"Socket Designation": "CPU socket #53",
|
1630
|
+
"Type": "Central Processor",
|
1631
|
+
"Family": "Unknown",
|
1632
|
+
"Manufacturer": "000000000000",
|
1633
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1634
|
+
"Version": "Unknown Processor ",
|
1635
|
+
"Voltage": "3.3 V",
|
1636
|
+
"External Clock": "Unknown",
|
1637
|
+
"Max Speed": "30000 MHz",
|
1638
|
+
"Current Speed": "Unknown",
|
1639
|
+
"Status": "Unpopulated",
|
1640
|
+
"Upgrade": "ZIF Socket",
|
1641
|
+
"L1 Cache Handle": "0x00FE",
|
1642
|
+
"L2 Cache Handle": "0x00FF",
|
1643
|
+
"L3 Cache Handle": "Not Provided",
|
1644
|
+
"Serial Number": "Not Specified",
|
1645
|
+
"Asset Tag": "Not Specified",
|
1646
|
+
"Part Number": "Not Specified"
|
1647
|
+
},
|
1648
|
+
{
|
1649
|
+
"record_id": "0x003A",
|
1650
|
+
"size": "4",
|
1651
|
+
"application_identifier": "Processor Information",
|
1652
|
+
"Socket Designation": "CPU socket #54",
|
1653
|
+
"Type": "Central Processor",
|
1654
|
+
"Family": "Unknown",
|
1655
|
+
"Manufacturer": "000000000000",
|
1656
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1657
|
+
"Version": "Unknown Processor ",
|
1658
|
+
"Voltage": "3.3 V",
|
1659
|
+
"External Clock": "Unknown",
|
1660
|
+
"Max Speed": "30000 MHz",
|
1661
|
+
"Current Speed": "Unknown",
|
1662
|
+
"Status": "Unpopulated",
|
1663
|
+
"Upgrade": "ZIF Socket",
|
1664
|
+
"L1 Cache Handle": "0x0100",
|
1665
|
+
"L2 Cache Handle": "0x0101",
|
1666
|
+
"L3 Cache Handle": "Not Provided",
|
1667
|
+
"Serial Number": "Not Specified",
|
1668
|
+
"Asset Tag": "Not Specified",
|
1669
|
+
"Part Number": "Not Specified"
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"record_id": "0x003B",
|
1673
|
+
"size": "4",
|
1674
|
+
"application_identifier": "Processor Information",
|
1675
|
+
"Socket Designation": "CPU socket #55",
|
1676
|
+
"Type": "Central Processor",
|
1677
|
+
"Family": "Unknown",
|
1678
|
+
"Manufacturer": "000000000000",
|
1679
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1680
|
+
"Version": "Unknown Processor ",
|
1681
|
+
"Voltage": "3.3 V",
|
1682
|
+
"External Clock": "Unknown",
|
1683
|
+
"Max Speed": "30000 MHz",
|
1684
|
+
"Current Speed": "Unknown",
|
1685
|
+
"Status": "Unpopulated",
|
1686
|
+
"Upgrade": "ZIF Socket",
|
1687
|
+
"L1 Cache Handle": "0x0102",
|
1688
|
+
"L2 Cache Handle": "0x0103",
|
1689
|
+
"L3 Cache Handle": "Not Provided",
|
1690
|
+
"Serial Number": "Not Specified",
|
1691
|
+
"Asset Tag": "Not Specified",
|
1692
|
+
"Part Number": "Not Specified"
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"record_id": "0x003C",
|
1696
|
+
"size": "4",
|
1697
|
+
"application_identifier": "Processor Information",
|
1698
|
+
"Socket Designation": "CPU socket #56",
|
1699
|
+
"Type": "Central Processor",
|
1700
|
+
"Family": "Unknown",
|
1701
|
+
"Manufacturer": "000000000000",
|
1702
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1703
|
+
"Version": "Unknown Processor ",
|
1704
|
+
"Voltage": "3.3 V",
|
1705
|
+
"External Clock": "Unknown",
|
1706
|
+
"Max Speed": "30000 MHz",
|
1707
|
+
"Current Speed": "Unknown",
|
1708
|
+
"Status": "Unpopulated",
|
1709
|
+
"Upgrade": "ZIF Socket",
|
1710
|
+
"L1 Cache Handle": "0x0104",
|
1711
|
+
"L2 Cache Handle": "0x0105",
|
1712
|
+
"L3 Cache Handle": "Not Provided",
|
1713
|
+
"Serial Number": "Not Specified",
|
1714
|
+
"Asset Tag": "Not Specified",
|
1715
|
+
"Part Number": "Not Specified"
|
1716
|
+
},
|
1717
|
+
{
|
1718
|
+
"record_id": "0x003D",
|
1719
|
+
"size": "4",
|
1720
|
+
"application_identifier": "Processor Information",
|
1721
|
+
"Socket Designation": "CPU socket #57",
|
1722
|
+
"Type": "Central Processor",
|
1723
|
+
"Family": "Unknown",
|
1724
|
+
"Manufacturer": "000000000000",
|
1725
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1726
|
+
"Version": "Unknown Processor ",
|
1727
|
+
"Voltage": "3.3 V",
|
1728
|
+
"External Clock": "Unknown",
|
1729
|
+
"Max Speed": "30000 MHz",
|
1730
|
+
"Current Speed": "Unknown",
|
1731
|
+
"Status": "Unpopulated",
|
1732
|
+
"Upgrade": "ZIF Socket",
|
1733
|
+
"L1 Cache Handle": "0x0106",
|
1734
|
+
"L2 Cache Handle": "0x0107",
|
1735
|
+
"L3 Cache Handle": "Not Provided",
|
1736
|
+
"Serial Number": "Not Specified",
|
1737
|
+
"Asset Tag": "Not Specified",
|
1738
|
+
"Part Number": "Not Specified"
|
1739
|
+
},
|
1740
|
+
{
|
1741
|
+
"record_id": "0x003E",
|
1742
|
+
"size": "4",
|
1743
|
+
"application_identifier": "Processor Information",
|
1744
|
+
"Socket Designation": "CPU socket #58",
|
1745
|
+
"Type": "Central Processor",
|
1746
|
+
"Family": "Unknown",
|
1747
|
+
"Manufacturer": "000000000000",
|
1748
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1749
|
+
"Version": "Unknown Processor ",
|
1750
|
+
"Voltage": "3.3 V",
|
1751
|
+
"External Clock": "Unknown",
|
1752
|
+
"Max Speed": "30000 MHz",
|
1753
|
+
"Current Speed": "Unknown",
|
1754
|
+
"Status": "Unpopulated",
|
1755
|
+
"Upgrade": "ZIF Socket",
|
1756
|
+
"L1 Cache Handle": "0x0108",
|
1757
|
+
"L2 Cache Handle": "0x0109",
|
1758
|
+
"L3 Cache Handle": "Not Provided",
|
1759
|
+
"Serial Number": "Not Specified",
|
1760
|
+
"Asset Tag": "Not Specified",
|
1761
|
+
"Part Number": "Not Specified"
|
1762
|
+
},
|
1763
|
+
{
|
1764
|
+
"record_id": "0x003F",
|
1765
|
+
"size": "4",
|
1766
|
+
"application_identifier": "Processor Information",
|
1767
|
+
"Socket Designation": "CPU socket #59",
|
1768
|
+
"Type": "Central Processor",
|
1769
|
+
"Family": "Unknown",
|
1770
|
+
"Manufacturer": "000000000000",
|
1771
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1772
|
+
"Version": "Unknown Processor ",
|
1773
|
+
"Voltage": "3.3 V",
|
1774
|
+
"External Clock": "Unknown",
|
1775
|
+
"Max Speed": "30000 MHz",
|
1776
|
+
"Current Speed": "Unknown",
|
1777
|
+
"Status": "Unpopulated",
|
1778
|
+
"Upgrade": "ZIF Socket",
|
1779
|
+
"L1 Cache Handle": "0x010A",
|
1780
|
+
"L2 Cache Handle": "0x010B",
|
1781
|
+
"L3 Cache Handle": "Not Provided",
|
1782
|
+
"Serial Number": "Not Specified",
|
1783
|
+
"Asset Tag": "Not Specified",
|
1784
|
+
"Part Number": "Not Specified"
|
1785
|
+
},
|
1786
|
+
{
|
1787
|
+
"record_id": "0x0040",
|
1788
|
+
"size": "4",
|
1789
|
+
"application_identifier": "Processor Information",
|
1790
|
+
"Socket Designation": "CPU socket #60",
|
1791
|
+
"Type": "Central Processor",
|
1792
|
+
"Family": "Unknown",
|
1793
|
+
"Manufacturer": "000000000000",
|
1794
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1795
|
+
"Version": "Unknown Processor ",
|
1796
|
+
"Voltage": "3.3 V",
|
1797
|
+
"External Clock": "Unknown",
|
1798
|
+
"Max Speed": "30000 MHz",
|
1799
|
+
"Current Speed": "Unknown",
|
1800
|
+
"Status": "Unpopulated",
|
1801
|
+
"Upgrade": "ZIF Socket",
|
1802
|
+
"L1 Cache Handle": "0x010C",
|
1803
|
+
"L2 Cache Handle": "0x010D",
|
1804
|
+
"L3 Cache Handle": "Not Provided",
|
1805
|
+
"Serial Number": "Not Specified",
|
1806
|
+
"Asset Tag": "Not Specified",
|
1807
|
+
"Part Number": "Not Specified"
|
1808
|
+
},
|
1809
|
+
{
|
1810
|
+
"record_id": "0x0041",
|
1811
|
+
"size": "4",
|
1812
|
+
"application_identifier": "Processor Information",
|
1813
|
+
"Socket Designation": "CPU socket #61",
|
1814
|
+
"Type": "Central Processor",
|
1815
|
+
"Family": "Unknown",
|
1816
|
+
"Manufacturer": "000000000000",
|
1817
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1818
|
+
"Version": "Unknown Processor ",
|
1819
|
+
"Voltage": "3.3 V",
|
1820
|
+
"External Clock": "Unknown",
|
1821
|
+
"Max Speed": "30000 MHz",
|
1822
|
+
"Current Speed": "Unknown",
|
1823
|
+
"Status": "Unpopulated",
|
1824
|
+
"Upgrade": "ZIF Socket",
|
1825
|
+
"L1 Cache Handle": "0x010E",
|
1826
|
+
"L2 Cache Handle": "0x010F",
|
1827
|
+
"L3 Cache Handle": "Not Provided",
|
1828
|
+
"Serial Number": "Not Specified",
|
1829
|
+
"Asset Tag": "Not Specified",
|
1830
|
+
"Part Number": "Not Specified"
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"record_id": "0x0042",
|
1834
|
+
"size": "4",
|
1835
|
+
"application_identifier": "Processor Information",
|
1836
|
+
"Socket Designation": "CPU socket #62",
|
1837
|
+
"Type": "Central Processor",
|
1838
|
+
"Family": "Unknown",
|
1839
|
+
"Manufacturer": "000000000000",
|
1840
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1841
|
+
"Version": "Unknown Processor ",
|
1842
|
+
"Voltage": "3.3 V",
|
1843
|
+
"External Clock": "Unknown",
|
1844
|
+
"Max Speed": "30000 MHz",
|
1845
|
+
"Current Speed": "Unknown",
|
1846
|
+
"Status": "Unpopulated",
|
1847
|
+
"Upgrade": "ZIF Socket",
|
1848
|
+
"L1 Cache Handle": "0x0110",
|
1849
|
+
"L2 Cache Handle": "0x0111",
|
1850
|
+
"L3 Cache Handle": "Not Provided",
|
1851
|
+
"Serial Number": "Not Specified",
|
1852
|
+
"Asset Tag": "Not Specified",
|
1853
|
+
"Part Number": "Not Specified"
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"record_id": "0x0043",
|
1857
|
+
"size": "4",
|
1858
|
+
"application_identifier": "Processor Information",
|
1859
|
+
"Socket Designation": "CPU socket #63",
|
1860
|
+
"Type": "Central Processor",
|
1861
|
+
"Family": "Unknown",
|
1862
|
+
"Manufacturer": "000000000000",
|
1863
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1864
|
+
"Version": "Unknown Processor ",
|
1865
|
+
"Voltage": "3.3 V",
|
1866
|
+
"External Clock": "Unknown",
|
1867
|
+
"Max Speed": "30000 MHz",
|
1868
|
+
"Current Speed": "Unknown",
|
1869
|
+
"Status": "Unpopulated",
|
1870
|
+
"Upgrade": "ZIF Socket",
|
1871
|
+
"L1 Cache Handle": "0x0112",
|
1872
|
+
"L2 Cache Handle": "0x0113",
|
1873
|
+
"L3 Cache Handle": "Not Provided",
|
1874
|
+
"Serial Number": "Not Specified",
|
1875
|
+
"Asset Tag": "Not Specified",
|
1876
|
+
"Part Number": "Not Specified"
|
1877
|
+
},
|
1878
|
+
{
|
1879
|
+
"record_id": "0x0044",
|
1880
|
+
"size": "4",
|
1881
|
+
"application_identifier": "Processor Information",
|
1882
|
+
"Socket Designation": "CPU socket #64",
|
1883
|
+
"Type": "Central Processor",
|
1884
|
+
"Family": "Unknown",
|
1885
|
+
"Manufacturer": "000000000000",
|
1886
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1887
|
+
"Version": "Unknown Processor ",
|
1888
|
+
"Voltage": "3.3 V",
|
1889
|
+
"External Clock": "Unknown",
|
1890
|
+
"Max Speed": "30000 MHz",
|
1891
|
+
"Current Speed": "Unknown",
|
1892
|
+
"Status": "Unpopulated",
|
1893
|
+
"Upgrade": "ZIF Socket",
|
1894
|
+
"L1 Cache Handle": "0x0114",
|
1895
|
+
"L2 Cache Handle": "0x0115",
|
1896
|
+
"L3 Cache Handle": "Not Provided",
|
1897
|
+
"Serial Number": "Not Specified",
|
1898
|
+
"Asset Tag": "Not Specified",
|
1899
|
+
"Part Number": "Not Specified"
|
1900
|
+
},
|
1901
|
+
{
|
1902
|
+
"record_id": "0x0045",
|
1903
|
+
"size": "4",
|
1904
|
+
"application_identifier": "Processor Information",
|
1905
|
+
"Socket Designation": "CPU socket #65",
|
1906
|
+
"Type": "Central Processor",
|
1907
|
+
"Family": "Unknown",
|
1908
|
+
"Manufacturer": "000000000000",
|
1909
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1910
|
+
"Version": "Unknown Processor ",
|
1911
|
+
"Voltage": "3.3 V",
|
1912
|
+
"External Clock": "Unknown",
|
1913
|
+
"Max Speed": "30000 MHz",
|
1914
|
+
"Current Speed": "Unknown",
|
1915
|
+
"Status": "Unpopulated",
|
1916
|
+
"Upgrade": "ZIF Socket",
|
1917
|
+
"L1 Cache Handle": "0x0116",
|
1918
|
+
"L2 Cache Handle": "0x0117",
|
1919
|
+
"L3 Cache Handle": "Not Provided",
|
1920
|
+
"Serial Number": "Not Specified",
|
1921
|
+
"Asset Tag": "Not Specified",
|
1922
|
+
"Part Number": "Not Specified"
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"record_id": "0x0046",
|
1926
|
+
"size": "4",
|
1927
|
+
"application_identifier": "Processor Information",
|
1928
|
+
"Socket Designation": "CPU socket #66",
|
1929
|
+
"Type": "Central Processor",
|
1930
|
+
"Family": "Unknown",
|
1931
|
+
"Manufacturer": "000000000000",
|
1932
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1933
|
+
"Version": "Unknown Processor ",
|
1934
|
+
"Voltage": "3.3 V",
|
1935
|
+
"External Clock": "Unknown",
|
1936
|
+
"Max Speed": "30000 MHz",
|
1937
|
+
"Current Speed": "Unknown",
|
1938
|
+
"Status": "Unpopulated",
|
1939
|
+
"Upgrade": "ZIF Socket",
|
1940
|
+
"L1 Cache Handle": "0x0118",
|
1941
|
+
"L2 Cache Handle": "0x0119",
|
1942
|
+
"L3 Cache Handle": "Not Provided",
|
1943
|
+
"Serial Number": "Not Specified",
|
1944
|
+
"Asset Tag": "Not Specified",
|
1945
|
+
"Part Number": "Not Specified"
|
1946
|
+
},
|
1947
|
+
{
|
1948
|
+
"record_id": "0x0047",
|
1949
|
+
"size": "4",
|
1950
|
+
"application_identifier": "Processor Information",
|
1951
|
+
"Socket Designation": "CPU socket #67",
|
1952
|
+
"Type": "Central Processor",
|
1953
|
+
"Family": "Unknown",
|
1954
|
+
"Manufacturer": "000000000000",
|
1955
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1956
|
+
"Version": "Unknown Processor ",
|
1957
|
+
"Voltage": "3.3 V",
|
1958
|
+
"External Clock": "Unknown",
|
1959
|
+
"Max Speed": "30000 MHz",
|
1960
|
+
"Current Speed": "Unknown",
|
1961
|
+
"Status": "Unpopulated",
|
1962
|
+
"Upgrade": "ZIF Socket",
|
1963
|
+
"L1 Cache Handle": "0x011A",
|
1964
|
+
"L2 Cache Handle": "0x011B",
|
1965
|
+
"L3 Cache Handle": "Not Provided",
|
1966
|
+
"Serial Number": "Not Specified",
|
1967
|
+
"Asset Tag": "Not Specified",
|
1968
|
+
"Part Number": "Not Specified"
|
1969
|
+
},
|
1970
|
+
{
|
1971
|
+
"record_id": "0x0048",
|
1972
|
+
"size": "4",
|
1973
|
+
"application_identifier": "Processor Information",
|
1974
|
+
"Socket Designation": "CPU socket #68",
|
1975
|
+
"Type": "Central Processor",
|
1976
|
+
"Family": "Unknown",
|
1977
|
+
"Manufacturer": "000000000000",
|
1978
|
+
"ID": "00 00 00 00 00 00 00 00",
|
1979
|
+
"Version": "Unknown Processor ",
|
1980
|
+
"Voltage": "3.3 V",
|
1981
|
+
"External Clock": "Unknown",
|
1982
|
+
"Max Speed": "30000 MHz",
|
1983
|
+
"Current Speed": "Unknown",
|
1984
|
+
"Status": "Unpopulated",
|
1985
|
+
"Upgrade": "ZIF Socket",
|
1986
|
+
"L1 Cache Handle": "0x011C",
|
1987
|
+
"L2 Cache Handle": "0x011D",
|
1988
|
+
"L3 Cache Handle": "Not Provided",
|
1989
|
+
"Serial Number": "Not Specified",
|
1990
|
+
"Asset Tag": "Not Specified",
|
1991
|
+
"Part Number": "Not Specified"
|
1992
|
+
},
|
1993
|
+
{
|
1994
|
+
"record_id": "0x0049",
|
1995
|
+
"size": "4",
|
1996
|
+
"application_identifier": "Processor Information",
|
1997
|
+
"Socket Designation": "CPU socket #69",
|
1998
|
+
"Type": "Central Processor",
|
1999
|
+
"Family": "Unknown",
|
2000
|
+
"Manufacturer": "000000000000",
|
2001
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2002
|
+
"Version": "Unknown Processor ",
|
2003
|
+
"Voltage": "3.3 V",
|
2004
|
+
"External Clock": "Unknown",
|
2005
|
+
"Max Speed": "30000 MHz",
|
2006
|
+
"Current Speed": "Unknown",
|
2007
|
+
"Status": "Unpopulated",
|
2008
|
+
"Upgrade": "ZIF Socket",
|
2009
|
+
"L1 Cache Handle": "0x011E",
|
2010
|
+
"L2 Cache Handle": "0x011F",
|
2011
|
+
"L3 Cache Handle": "Not Provided",
|
2012
|
+
"Serial Number": "Not Specified",
|
2013
|
+
"Asset Tag": "Not Specified",
|
2014
|
+
"Part Number": "Not Specified"
|
2015
|
+
},
|
2016
|
+
{
|
2017
|
+
"record_id": "0x004A",
|
2018
|
+
"size": "4",
|
2019
|
+
"application_identifier": "Processor Information",
|
2020
|
+
"Socket Designation": "CPU socket #70",
|
2021
|
+
"Type": "Central Processor",
|
2022
|
+
"Family": "Unknown",
|
2023
|
+
"Manufacturer": "000000000000",
|
2024
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2025
|
+
"Version": "Unknown Processor ",
|
2026
|
+
"Voltage": "3.3 V",
|
2027
|
+
"External Clock": "Unknown",
|
2028
|
+
"Max Speed": "30000 MHz",
|
2029
|
+
"Current Speed": "Unknown",
|
2030
|
+
"Status": "Unpopulated",
|
2031
|
+
"Upgrade": "ZIF Socket",
|
2032
|
+
"L1 Cache Handle": "0x0120",
|
2033
|
+
"L2 Cache Handle": "0x0121",
|
2034
|
+
"L3 Cache Handle": "Not Provided",
|
2035
|
+
"Serial Number": "Not Specified",
|
2036
|
+
"Asset Tag": "Not Specified",
|
2037
|
+
"Part Number": "Not Specified"
|
2038
|
+
},
|
2039
|
+
{
|
2040
|
+
"record_id": "0x004B",
|
2041
|
+
"size": "4",
|
2042
|
+
"application_identifier": "Processor Information",
|
2043
|
+
"Socket Designation": "CPU socket #71",
|
2044
|
+
"Type": "Central Processor",
|
2045
|
+
"Family": "Unknown",
|
2046
|
+
"Manufacturer": "000000000000",
|
2047
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2048
|
+
"Version": "Unknown Processor ",
|
2049
|
+
"Voltage": "3.3 V",
|
2050
|
+
"External Clock": "Unknown",
|
2051
|
+
"Max Speed": "30000 MHz",
|
2052
|
+
"Current Speed": "Unknown",
|
2053
|
+
"Status": "Unpopulated",
|
2054
|
+
"Upgrade": "ZIF Socket",
|
2055
|
+
"L1 Cache Handle": "0x0122",
|
2056
|
+
"L2 Cache Handle": "0x0123",
|
2057
|
+
"L3 Cache Handle": "Not Provided",
|
2058
|
+
"Serial Number": "Not Specified",
|
2059
|
+
"Asset Tag": "Not Specified",
|
2060
|
+
"Part Number": "Not Specified"
|
2061
|
+
},
|
2062
|
+
{
|
2063
|
+
"record_id": "0x004C",
|
2064
|
+
"size": "4",
|
2065
|
+
"application_identifier": "Processor Information",
|
2066
|
+
"Socket Designation": "CPU socket #72",
|
2067
|
+
"Type": "Central Processor",
|
2068
|
+
"Family": "Unknown",
|
2069
|
+
"Manufacturer": "000000000000",
|
2070
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2071
|
+
"Version": "Unknown Processor ",
|
2072
|
+
"Voltage": "3.3 V",
|
2073
|
+
"External Clock": "Unknown",
|
2074
|
+
"Max Speed": "30000 MHz",
|
2075
|
+
"Current Speed": "Unknown",
|
2076
|
+
"Status": "Unpopulated",
|
2077
|
+
"Upgrade": "ZIF Socket",
|
2078
|
+
"L1 Cache Handle": "0x0124",
|
2079
|
+
"L2 Cache Handle": "0x0125",
|
2080
|
+
"L3 Cache Handle": "Not Provided",
|
2081
|
+
"Serial Number": "Not Specified",
|
2082
|
+
"Asset Tag": "Not Specified",
|
2083
|
+
"Part Number": "Not Specified"
|
2084
|
+
},
|
2085
|
+
{
|
2086
|
+
"record_id": "0x004D",
|
2087
|
+
"size": "4",
|
2088
|
+
"application_identifier": "Processor Information",
|
2089
|
+
"Socket Designation": "CPU socket #73",
|
2090
|
+
"Type": "Central Processor",
|
2091
|
+
"Family": "Unknown",
|
2092
|
+
"Manufacturer": "000000000000",
|
2093
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2094
|
+
"Version": "Unknown Processor ",
|
2095
|
+
"Voltage": "3.3 V",
|
2096
|
+
"External Clock": "Unknown",
|
2097
|
+
"Max Speed": "30000 MHz",
|
2098
|
+
"Current Speed": "Unknown",
|
2099
|
+
"Status": "Unpopulated",
|
2100
|
+
"Upgrade": "ZIF Socket",
|
2101
|
+
"L1 Cache Handle": "0x0126",
|
2102
|
+
"L2 Cache Handle": "0x0127",
|
2103
|
+
"L3 Cache Handle": "Not Provided",
|
2104
|
+
"Serial Number": "Not Specified",
|
2105
|
+
"Asset Tag": "Not Specified",
|
2106
|
+
"Part Number": "Not Specified"
|
2107
|
+
},
|
2108
|
+
{
|
2109
|
+
"record_id": "0x004E",
|
2110
|
+
"size": "4",
|
2111
|
+
"application_identifier": "Processor Information",
|
2112
|
+
"Socket Designation": "CPU socket #74",
|
2113
|
+
"Type": "Central Processor",
|
2114
|
+
"Family": "Unknown",
|
2115
|
+
"Manufacturer": "000000000000",
|
2116
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2117
|
+
"Version": "Unknown Processor ",
|
2118
|
+
"Voltage": "3.3 V",
|
2119
|
+
"External Clock": "Unknown",
|
2120
|
+
"Max Speed": "30000 MHz",
|
2121
|
+
"Current Speed": "Unknown",
|
2122
|
+
"Status": "Unpopulated",
|
2123
|
+
"Upgrade": "ZIF Socket",
|
2124
|
+
"L1 Cache Handle": "0x0128",
|
2125
|
+
"L2 Cache Handle": "0x0129",
|
2126
|
+
"L3 Cache Handle": "Not Provided",
|
2127
|
+
"Serial Number": "Not Specified",
|
2128
|
+
"Asset Tag": "Not Specified",
|
2129
|
+
"Part Number": "Not Specified"
|
2130
|
+
},
|
2131
|
+
{
|
2132
|
+
"record_id": "0x004F",
|
2133
|
+
"size": "4",
|
2134
|
+
"application_identifier": "Processor Information",
|
2135
|
+
"Socket Designation": "CPU socket #75",
|
2136
|
+
"Type": "Central Processor",
|
2137
|
+
"Family": "Unknown",
|
2138
|
+
"Manufacturer": "000000000000",
|
2139
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2140
|
+
"Version": "Unknown Processor ",
|
2141
|
+
"Voltage": "3.3 V",
|
2142
|
+
"External Clock": "Unknown",
|
2143
|
+
"Max Speed": "30000 MHz",
|
2144
|
+
"Current Speed": "Unknown",
|
2145
|
+
"Status": "Unpopulated",
|
2146
|
+
"Upgrade": "ZIF Socket",
|
2147
|
+
"L1 Cache Handle": "0x012A",
|
2148
|
+
"L2 Cache Handle": "0x012B",
|
2149
|
+
"L3 Cache Handle": "Not Provided",
|
2150
|
+
"Serial Number": "Not Specified",
|
2151
|
+
"Asset Tag": "Not Specified",
|
2152
|
+
"Part Number": "Not Specified"
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"record_id": "0x0050",
|
2156
|
+
"size": "4",
|
2157
|
+
"application_identifier": "Processor Information",
|
2158
|
+
"Socket Designation": "CPU socket #76",
|
2159
|
+
"Type": "Central Processor",
|
2160
|
+
"Family": "Unknown",
|
2161
|
+
"Manufacturer": "000000000000",
|
2162
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2163
|
+
"Version": "Unknown Processor ",
|
2164
|
+
"Voltage": "3.3 V",
|
2165
|
+
"External Clock": "Unknown",
|
2166
|
+
"Max Speed": "30000 MHz",
|
2167
|
+
"Current Speed": "Unknown",
|
2168
|
+
"Status": "Unpopulated",
|
2169
|
+
"Upgrade": "ZIF Socket",
|
2170
|
+
"L1 Cache Handle": "0x012C",
|
2171
|
+
"L2 Cache Handle": "0x012D",
|
2172
|
+
"L3 Cache Handle": "Not Provided",
|
2173
|
+
"Serial Number": "Not Specified",
|
2174
|
+
"Asset Tag": "Not Specified",
|
2175
|
+
"Part Number": "Not Specified"
|
2176
|
+
},
|
2177
|
+
{
|
2178
|
+
"record_id": "0x0051",
|
2179
|
+
"size": "4",
|
2180
|
+
"application_identifier": "Processor Information",
|
2181
|
+
"Socket Designation": "CPU socket #77",
|
2182
|
+
"Type": "Central Processor",
|
2183
|
+
"Family": "Unknown",
|
2184
|
+
"Manufacturer": "000000000000",
|
2185
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2186
|
+
"Version": "Unknown Processor ",
|
2187
|
+
"Voltage": "3.3 V",
|
2188
|
+
"External Clock": "Unknown",
|
2189
|
+
"Max Speed": "30000 MHz",
|
2190
|
+
"Current Speed": "Unknown",
|
2191
|
+
"Status": "Unpopulated",
|
2192
|
+
"Upgrade": "ZIF Socket",
|
2193
|
+
"L1 Cache Handle": "0x012E",
|
2194
|
+
"L2 Cache Handle": "0x012F",
|
2195
|
+
"L3 Cache Handle": "Not Provided",
|
2196
|
+
"Serial Number": "Not Specified",
|
2197
|
+
"Asset Tag": "Not Specified",
|
2198
|
+
"Part Number": "Not Specified"
|
2199
|
+
},
|
2200
|
+
{
|
2201
|
+
"record_id": "0x0052",
|
2202
|
+
"size": "4",
|
2203
|
+
"application_identifier": "Processor Information",
|
2204
|
+
"Socket Designation": "CPU socket #78",
|
2205
|
+
"Type": "Central Processor",
|
2206
|
+
"Family": "Unknown",
|
2207
|
+
"Manufacturer": "000000000000",
|
2208
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2209
|
+
"Version": "Unknown Processor ",
|
2210
|
+
"Voltage": "3.3 V",
|
2211
|
+
"External Clock": "Unknown",
|
2212
|
+
"Max Speed": "30000 MHz",
|
2213
|
+
"Current Speed": "Unknown",
|
2214
|
+
"Status": "Unpopulated",
|
2215
|
+
"Upgrade": "ZIF Socket",
|
2216
|
+
"L1 Cache Handle": "0x0130",
|
2217
|
+
"L2 Cache Handle": "0x0131",
|
2218
|
+
"L3 Cache Handle": "Not Provided",
|
2219
|
+
"Serial Number": "Not Specified",
|
2220
|
+
"Asset Tag": "Not Specified",
|
2221
|
+
"Part Number": "Not Specified"
|
2222
|
+
},
|
2223
|
+
{
|
2224
|
+
"record_id": "0x0053",
|
2225
|
+
"size": "4",
|
2226
|
+
"application_identifier": "Processor Information",
|
2227
|
+
"Socket Designation": "CPU socket #79",
|
2228
|
+
"Type": "Central Processor",
|
2229
|
+
"Family": "Unknown",
|
2230
|
+
"Manufacturer": "000000000000",
|
2231
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2232
|
+
"Version": "Unknown Processor ",
|
2233
|
+
"Voltage": "3.3 V",
|
2234
|
+
"External Clock": "Unknown",
|
2235
|
+
"Max Speed": "30000 MHz",
|
2236
|
+
"Current Speed": "Unknown",
|
2237
|
+
"Status": "Unpopulated",
|
2238
|
+
"Upgrade": "ZIF Socket",
|
2239
|
+
"L1 Cache Handle": "0x0132",
|
2240
|
+
"L2 Cache Handle": "0x0133",
|
2241
|
+
"L3 Cache Handle": "Not Provided",
|
2242
|
+
"Serial Number": "Not Specified",
|
2243
|
+
"Asset Tag": "Not Specified",
|
2244
|
+
"Part Number": "Not Specified"
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"record_id": "0x0054",
|
2248
|
+
"size": "4",
|
2249
|
+
"application_identifier": "Processor Information",
|
2250
|
+
"Socket Designation": "CPU socket #80",
|
2251
|
+
"Type": "Central Processor",
|
2252
|
+
"Family": "Unknown",
|
2253
|
+
"Manufacturer": "000000000000",
|
2254
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2255
|
+
"Version": "Unknown Processor ",
|
2256
|
+
"Voltage": "3.3 V",
|
2257
|
+
"External Clock": "Unknown",
|
2258
|
+
"Max Speed": "30000 MHz",
|
2259
|
+
"Current Speed": "Unknown",
|
2260
|
+
"Status": "Unpopulated",
|
2261
|
+
"Upgrade": "ZIF Socket",
|
2262
|
+
"L1 Cache Handle": "0x0134",
|
2263
|
+
"L2 Cache Handle": "0x0135",
|
2264
|
+
"L3 Cache Handle": "Not Provided",
|
2265
|
+
"Serial Number": "Not Specified",
|
2266
|
+
"Asset Tag": "Not Specified",
|
2267
|
+
"Part Number": "Not Specified"
|
2268
|
+
},
|
2269
|
+
{
|
2270
|
+
"record_id": "0x0055",
|
2271
|
+
"size": "4",
|
2272
|
+
"application_identifier": "Processor Information",
|
2273
|
+
"Socket Designation": "CPU socket #81",
|
2274
|
+
"Type": "Central Processor",
|
2275
|
+
"Family": "Unknown",
|
2276
|
+
"Manufacturer": "000000000000",
|
2277
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2278
|
+
"Version": "Unknown Processor ",
|
2279
|
+
"Voltage": "3.3 V",
|
2280
|
+
"External Clock": "Unknown",
|
2281
|
+
"Max Speed": "30000 MHz",
|
2282
|
+
"Current Speed": "Unknown",
|
2283
|
+
"Status": "Unpopulated",
|
2284
|
+
"Upgrade": "ZIF Socket",
|
2285
|
+
"L1 Cache Handle": "0x0136",
|
2286
|
+
"L2 Cache Handle": "0x0137",
|
2287
|
+
"L3 Cache Handle": "Not Provided",
|
2288
|
+
"Serial Number": "Not Specified",
|
2289
|
+
"Asset Tag": "Not Specified",
|
2290
|
+
"Part Number": "Not Specified"
|
2291
|
+
},
|
2292
|
+
{
|
2293
|
+
"record_id": "0x0056",
|
2294
|
+
"size": "4",
|
2295
|
+
"application_identifier": "Processor Information",
|
2296
|
+
"Socket Designation": "CPU socket #82",
|
2297
|
+
"Type": "Central Processor",
|
2298
|
+
"Family": "Unknown",
|
2299
|
+
"Manufacturer": "000000000000",
|
2300
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2301
|
+
"Version": "Unknown Processor ",
|
2302
|
+
"Voltage": "3.3 V",
|
2303
|
+
"External Clock": "Unknown",
|
2304
|
+
"Max Speed": "30000 MHz",
|
2305
|
+
"Current Speed": "Unknown",
|
2306
|
+
"Status": "Unpopulated",
|
2307
|
+
"Upgrade": "ZIF Socket",
|
2308
|
+
"L1 Cache Handle": "0x0138",
|
2309
|
+
"L2 Cache Handle": "0x0139",
|
2310
|
+
"L3 Cache Handle": "Not Provided",
|
2311
|
+
"Serial Number": "Not Specified",
|
2312
|
+
"Asset Tag": "Not Specified",
|
2313
|
+
"Part Number": "Not Specified"
|
2314
|
+
},
|
2315
|
+
{
|
2316
|
+
"record_id": "0x0057",
|
2317
|
+
"size": "4",
|
2318
|
+
"application_identifier": "Processor Information",
|
2319
|
+
"Socket Designation": "CPU socket #83",
|
2320
|
+
"Type": "Central Processor",
|
2321
|
+
"Family": "Unknown",
|
2322
|
+
"Manufacturer": "000000000000",
|
2323
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2324
|
+
"Version": "Unknown Processor ",
|
2325
|
+
"Voltage": "3.3 V",
|
2326
|
+
"External Clock": "Unknown",
|
2327
|
+
"Max Speed": "30000 MHz",
|
2328
|
+
"Current Speed": "Unknown",
|
2329
|
+
"Status": "Unpopulated",
|
2330
|
+
"Upgrade": "ZIF Socket",
|
2331
|
+
"L1 Cache Handle": "0x013A",
|
2332
|
+
"L2 Cache Handle": "0x013B",
|
2333
|
+
"L3 Cache Handle": "Not Provided",
|
2334
|
+
"Serial Number": "Not Specified",
|
2335
|
+
"Asset Tag": "Not Specified",
|
2336
|
+
"Part Number": "Not Specified"
|
2337
|
+
},
|
2338
|
+
{
|
2339
|
+
"record_id": "0x0058",
|
2340
|
+
"size": "4",
|
2341
|
+
"application_identifier": "Processor Information",
|
2342
|
+
"Socket Designation": "CPU socket #84",
|
2343
|
+
"Type": "Central Processor",
|
2344
|
+
"Family": "Unknown",
|
2345
|
+
"Manufacturer": "000000000000",
|
2346
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2347
|
+
"Version": "Unknown Processor ",
|
2348
|
+
"Voltage": "3.3 V",
|
2349
|
+
"External Clock": "Unknown",
|
2350
|
+
"Max Speed": "30000 MHz",
|
2351
|
+
"Current Speed": "Unknown",
|
2352
|
+
"Status": "Unpopulated",
|
2353
|
+
"Upgrade": "ZIF Socket",
|
2354
|
+
"L1 Cache Handle": "0x013C",
|
2355
|
+
"L2 Cache Handle": "0x013D",
|
2356
|
+
"L3 Cache Handle": "Not Provided",
|
2357
|
+
"Serial Number": "Not Specified",
|
2358
|
+
"Asset Tag": "Not Specified",
|
2359
|
+
"Part Number": "Not Specified"
|
2360
|
+
},
|
2361
|
+
{
|
2362
|
+
"record_id": "0x0059",
|
2363
|
+
"size": "4",
|
2364
|
+
"application_identifier": "Processor Information",
|
2365
|
+
"Socket Designation": "CPU socket #85",
|
2366
|
+
"Type": "Central Processor",
|
2367
|
+
"Family": "Unknown",
|
2368
|
+
"Manufacturer": "000000000000",
|
2369
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2370
|
+
"Version": "Unknown Processor ",
|
2371
|
+
"Voltage": "3.3 V",
|
2372
|
+
"External Clock": "Unknown",
|
2373
|
+
"Max Speed": "30000 MHz",
|
2374
|
+
"Current Speed": "Unknown",
|
2375
|
+
"Status": "Unpopulated",
|
2376
|
+
"Upgrade": "ZIF Socket",
|
2377
|
+
"L1 Cache Handle": "0x013E",
|
2378
|
+
"L2 Cache Handle": "0x013F",
|
2379
|
+
"L3 Cache Handle": "Not Provided",
|
2380
|
+
"Serial Number": "Not Specified",
|
2381
|
+
"Asset Tag": "Not Specified",
|
2382
|
+
"Part Number": "Not Specified"
|
2383
|
+
},
|
2384
|
+
{
|
2385
|
+
"record_id": "0x005A",
|
2386
|
+
"size": "4",
|
2387
|
+
"application_identifier": "Processor Information",
|
2388
|
+
"Socket Designation": "CPU socket #86",
|
2389
|
+
"Type": "Central Processor",
|
2390
|
+
"Family": "Unknown",
|
2391
|
+
"Manufacturer": "000000000000",
|
2392
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2393
|
+
"Version": "Unknown Processor ",
|
2394
|
+
"Voltage": "3.3 V",
|
2395
|
+
"External Clock": "Unknown",
|
2396
|
+
"Max Speed": "30000 MHz",
|
2397
|
+
"Current Speed": "Unknown",
|
2398
|
+
"Status": "Unpopulated",
|
2399
|
+
"Upgrade": "ZIF Socket",
|
2400
|
+
"L1 Cache Handle": "0x0140",
|
2401
|
+
"L2 Cache Handle": "0x0141",
|
2402
|
+
"L3 Cache Handle": "Not Provided",
|
2403
|
+
"Serial Number": "Not Specified",
|
2404
|
+
"Asset Tag": "Not Specified",
|
2405
|
+
"Part Number": "Not Specified"
|
2406
|
+
},
|
2407
|
+
{
|
2408
|
+
"record_id": "0x005B",
|
2409
|
+
"size": "4",
|
2410
|
+
"application_identifier": "Processor Information",
|
2411
|
+
"Socket Designation": "CPU socket #87",
|
2412
|
+
"Type": "Central Processor",
|
2413
|
+
"Family": "Unknown",
|
2414
|
+
"Manufacturer": "000000000000",
|
2415
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2416
|
+
"Version": "Unknown Processor ",
|
2417
|
+
"Voltage": "3.3 V",
|
2418
|
+
"External Clock": "Unknown",
|
2419
|
+
"Max Speed": "30000 MHz",
|
2420
|
+
"Current Speed": "Unknown",
|
2421
|
+
"Status": "Unpopulated",
|
2422
|
+
"Upgrade": "ZIF Socket",
|
2423
|
+
"L1 Cache Handle": "0x0142",
|
2424
|
+
"L2 Cache Handle": "0x0143",
|
2425
|
+
"L3 Cache Handle": "Not Provided",
|
2426
|
+
"Serial Number": "Not Specified",
|
2427
|
+
"Asset Tag": "Not Specified",
|
2428
|
+
"Part Number": "Not Specified"
|
2429
|
+
},
|
2430
|
+
{
|
2431
|
+
"record_id": "0x005C",
|
2432
|
+
"size": "4",
|
2433
|
+
"application_identifier": "Processor Information",
|
2434
|
+
"Socket Designation": "CPU socket #88",
|
2435
|
+
"Type": "Central Processor",
|
2436
|
+
"Family": "Unknown",
|
2437
|
+
"Manufacturer": "000000000000",
|
2438
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2439
|
+
"Version": "Unknown Processor ",
|
2440
|
+
"Voltage": "3.3 V",
|
2441
|
+
"External Clock": "Unknown",
|
2442
|
+
"Max Speed": "30000 MHz",
|
2443
|
+
"Current Speed": "Unknown",
|
2444
|
+
"Status": "Unpopulated",
|
2445
|
+
"Upgrade": "ZIF Socket",
|
2446
|
+
"L1 Cache Handle": "0x0144",
|
2447
|
+
"L2 Cache Handle": "0x0145",
|
2448
|
+
"L3 Cache Handle": "Not Provided",
|
2449
|
+
"Serial Number": "Not Specified",
|
2450
|
+
"Asset Tag": "Not Specified",
|
2451
|
+
"Part Number": "Not Specified"
|
2452
|
+
},
|
2453
|
+
{
|
2454
|
+
"record_id": "0x005D",
|
2455
|
+
"size": "4",
|
2456
|
+
"application_identifier": "Processor Information",
|
2457
|
+
"Socket Designation": "CPU socket #89",
|
2458
|
+
"Type": "Central Processor",
|
2459
|
+
"Family": "Unknown",
|
2460
|
+
"Manufacturer": "000000000000",
|
2461
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2462
|
+
"Version": "Unknown Processor ",
|
2463
|
+
"Voltage": "3.3 V",
|
2464
|
+
"External Clock": "Unknown",
|
2465
|
+
"Max Speed": "30000 MHz",
|
2466
|
+
"Current Speed": "Unknown",
|
2467
|
+
"Status": "Unpopulated",
|
2468
|
+
"Upgrade": "ZIF Socket",
|
2469
|
+
"L1 Cache Handle": "0x0146",
|
2470
|
+
"L2 Cache Handle": "0x0147",
|
2471
|
+
"L3 Cache Handle": "Not Provided",
|
2472
|
+
"Serial Number": "Not Specified",
|
2473
|
+
"Asset Tag": "Not Specified",
|
2474
|
+
"Part Number": "Not Specified"
|
2475
|
+
},
|
2476
|
+
{
|
2477
|
+
"record_id": "0x005E",
|
2478
|
+
"size": "4",
|
2479
|
+
"application_identifier": "Processor Information",
|
2480
|
+
"Socket Designation": "CPU socket #90",
|
2481
|
+
"Type": "Central Processor",
|
2482
|
+
"Family": "Unknown",
|
2483
|
+
"Manufacturer": "000000000000",
|
2484
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2485
|
+
"Version": "Unknown Processor ",
|
2486
|
+
"Voltage": "3.3 V",
|
2487
|
+
"External Clock": "Unknown",
|
2488
|
+
"Max Speed": "30000 MHz",
|
2489
|
+
"Current Speed": "Unknown",
|
2490
|
+
"Status": "Unpopulated",
|
2491
|
+
"Upgrade": "ZIF Socket",
|
2492
|
+
"L1 Cache Handle": "0x0148",
|
2493
|
+
"L2 Cache Handle": "0x0149",
|
2494
|
+
"L3 Cache Handle": "Not Provided",
|
2495
|
+
"Serial Number": "Not Specified",
|
2496
|
+
"Asset Tag": "Not Specified",
|
2497
|
+
"Part Number": "Not Specified"
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"record_id": "0x005F",
|
2501
|
+
"size": "4",
|
2502
|
+
"application_identifier": "Processor Information",
|
2503
|
+
"Socket Designation": "CPU socket #91",
|
2504
|
+
"Type": "Central Processor",
|
2505
|
+
"Family": "Unknown",
|
2506
|
+
"Manufacturer": "000000000000",
|
2507
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2508
|
+
"Version": "Unknown Processor ",
|
2509
|
+
"Voltage": "3.3 V",
|
2510
|
+
"External Clock": "Unknown",
|
2511
|
+
"Max Speed": "30000 MHz",
|
2512
|
+
"Current Speed": "Unknown",
|
2513
|
+
"Status": "Unpopulated",
|
2514
|
+
"Upgrade": "ZIF Socket",
|
2515
|
+
"L1 Cache Handle": "0x014A",
|
2516
|
+
"L2 Cache Handle": "0x014B",
|
2517
|
+
"L3 Cache Handle": "Not Provided",
|
2518
|
+
"Serial Number": "Not Specified",
|
2519
|
+
"Asset Tag": "Not Specified",
|
2520
|
+
"Part Number": "Not Specified"
|
2521
|
+
},
|
2522
|
+
{
|
2523
|
+
"record_id": "0x0060",
|
2524
|
+
"size": "4",
|
2525
|
+
"application_identifier": "Processor Information",
|
2526
|
+
"Socket Designation": "CPU socket #92",
|
2527
|
+
"Type": "Central Processor",
|
2528
|
+
"Family": "Unknown",
|
2529
|
+
"Manufacturer": "000000000000",
|
2530
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2531
|
+
"Version": "Unknown Processor ",
|
2532
|
+
"Voltage": "3.3 V",
|
2533
|
+
"External Clock": "Unknown",
|
2534
|
+
"Max Speed": "30000 MHz",
|
2535
|
+
"Current Speed": "Unknown",
|
2536
|
+
"Status": "Unpopulated",
|
2537
|
+
"Upgrade": "ZIF Socket",
|
2538
|
+
"L1 Cache Handle": "0x014C",
|
2539
|
+
"L2 Cache Handle": "0x014D",
|
2540
|
+
"L3 Cache Handle": "Not Provided",
|
2541
|
+
"Serial Number": "Not Specified",
|
2542
|
+
"Asset Tag": "Not Specified",
|
2543
|
+
"Part Number": "Not Specified"
|
2544
|
+
},
|
2545
|
+
{
|
2546
|
+
"record_id": "0x0061",
|
2547
|
+
"size": "4",
|
2548
|
+
"application_identifier": "Processor Information",
|
2549
|
+
"Socket Designation": "CPU socket #93",
|
2550
|
+
"Type": "Central Processor",
|
2551
|
+
"Family": "Unknown",
|
2552
|
+
"Manufacturer": "000000000000",
|
2553
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2554
|
+
"Version": "Unknown Processor ",
|
2555
|
+
"Voltage": "3.3 V",
|
2556
|
+
"External Clock": "Unknown",
|
2557
|
+
"Max Speed": "30000 MHz",
|
2558
|
+
"Current Speed": "Unknown",
|
2559
|
+
"Status": "Unpopulated",
|
2560
|
+
"Upgrade": "ZIF Socket",
|
2561
|
+
"L1 Cache Handle": "0x014E",
|
2562
|
+
"L2 Cache Handle": "0x014F",
|
2563
|
+
"L3 Cache Handle": "Not Provided",
|
2564
|
+
"Serial Number": "Not Specified",
|
2565
|
+
"Asset Tag": "Not Specified",
|
2566
|
+
"Part Number": "Not Specified"
|
2567
|
+
},
|
2568
|
+
{
|
2569
|
+
"record_id": "0x0062",
|
2570
|
+
"size": "4",
|
2571
|
+
"application_identifier": "Processor Information",
|
2572
|
+
"Socket Designation": "CPU socket #94",
|
2573
|
+
"Type": "Central Processor",
|
2574
|
+
"Family": "Unknown",
|
2575
|
+
"Manufacturer": "000000000000",
|
2576
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2577
|
+
"Version": "Unknown Processor ",
|
2578
|
+
"Voltage": "3.3 V",
|
2579
|
+
"External Clock": "Unknown",
|
2580
|
+
"Max Speed": "30000 MHz",
|
2581
|
+
"Current Speed": "Unknown",
|
2582
|
+
"Status": "Unpopulated",
|
2583
|
+
"Upgrade": "ZIF Socket",
|
2584
|
+
"L1 Cache Handle": "0x0150",
|
2585
|
+
"L2 Cache Handle": "0x0151",
|
2586
|
+
"L3 Cache Handle": "Not Provided",
|
2587
|
+
"Serial Number": "Not Specified",
|
2588
|
+
"Asset Tag": "Not Specified",
|
2589
|
+
"Part Number": "Not Specified"
|
2590
|
+
},
|
2591
|
+
{
|
2592
|
+
"record_id": "0x0063",
|
2593
|
+
"size": "4",
|
2594
|
+
"application_identifier": "Processor Information",
|
2595
|
+
"Socket Designation": "CPU socket #95",
|
2596
|
+
"Type": "Central Processor",
|
2597
|
+
"Family": "Unknown",
|
2598
|
+
"Manufacturer": "000000000000",
|
2599
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2600
|
+
"Version": "Unknown Processor ",
|
2601
|
+
"Voltage": "3.3 V",
|
2602
|
+
"External Clock": "Unknown",
|
2603
|
+
"Max Speed": "30000 MHz",
|
2604
|
+
"Current Speed": "Unknown",
|
2605
|
+
"Status": "Unpopulated",
|
2606
|
+
"Upgrade": "ZIF Socket",
|
2607
|
+
"L1 Cache Handle": "0x0152",
|
2608
|
+
"L2 Cache Handle": "0x0153",
|
2609
|
+
"L3 Cache Handle": "Not Provided",
|
2610
|
+
"Serial Number": "Not Specified",
|
2611
|
+
"Asset Tag": "Not Specified",
|
2612
|
+
"Part Number": "Not Specified"
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"record_id": "0x0064",
|
2616
|
+
"size": "4",
|
2617
|
+
"application_identifier": "Processor Information",
|
2618
|
+
"Socket Designation": "CPU socket #96",
|
2619
|
+
"Type": "Central Processor",
|
2620
|
+
"Family": "Unknown",
|
2621
|
+
"Manufacturer": "000000000000",
|
2622
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2623
|
+
"Version": "Unknown Processor ",
|
2624
|
+
"Voltage": "3.3 V",
|
2625
|
+
"External Clock": "Unknown",
|
2626
|
+
"Max Speed": "30000 MHz",
|
2627
|
+
"Current Speed": "Unknown",
|
2628
|
+
"Status": "Unpopulated",
|
2629
|
+
"Upgrade": "ZIF Socket",
|
2630
|
+
"L1 Cache Handle": "0x0154",
|
2631
|
+
"L2 Cache Handle": "0x0155",
|
2632
|
+
"L3 Cache Handle": "Not Provided",
|
2633
|
+
"Serial Number": "Not Specified",
|
2634
|
+
"Asset Tag": "Not Specified",
|
2635
|
+
"Part Number": "Not Specified"
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
"record_id": "0x0065",
|
2639
|
+
"size": "4",
|
2640
|
+
"application_identifier": "Processor Information",
|
2641
|
+
"Socket Designation": "CPU socket #97",
|
2642
|
+
"Type": "Central Processor",
|
2643
|
+
"Family": "Unknown",
|
2644
|
+
"Manufacturer": "000000000000",
|
2645
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2646
|
+
"Version": "Unknown Processor ",
|
2647
|
+
"Voltage": "3.3 V",
|
2648
|
+
"External Clock": "Unknown",
|
2649
|
+
"Max Speed": "30000 MHz",
|
2650
|
+
"Current Speed": "Unknown",
|
2651
|
+
"Status": "Unpopulated",
|
2652
|
+
"Upgrade": "ZIF Socket",
|
2653
|
+
"L1 Cache Handle": "0x0156",
|
2654
|
+
"L2 Cache Handle": "0x0157",
|
2655
|
+
"L3 Cache Handle": "Not Provided",
|
2656
|
+
"Serial Number": "Not Specified",
|
2657
|
+
"Asset Tag": "Not Specified",
|
2658
|
+
"Part Number": "Not Specified"
|
2659
|
+
},
|
2660
|
+
{
|
2661
|
+
"record_id": "0x0066",
|
2662
|
+
"size": "4",
|
2663
|
+
"application_identifier": "Processor Information",
|
2664
|
+
"Socket Designation": "CPU socket #98",
|
2665
|
+
"Type": "Central Processor",
|
2666
|
+
"Family": "Unknown",
|
2667
|
+
"Manufacturer": "000000000000",
|
2668
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2669
|
+
"Version": "Unknown Processor ",
|
2670
|
+
"Voltage": "3.3 V",
|
2671
|
+
"External Clock": "Unknown",
|
2672
|
+
"Max Speed": "30000 MHz",
|
2673
|
+
"Current Speed": "Unknown",
|
2674
|
+
"Status": "Unpopulated",
|
2675
|
+
"Upgrade": "ZIF Socket",
|
2676
|
+
"L1 Cache Handle": "0x0158",
|
2677
|
+
"L2 Cache Handle": "0x0159",
|
2678
|
+
"L3 Cache Handle": "Not Provided",
|
2679
|
+
"Serial Number": "Not Specified",
|
2680
|
+
"Asset Tag": "Not Specified",
|
2681
|
+
"Part Number": "Not Specified"
|
2682
|
+
},
|
2683
|
+
{
|
2684
|
+
"record_id": "0x0067",
|
2685
|
+
"size": "4",
|
2686
|
+
"application_identifier": "Processor Information",
|
2687
|
+
"Socket Designation": "CPU socket #99",
|
2688
|
+
"Type": "Central Processor",
|
2689
|
+
"Family": "Unknown",
|
2690
|
+
"Manufacturer": "000000000000",
|
2691
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2692
|
+
"Version": "Unknown Processor ",
|
2693
|
+
"Voltage": "3.3 V",
|
2694
|
+
"External Clock": "Unknown",
|
2695
|
+
"Max Speed": "30000 MHz",
|
2696
|
+
"Current Speed": "Unknown",
|
2697
|
+
"Status": "Unpopulated",
|
2698
|
+
"Upgrade": "ZIF Socket",
|
2699
|
+
"L1 Cache Handle": "0x015A",
|
2700
|
+
"L2 Cache Handle": "0x015B",
|
2701
|
+
"L3 Cache Handle": "Not Provided",
|
2702
|
+
"Serial Number": "Not Specified",
|
2703
|
+
"Asset Tag": "Not Specified",
|
2704
|
+
"Part Number": "Not Specified"
|
2705
|
+
},
|
2706
|
+
{
|
2707
|
+
"record_id": "0x0068",
|
2708
|
+
"size": "4",
|
2709
|
+
"application_identifier": "Processor Information",
|
2710
|
+
"Socket Designation": "CPU socket #100",
|
2711
|
+
"Type": "Central Processor",
|
2712
|
+
"Family": "Unknown",
|
2713
|
+
"Manufacturer": "000000000000",
|
2714
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2715
|
+
"Version": "Unknown Processor ",
|
2716
|
+
"Voltage": "3.3 V",
|
2717
|
+
"External Clock": "Unknown",
|
2718
|
+
"Max Speed": "30000 MHz",
|
2719
|
+
"Current Speed": "Unknown",
|
2720
|
+
"Status": "Unpopulated",
|
2721
|
+
"Upgrade": "ZIF Socket",
|
2722
|
+
"L1 Cache Handle": "0x015C",
|
2723
|
+
"L2 Cache Handle": "0x015D",
|
2724
|
+
"L3 Cache Handle": "Not Provided",
|
2725
|
+
"Serial Number": "Not Specified",
|
2726
|
+
"Asset Tag": "Not Specified",
|
2727
|
+
"Part Number": "Not Specified"
|
2728
|
+
},
|
2729
|
+
{
|
2730
|
+
"record_id": "0x0069",
|
2731
|
+
"size": "4",
|
2732
|
+
"application_identifier": "Processor Information",
|
2733
|
+
"Socket Designation": "CPU socket #101",
|
2734
|
+
"Type": "Central Processor",
|
2735
|
+
"Family": "Unknown",
|
2736
|
+
"Manufacturer": "000000000000",
|
2737
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2738
|
+
"Version": "Unknown Processor ",
|
2739
|
+
"Voltage": "3.3 V",
|
2740
|
+
"External Clock": "Unknown",
|
2741
|
+
"Max Speed": "30000 MHz",
|
2742
|
+
"Current Speed": "Unknown",
|
2743
|
+
"Status": "Unpopulated",
|
2744
|
+
"Upgrade": "ZIF Socket",
|
2745
|
+
"L1 Cache Handle": "0x015E",
|
2746
|
+
"L2 Cache Handle": "0x015F",
|
2747
|
+
"L3 Cache Handle": "Not Provided",
|
2748
|
+
"Serial Number": "Not Specified",
|
2749
|
+
"Asset Tag": "Not Specified",
|
2750
|
+
"Part Number": "Not Specified"
|
2751
|
+
},
|
2752
|
+
{
|
2753
|
+
"record_id": "0x006A",
|
2754
|
+
"size": "4",
|
2755
|
+
"application_identifier": "Processor Information",
|
2756
|
+
"Socket Designation": "CPU socket #102",
|
2757
|
+
"Type": "Central Processor",
|
2758
|
+
"Family": "Unknown",
|
2759
|
+
"Manufacturer": "000000000000",
|
2760
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2761
|
+
"Version": "Unknown Processor ",
|
2762
|
+
"Voltage": "3.3 V",
|
2763
|
+
"External Clock": "Unknown",
|
2764
|
+
"Max Speed": "30000 MHz",
|
2765
|
+
"Current Speed": "Unknown",
|
2766
|
+
"Status": "Unpopulated",
|
2767
|
+
"Upgrade": "ZIF Socket",
|
2768
|
+
"L1 Cache Handle": "0x0160",
|
2769
|
+
"L2 Cache Handle": "0x0161",
|
2770
|
+
"L3 Cache Handle": "Not Provided",
|
2771
|
+
"Serial Number": "Not Specified",
|
2772
|
+
"Asset Tag": "Not Specified",
|
2773
|
+
"Part Number": "Not Specified"
|
2774
|
+
},
|
2775
|
+
{
|
2776
|
+
"record_id": "0x006B",
|
2777
|
+
"size": "4",
|
2778
|
+
"application_identifier": "Processor Information",
|
2779
|
+
"Socket Designation": "CPU socket #103",
|
2780
|
+
"Type": "Central Processor",
|
2781
|
+
"Family": "Unknown",
|
2782
|
+
"Manufacturer": "000000000000",
|
2783
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2784
|
+
"Version": "Unknown Processor ",
|
2785
|
+
"Voltage": "3.3 V",
|
2786
|
+
"External Clock": "Unknown",
|
2787
|
+
"Max Speed": "30000 MHz",
|
2788
|
+
"Current Speed": "Unknown",
|
2789
|
+
"Status": "Unpopulated",
|
2790
|
+
"Upgrade": "ZIF Socket",
|
2791
|
+
"L1 Cache Handle": "0x0162",
|
2792
|
+
"L2 Cache Handle": "0x0163",
|
2793
|
+
"L3 Cache Handle": "Not Provided",
|
2794
|
+
"Serial Number": "Not Specified",
|
2795
|
+
"Asset Tag": "Not Specified",
|
2796
|
+
"Part Number": "Not Specified"
|
2797
|
+
},
|
2798
|
+
{
|
2799
|
+
"record_id": "0x006C",
|
2800
|
+
"size": "4",
|
2801
|
+
"application_identifier": "Processor Information",
|
2802
|
+
"Socket Designation": "CPU socket #104",
|
2803
|
+
"Type": "Central Processor",
|
2804
|
+
"Family": "Unknown",
|
2805
|
+
"Manufacturer": "000000000000",
|
2806
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2807
|
+
"Version": "Unknown Processor ",
|
2808
|
+
"Voltage": "3.3 V",
|
2809
|
+
"External Clock": "Unknown",
|
2810
|
+
"Max Speed": "30000 MHz",
|
2811
|
+
"Current Speed": "Unknown",
|
2812
|
+
"Status": "Unpopulated",
|
2813
|
+
"Upgrade": "ZIF Socket",
|
2814
|
+
"L1 Cache Handle": "0x0164",
|
2815
|
+
"L2 Cache Handle": "0x0165",
|
2816
|
+
"L3 Cache Handle": "Not Provided",
|
2817
|
+
"Serial Number": "Not Specified",
|
2818
|
+
"Asset Tag": "Not Specified",
|
2819
|
+
"Part Number": "Not Specified"
|
2820
|
+
},
|
2821
|
+
{
|
2822
|
+
"record_id": "0x006D",
|
2823
|
+
"size": "4",
|
2824
|
+
"application_identifier": "Processor Information",
|
2825
|
+
"Socket Designation": "CPU socket #105",
|
2826
|
+
"Type": "Central Processor",
|
2827
|
+
"Family": "Unknown",
|
2828
|
+
"Manufacturer": "000000000000",
|
2829
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2830
|
+
"Version": "Unknown Processor ",
|
2831
|
+
"Voltage": "3.3 V",
|
2832
|
+
"External Clock": "Unknown",
|
2833
|
+
"Max Speed": "30000 MHz",
|
2834
|
+
"Current Speed": "Unknown",
|
2835
|
+
"Status": "Unpopulated",
|
2836
|
+
"Upgrade": "ZIF Socket",
|
2837
|
+
"L1 Cache Handle": "0x0166",
|
2838
|
+
"L2 Cache Handle": "0x0167",
|
2839
|
+
"L3 Cache Handle": "Not Provided",
|
2840
|
+
"Serial Number": "Not Specified",
|
2841
|
+
"Asset Tag": "Not Specified",
|
2842
|
+
"Part Number": "Not Specified"
|
2843
|
+
},
|
2844
|
+
{
|
2845
|
+
"record_id": "0x006E",
|
2846
|
+
"size": "4",
|
2847
|
+
"application_identifier": "Processor Information",
|
2848
|
+
"Socket Designation": "CPU socket #106",
|
2849
|
+
"Type": "Central Processor",
|
2850
|
+
"Family": "Unknown",
|
2851
|
+
"Manufacturer": "000000000000",
|
2852
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2853
|
+
"Version": "Unknown Processor ",
|
2854
|
+
"Voltage": "3.3 V",
|
2855
|
+
"External Clock": "Unknown",
|
2856
|
+
"Max Speed": "30000 MHz",
|
2857
|
+
"Current Speed": "Unknown",
|
2858
|
+
"Status": "Unpopulated",
|
2859
|
+
"Upgrade": "ZIF Socket",
|
2860
|
+
"L1 Cache Handle": "0x0168",
|
2861
|
+
"L2 Cache Handle": "0x0169",
|
2862
|
+
"L3 Cache Handle": "Not Provided",
|
2863
|
+
"Serial Number": "Not Specified",
|
2864
|
+
"Asset Tag": "Not Specified",
|
2865
|
+
"Part Number": "Not Specified"
|
2866
|
+
},
|
2867
|
+
{
|
2868
|
+
"record_id": "0x006F",
|
2869
|
+
"size": "4",
|
2870
|
+
"application_identifier": "Processor Information",
|
2871
|
+
"Socket Designation": "CPU socket #107",
|
2872
|
+
"Type": "Central Processor",
|
2873
|
+
"Family": "Unknown",
|
2874
|
+
"Manufacturer": "000000000000",
|
2875
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2876
|
+
"Version": "Unknown Processor ",
|
2877
|
+
"Voltage": "3.3 V",
|
2878
|
+
"External Clock": "Unknown",
|
2879
|
+
"Max Speed": "30000 MHz",
|
2880
|
+
"Current Speed": "Unknown",
|
2881
|
+
"Status": "Unpopulated",
|
2882
|
+
"Upgrade": "ZIF Socket",
|
2883
|
+
"L1 Cache Handle": "0x016A",
|
2884
|
+
"L2 Cache Handle": "0x016B",
|
2885
|
+
"L3 Cache Handle": "Not Provided",
|
2886
|
+
"Serial Number": "Not Specified",
|
2887
|
+
"Asset Tag": "Not Specified",
|
2888
|
+
"Part Number": "Not Specified"
|
2889
|
+
},
|
2890
|
+
{
|
2891
|
+
"record_id": "0x0070",
|
2892
|
+
"size": "4",
|
2893
|
+
"application_identifier": "Processor Information",
|
2894
|
+
"Socket Designation": "CPU socket #108",
|
2895
|
+
"Type": "Central Processor",
|
2896
|
+
"Family": "Unknown",
|
2897
|
+
"Manufacturer": "000000000000",
|
2898
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2899
|
+
"Version": "Unknown Processor ",
|
2900
|
+
"Voltage": "3.3 V",
|
2901
|
+
"External Clock": "Unknown",
|
2902
|
+
"Max Speed": "30000 MHz",
|
2903
|
+
"Current Speed": "Unknown",
|
2904
|
+
"Status": "Unpopulated",
|
2905
|
+
"Upgrade": "ZIF Socket",
|
2906
|
+
"L1 Cache Handle": "0x016C",
|
2907
|
+
"L2 Cache Handle": "0x016D",
|
2908
|
+
"L3 Cache Handle": "Not Provided",
|
2909
|
+
"Serial Number": "Not Specified",
|
2910
|
+
"Asset Tag": "Not Specified",
|
2911
|
+
"Part Number": "Not Specified"
|
2912
|
+
},
|
2913
|
+
{
|
2914
|
+
"record_id": "0x0071",
|
2915
|
+
"size": "4",
|
2916
|
+
"application_identifier": "Processor Information",
|
2917
|
+
"Socket Designation": "CPU socket #109",
|
2918
|
+
"Type": "Central Processor",
|
2919
|
+
"Family": "Unknown",
|
2920
|
+
"Manufacturer": "000000000000",
|
2921
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2922
|
+
"Version": "Unknown Processor ",
|
2923
|
+
"Voltage": "3.3 V",
|
2924
|
+
"External Clock": "Unknown",
|
2925
|
+
"Max Speed": "30000 MHz",
|
2926
|
+
"Current Speed": "Unknown",
|
2927
|
+
"Status": "Unpopulated",
|
2928
|
+
"Upgrade": "ZIF Socket",
|
2929
|
+
"L1 Cache Handle": "0x016E",
|
2930
|
+
"L2 Cache Handle": "0x016F",
|
2931
|
+
"L3 Cache Handle": "Not Provided",
|
2932
|
+
"Serial Number": "Not Specified",
|
2933
|
+
"Asset Tag": "Not Specified",
|
2934
|
+
"Part Number": "Not Specified"
|
2935
|
+
},
|
2936
|
+
{
|
2937
|
+
"record_id": "0x0072",
|
2938
|
+
"size": "4",
|
2939
|
+
"application_identifier": "Processor Information",
|
2940
|
+
"Socket Designation": "CPU socket #110",
|
2941
|
+
"Type": "Central Processor",
|
2942
|
+
"Family": "Unknown",
|
2943
|
+
"Manufacturer": "000000000000",
|
2944
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2945
|
+
"Version": "Unknown Processor ",
|
2946
|
+
"Voltage": "3.3 V",
|
2947
|
+
"External Clock": "Unknown",
|
2948
|
+
"Max Speed": "30000 MHz",
|
2949
|
+
"Current Speed": "Unknown",
|
2950
|
+
"Status": "Unpopulated",
|
2951
|
+
"Upgrade": "ZIF Socket",
|
2952
|
+
"L1 Cache Handle": "0x0170",
|
2953
|
+
"L2 Cache Handle": "0x0171",
|
2954
|
+
"L3 Cache Handle": "Not Provided",
|
2955
|
+
"Serial Number": "Not Specified",
|
2956
|
+
"Asset Tag": "Not Specified",
|
2957
|
+
"Part Number": "Not Specified"
|
2958
|
+
},
|
2959
|
+
{
|
2960
|
+
"record_id": "0x0073",
|
2961
|
+
"size": "4",
|
2962
|
+
"application_identifier": "Processor Information",
|
2963
|
+
"Socket Designation": "CPU socket #111",
|
2964
|
+
"Type": "Central Processor",
|
2965
|
+
"Family": "Unknown",
|
2966
|
+
"Manufacturer": "000000000000",
|
2967
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2968
|
+
"Version": "Unknown Processor ",
|
2969
|
+
"Voltage": "3.3 V",
|
2970
|
+
"External Clock": "Unknown",
|
2971
|
+
"Max Speed": "30000 MHz",
|
2972
|
+
"Current Speed": "Unknown",
|
2973
|
+
"Status": "Unpopulated",
|
2974
|
+
"Upgrade": "ZIF Socket",
|
2975
|
+
"L1 Cache Handle": "0x0172",
|
2976
|
+
"L2 Cache Handle": "0x0173",
|
2977
|
+
"L3 Cache Handle": "Not Provided",
|
2978
|
+
"Serial Number": "Not Specified",
|
2979
|
+
"Asset Tag": "Not Specified",
|
2980
|
+
"Part Number": "Not Specified"
|
2981
|
+
},
|
2982
|
+
{
|
2983
|
+
"record_id": "0x0074",
|
2984
|
+
"size": "4",
|
2985
|
+
"application_identifier": "Processor Information",
|
2986
|
+
"Socket Designation": "CPU socket #112",
|
2987
|
+
"Type": "Central Processor",
|
2988
|
+
"Family": "Unknown",
|
2989
|
+
"Manufacturer": "000000000000",
|
2990
|
+
"ID": "00 00 00 00 00 00 00 00",
|
2991
|
+
"Version": "Unknown Processor ",
|
2992
|
+
"Voltage": "3.3 V",
|
2993
|
+
"External Clock": "Unknown",
|
2994
|
+
"Max Speed": "30000 MHz",
|
2995
|
+
"Current Speed": "Unknown",
|
2996
|
+
"Status": "Unpopulated",
|
2997
|
+
"Upgrade": "ZIF Socket",
|
2998
|
+
"L1 Cache Handle": "0x0174",
|
2999
|
+
"L2 Cache Handle": "0x0175",
|
3000
|
+
"L3 Cache Handle": "Not Provided",
|
3001
|
+
"Serial Number": "Not Specified",
|
3002
|
+
"Asset Tag": "Not Specified",
|
3003
|
+
"Part Number": "Not Specified"
|
3004
|
+
},
|
3005
|
+
{
|
3006
|
+
"record_id": "0x0075",
|
3007
|
+
"size": "4",
|
3008
|
+
"application_identifier": "Processor Information",
|
3009
|
+
"Socket Designation": "CPU socket #113",
|
3010
|
+
"Type": "Central Processor",
|
3011
|
+
"Family": "Unknown",
|
3012
|
+
"Manufacturer": "000000000000",
|
3013
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3014
|
+
"Version": "Unknown Processor ",
|
3015
|
+
"Voltage": "3.3 V",
|
3016
|
+
"External Clock": "Unknown",
|
3017
|
+
"Max Speed": "30000 MHz",
|
3018
|
+
"Current Speed": "Unknown",
|
3019
|
+
"Status": "Unpopulated",
|
3020
|
+
"Upgrade": "ZIF Socket",
|
3021
|
+
"L1 Cache Handle": "0x0176",
|
3022
|
+
"L2 Cache Handle": "0x0177",
|
3023
|
+
"L3 Cache Handle": "Not Provided",
|
3024
|
+
"Serial Number": "Not Specified",
|
3025
|
+
"Asset Tag": "Not Specified",
|
3026
|
+
"Part Number": "Not Specified"
|
3027
|
+
},
|
3028
|
+
{
|
3029
|
+
"record_id": "0x0076",
|
3030
|
+
"size": "4",
|
3031
|
+
"application_identifier": "Processor Information",
|
3032
|
+
"Socket Designation": "CPU socket #114",
|
3033
|
+
"Type": "Central Processor",
|
3034
|
+
"Family": "Unknown",
|
3035
|
+
"Manufacturer": "000000000000",
|
3036
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3037
|
+
"Version": "Unknown Processor ",
|
3038
|
+
"Voltage": "3.3 V",
|
3039
|
+
"External Clock": "Unknown",
|
3040
|
+
"Max Speed": "30000 MHz",
|
3041
|
+
"Current Speed": "Unknown",
|
3042
|
+
"Status": "Unpopulated",
|
3043
|
+
"Upgrade": "ZIF Socket",
|
3044
|
+
"L1 Cache Handle": "0x0178",
|
3045
|
+
"L2 Cache Handle": "0x0179",
|
3046
|
+
"L3 Cache Handle": "Not Provided",
|
3047
|
+
"Serial Number": "Not Specified",
|
3048
|
+
"Asset Tag": "Not Specified",
|
3049
|
+
"Part Number": "Not Specified"
|
3050
|
+
},
|
3051
|
+
{
|
3052
|
+
"record_id": "0x0077",
|
3053
|
+
"size": "4",
|
3054
|
+
"application_identifier": "Processor Information",
|
3055
|
+
"Socket Designation": "CPU socket #115",
|
3056
|
+
"Type": "Central Processor",
|
3057
|
+
"Family": "Unknown",
|
3058
|
+
"Manufacturer": "000000000000",
|
3059
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3060
|
+
"Version": "Unknown Processor ",
|
3061
|
+
"Voltage": "3.3 V",
|
3062
|
+
"External Clock": "Unknown",
|
3063
|
+
"Max Speed": "30000 MHz",
|
3064
|
+
"Current Speed": "Unknown",
|
3065
|
+
"Status": "Unpopulated",
|
3066
|
+
"Upgrade": "ZIF Socket",
|
3067
|
+
"L1 Cache Handle": "0x017A",
|
3068
|
+
"L2 Cache Handle": "0x017B",
|
3069
|
+
"L3 Cache Handle": "Not Provided",
|
3070
|
+
"Serial Number": "Not Specified",
|
3071
|
+
"Asset Tag": "Not Specified",
|
3072
|
+
"Part Number": "Not Specified"
|
3073
|
+
},
|
3074
|
+
{
|
3075
|
+
"record_id": "0x0078",
|
3076
|
+
"size": "4",
|
3077
|
+
"application_identifier": "Processor Information",
|
3078
|
+
"Socket Designation": "CPU socket #116",
|
3079
|
+
"Type": "Central Processor",
|
3080
|
+
"Family": "Unknown",
|
3081
|
+
"Manufacturer": "000000000000",
|
3082
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3083
|
+
"Version": "Unknown Processor ",
|
3084
|
+
"Voltage": "3.3 V",
|
3085
|
+
"External Clock": "Unknown",
|
3086
|
+
"Max Speed": "30000 MHz",
|
3087
|
+
"Current Speed": "Unknown",
|
3088
|
+
"Status": "Unpopulated",
|
3089
|
+
"Upgrade": "ZIF Socket",
|
3090
|
+
"L1 Cache Handle": "0x017C",
|
3091
|
+
"L2 Cache Handle": "0x017D",
|
3092
|
+
"L3 Cache Handle": "Not Provided",
|
3093
|
+
"Serial Number": "Not Specified",
|
3094
|
+
"Asset Tag": "Not Specified",
|
3095
|
+
"Part Number": "Not Specified"
|
3096
|
+
},
|
3097
|
+
{
|
3098
|
+
"record_id": "0x0079",
|
3099
|
+
"size": "4",
|
3100
|
+
"application_identifier": "Processor Information",
|
3101
|
+
"Socket Designation": "CPU socket #117",
|
3102
|
+
"Type": "Central Processor",
|
3103
|
+
"Family": "Unknown",
|
3104
|
+
"Manufacturer": "000000000000",
|
3105
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3106
|
+
"Version": "Unknown Processor ",
|
3107
|
+
"Voltage": "3.3 V",
|
3108
|
+
"External Clock": "Unknown",
|
3109
|
+
"Max Speed": "30000 MHz",
|
3110
|
+
"Current Speed": "Unknown",
|
3111
|
+
"Status": "Unpopulated",
|
3112
|
+
"Upgrade": "ZIF Socket",
|
3113
|
+
"L1 Cache Handle": "0x017E",
|
3114
|
+
"L2 Cache Handle": "0x017F",
|
3115
|
+
"L3 Cache Handle": "Not Provided",
|
3116
|
+
"Serial Number": "Not Specified",
|
3117
|
+
"Asset Tag": "Not Specified",
|
3118
|
+
"Part Number": "Not Specified"
|
3119
|
+
},
|
3120
|
+
{
|
3121
|
+
"record_id": "0x007A",
|
3122
|
+
"size": "4",
|
3123
|
+
"application_identifier": "Processor Information",
|
3124
|
+
"Socket Designation": "CPU socket #118",
|
3125
|
+
"Type": "Central Processor",
|
3126
|
+
"Family": "Unknown",
|
3127
|
+
"Manufacturer": "000000000000",
|
3128
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3129
|
+
"Version": "Unknown Processor ",
|
3130
|
+
"Voltage": "3.3 V",
|
3131
|
+
"External Clock": "Unknown",
|
3132
|
+
"Max Speed": "30000 MHz",
|
3133
|
+
"Current Speed": "Unknown",
|
3134
|
+
"Status": "Unpopulated",
|
3135
|
+
"Upgrade": "ZIF Socket",
|
3136
|
+
"L1 Cache Handle": "0x0180",
|
3137
|
+
"L2 Cache Handle": "0x0181",
|
3138
|
+
"L3 Cache Handle": "Not Provided",
|
3139
|
+
"Serial Number": "Not Specified",
|
3140
|
+
"Asset Tag": "Not Specified",
|
3141
|
+
"Part Number": "Not Specified"
|
3142
|
+
},
|
3143
|
+
{
|
3144
|
+
"record_id": "0x007B",
|
3145
|
+
"size": "4",
|
3146
|
+
"application_identifier": "Processor Information",
|
3147
|
+
"Socket Designation": "CPU socket #119",
|
3148
|
+
"Type": "Central Processor",
|
3149
|
+
"Family": "Unknown",
|
3150
|
+
"Manufacturer": "000000000000",
|
3151
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3152
|
+
"Version": "Unknown Processor ",
|
3153
|
+
"Voltage": "3.3 V",
|
3154
|
+
"External Clock": "Unknown",
|
3155
|
+
"Max Speed": "30000 MHz",
|
3156
|
+
"Current Speed": "Unknown",
|
3157
|
+
"Status": "Unpopulated",
|
3158
|
+
"Upgrade": "ZIF Socket",
|
3159
|
+
"L1 Cache Handle": "0x0182",
|
3160
|
+
"L2 Cache Handle": "0x0183",
|
3161
|
+
"L3 Cache Handle": "Not Provided",
|
3162
|
+
"Serial Number": "Not Specified",
|
3163
|
+
"Asset Tag": "Not Specified",
|
3164
|
+
"Part Number": "Not Specified"
|
3165
|
+
},
|
3166
|
+
{
|
3167
|
+
"record_id": "0x007C",
|
3168
|
+
"size": "4",
|
3169
|
+
"application_identifier": "Processor Information",
|
3170
|
+
"Socket Designation": "CPU socket #120",
|
3171
|
+
"Type": "Central Processor",
|
3172
|
+
"Family": "Unknown",
|
3173
|
+
"Manufacturer": "000000000000",
|
3174
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3175
|
+
"Version": "Unknown Processor ",
|
3176
|
+
"Voltage": "3.3 V",
|
3177
|
+
"External Clock": "Unknown",
|
3178
|
+
"Max Speed": "30000 MHz",
|
3179
|
+
"Current Speed": "Unknown",
|
3180
|
+
"Status": "Unpopulated",
|
3181
|
+
"Upgrade": "ZIF Socket",
|
3182
|
+
"L1 Cache Handle": "0x0184",
|
3183
|
+
"L2 Cache Handle": "0x0185",
|
3184
|
+
"L3 Cache Handle": "Not Provided",
|
3185
|
+
"Serial Number": "Not Specified",
|
3186
|
+
"Asset Tag": "Not Specified",
|
3187
|
+
"Part Number": "Not Specified"
|
3188
|
+
},
|
3189
|
+
{
|
3190
|
+
"record_id": "0x007D",
|
3191
|
+
"size": "4",
|
3192
|
+
"application_identifier": "Processor Information",
|
3193
|
+
"Socket Designation": "CPU socket #121",
|
3194
|
+
"Type": "Central Processor",
|
3195
|
+
"Family": "Unknown",
|
3196
|
+
"Manufacturer": "000000000000",
|
3197
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3198
|
+
"Version": "Unknown Processor ",
|
3199
|
+
"Voltage": "3.3 V",
|
3200
|
+
"External Clock": "Unknown",
|
3201
|
+
"Max Speed": "30000 MHz",
|
3202
|
+
"Current Speed": "Unknown",
|
3203
|
+
"Status": "Unpopulated",
|
3204
|
+
"Upgrade": "ZIF Socket",
|
3205
|
+
"L1 Cache Handle": "0x0186",
|
3206
|
+
"L2 Cache Handle": "0x0187",
|
3207
|
+
"L3 Cache Handle": "Not Provided",
|
3208
|
+
"Serial Number": "Not Specified",
|
3209
|
+
"Asset Tag": "Not Specified",
|
3210
|
+
"Part Number": "Not Specified"
|
3211
|
+
},
|
3212
|
+
{
|
3213
|
+
"record_id": "0x007E",
|
3214
|
+
"size": "4",
|
3215
|
+
"application_identifier": "Processor Information",
|
3216
|
+
"Socket Designation": "CPU socket #122",
|
3217
|
+
"Type": "Central Processor",
|
3218
|
+
"Family": "Unknown",
|
3219
|
+
"Manufacturer": "000000000000",
|
3220
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3221
|
+
"Version": "Unknown Processor ",
|
3222
|
+
"Voltage": "3.3 V",
|
3223
|
+
"External Clock": "Unknown",
|
3224
|
+
"Max Speed": "30000 MHz",
|
3225
|
+
"Current Speed": "Unknown",
|
3226
|
+
"Status": "Unpopulated",
|
3227
|
+
"Upgrade": "ZIF Socket",
|
3228
|
+
"L1 Cache Handle": "0x0188",
|
3229
|
+
"L2 Cache Handle": "0x0189",
|
3230
|
+
"L3 Cache Handle": "Not Provided",
|
3231
|
+
"Serial Number": "Not Specified",
|
3232
|
+
"Asset Tag": "Not Specified",
|
3233
|
+
"Part Number": "Not Specified"
|
3234
|
+
},
|
3235
|
+
{
|
3236
|
+
"record_id": "0x007F",
|
3237
|
+
"size": "4",
|
3238
|
+
"application_identifier": "Processor Information",
|
3239
|
+
"Socket Designation": "CPU socket #123",
|
3240
|
+
"Type": "Central Processor",
|
3241
|
+
"Family": "Unknown",
|
3242
|
+
"Manufacturer": "000000000000",
|
3243
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3244
|
+
"Version": "Unknown Processor ",
|
3245
|
+
"Voltage": "3.3 V",
|
3246
|
+
"External Clock": "Unknown",
|
3247
|
+
"Max Speed": "30000 MHz",
|
3248
|
+
"Current Speed": "Unknown",
|
3249
|
+
"Status": "Unpopulated",
|
3250
|
+
"Upgrade": "ZIF Socket",
|
3251
|
+
"L1 Cache Handle": "0x018A",
|
3252
|
+
"L2 Cache Handle": "0x018B",
|
3253
|
+
"L3 Cache Handle": "Not Provided",
|
3254
|
+
"Serial Number": "Not Specified",
|
3255
|
+
"Asset Tag": "Not Specified",
|
3256
|
+
"Part Number": "Not Specified"
|
3257
|
+
},
|
3258
|
+
{
|
3259
|
+
"record_id": "0x0080",
|
3260
|
+
"size": "4",
|
3261
|
+
"application_identifier": "Processor Information",
|
3262
|
+
"Socket Designation": "CPU socket #124",
|
3263
|
+
"Type": "Central Processor",
|
3264
|
+
"Family": "Unknown",
|
3265
|
+
"Manufacturer": "000000000000",
|
3266
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3267
|
+
"Version": "Unknown Processor ",
|
3268
|
+
"Voltage": "3.3 V",
|
3269
|
+
"External Clock": "Unknown",
|
3270
|
+
"Max Speed": "30000 MHz",
|
3271
|
+
"Current Speed": "Unknown",
|
3272
|
+
"Status": "Unpopulated",
|
3273
|
+
"Upgrade": "ZIF Socket",
|
3274
|
+
"L1 Cache Handle": "0x018C",
|
3275
|
+
"L2 Cache Handle": "0x018D",
|
3276
|
+
"L3 Cache Handle": "Not Provided",
|
3277
|
+
"Serial Number": "Not Specified",
|
3278
|
+
"Asset Tag": "Not Specified",
|
3279
|
+
"Part Number": "Not Specified"
|
3280
|
+
},
|
3281
|
+
{
|
3282
|
+
"record_id": "0x0081",
|
3283
|
+
"size": "4",
|
3284
|
+
"application_identifier": "Processor Information",
|
3285
|
+
"Socket Designation": "CPU socket #125",
|
3286
|
+
"Type": "Central Processor",
|
3287
|
+
"Family": "Unknown",
|
3288
|
+
"Manufacturer": "000000000000",
|
3289
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3290
|
+
"Version": "Unknown Processor ",
|
3291
|
+
"Voltage": "3.3 V",
|
3292
|
+
"External Clock": "Unknown",
|
3293
|
+
"Max Speed": "30000 MHz",
|
3294
|
+
"Current Speed": "Unknown",
|
3295
|
+
"Status": "Unpopulated",
|
3296
|
+
"Upgrade": "ZIF Socket",
|
3297
|
+
"L1 Cache Handle": "0x018E",
|
3298
|
+
"L2 Cache Handle": "0x018F",
|
3299
|
+
"L3 Cache Handle": "Not Provided",
|
3300
|
+
"Serial Number": "Not Specified",
|
3301
|
+
"Asset Tag": "Not Specified",
|
3302
|
+
"Part Number": "Not Specified"
|
3303
|
+
},
|
3304
|
+
{
|
3305
|
+
"record_id": "0x0082",
|
3306
|
+
"size": "4",
|
3307
|
+
"application_identifier": "Processor Information",
|
3308
|
+
"Socket Designation": "CPU socket #126",
|
3309
|
+
"Type": "Central Processor",
|
3310
|
+
"Family": "Unknown",
|
3311
|
+
"Manufacturer": "000000000000",
|
3312
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3313
|
+
"Version": "Unknown Processor ",
|
3314
|
+
"Voltage": "3.3 V",
|
3315
|
+
"External Clock": "Unknown",
|
3316
|
+
"Max Speed": "30000 MHz",
|
3317
|
+
"Current Speed": "Unknown",
|
3318
|
+
"Status": "Unpopulated",
|
3319
|
+
"Upgrade": "ZIF Socket",
|
3320
|
+
"L1 Cache Handle": "0x0190",
|
3321
|
+
"L2 Cache Handle": "0x0191",
|
3322
|
+
"L3 Cache Handle": "Not Provided",
|
3323
|
+
"Serial Number": "Not Specified",
|
3324
|
+
"Asset Tag": "Not Specified",
|
3325
|
+
"Part Number": "Not Specified"
|
3326
|
+
},
|
3327
|
+
{
|
3328
|
+
"record_id": "0x0083",
|
3329
|
+
"size": "4",
|
3330
|
+
"application_identifier": "Memory Controller Information",
|
3331
|
+
"Socket Designation": "CPU socket #127",
|
3332
|
+
"Type": "Central Processor",
|
3333
|
+
"Family": "Unknown",
|
3334
|
+
"Manufacturer": "000000000000",
|
3335
|
+
"ID": "00 00 00 00 00 00 00 00",
|
3336
|
+
"Version": "Unknown Processor ",
|
3337
|
+
"Voltage": "3.3 V",
|
3338
|
+
"External Clock": "Unknown",
|
3339
|
+
"Max Speed": "30000 MHz",
|
3340
|
+
"Current Speed": "Unknown",
|
3341
|
+
"Status": "Unpopulated",
|
3342
|
+
"Upgrade": "ZIF Socket",
|
3343
|
+
"L1 Cache Handle": "0x0192",
|
3344
|
+
"L2 Cache Handle": "0x0193",
|
3345
|
+
"L3 Cache Handle": "Not Provided",
|
3346
|
+
"Serial Number": "Not Specified",
|
3347
|
+
"Asset Tag": "Not Specified",
|
3348
|
+
"Part Number": "Not Specified",
|
3349
|
+
"Error Detecting Method": "None",
|
3350
|
+
"Error Correcting Capabilities": {
|
3351
|
+
"None": null
|
3352
|
+
},
|
3353
|
+
"Supported Interleave": "One-way Interleave",
|
3354
|
+
"Current Interleave": "One-way Interleave",
|
3355
|
+
"Maximum Memory Module Size": "32768 MB",
|
3356
|
+
"Maximum Total Memory Size": "491520 MB",
|
3357
|
+
"Supported Speeds": {
|
3358
|
+
"70 ns": null,
|
3359
|
+
"60 ns": null
|
3360
|
+
},
|
3361
|
+
"Supported Memory Types": {
|
3362
|
+
"FPM": null,
|
3363
|
+
"EDO": null,
|
3364
|
+
"DIMM": null,
|
3365
|
+
"SDRAM": null
|
3366
|
+
},
|
3367
|
+
"Memory Module Voltage": "3.3 V",
|
3368
|
+
"Associated Memory Slots": {
|
3369
|
+
"0x0085": null,
|
3370
|
+
"0x0086": null,
|
3371
|
+
"0x0087": null,
|
3372
|
+
"0x0088": null,
|
3373
|
+
"0x0089": null,
|
3374
|
+
"0x008A": null,
|
3375
|
+
"0x008B": null,
|
3376
|
+
"0x008C": null,
|
3377
|
+
"0x008D": null,
|
3378
|
+
"0x008E": null,
|
3379
|
+
"0x008F": null,
|
3380
|
+
"0x0090": null,
|
3381
|
+
"0x0091": null,
|
3382
|
+
"0x0092": null,
|
3383
|
+
"0x0093": null
|
3384
|
+
},
|
3385
|
+
"Enabled Error Correcting Capabilities": {
|
3386
|
+
"None": null
|
3387
|
+
}
|
3388
|
+
}
|
3389
|
+
],
|
3390
|
+
"type": "Central Processor",
|
3391
|
+
"family": "Unknown",
|
3392
|
+
"voltage": "3.3 V",
|
3393
|
+
"external_clock": "Unknown",
|
3394
|
+
"max_speed": "30000 MHz",
|
3395
|
+
"upgrade": "ZIF Socket",
|
3396
|
+
"l3_cache_handle": "Not Provided",
|
3397
|
+
"serial_number": "Not Specified",
|
3398
|
+
"asset_tag": "Not Specified",
|
3399
|
+
"part_number": "Not Specified",
|
3400
|
+
"error_detecting_method": "None",
|
3401
|
+
"supported_interleave": "One-way Interleave",
|
3402
|
+
"current_interleave": "One-way Interleave",
|
3403
|
+
"maximum_memory_module_size": "32768 MB",
|
3404
|
+
"maximum_total_memory_size": "491520 MB",
|
3405
|
+
"memory_module_voltage": "3.3 V"
|
3406
|
+
},
|
3407
|
+
"memory_module": {
|
3408
|
+
"all_records": [
|
3409
|
+
{
|
3410
|
+
"record_id": "0x0085",
|
3411
|
+
"size": "6",
|
3412
|
+
"application_identifier": "Memory Module Information",
|
3413
|
+
"Socket Designation": "RAM socket #0",
|
3414
|
+
"Bank Connections": "None",
|
3415
|
+
"Current Speed": "Unknown",
|
3416
|
+
"Type": "EDO DIMM",
|
3417
|
+
"Installed Size": "256 MB (Single-bank Connection)",
|
3418
|
+
"Enabled Size": "256 MB (Single-bank Connection)",
|
3419
|
+
"Error Status": "OK"
|
3420
|
+
},
|
3421
|
+
{
|
3422
|
+
"record_id": "0x0086",
|
3423
|
+
"size": "6",
|
3424
|
+
"application_identifier": "Memory Module Information",
|
3425
|
+
"Socket Designation": "RAM socket #1",
|
3426
|
+
"Bank Connections": "None",
|
3427
|
+
"Current Speed": "Unknown",
|
3428
|
+
"Type": "EDO DIMM",
|
3429
|
+
"Installed Size": "128 MB (Single-bank Connection)",
|
3430
|
+
"Enabled Size": "128 MB (Single-bank Connection)",
|
3431
|
+
"Error Status": "OK"
|
3432
|
+
},
|
3433
|
+
{
|
3434
|
+
"record_id": "0x0087",
|
3435
|
+
"size": "6",
|
3436
|
+
"application_identifier": "Memory Module Information",
|
3437
|
+
"Socket Designation": "RAM socket #2",
|
3438
|
+
"Bank Connections": "None",
|
3439
|
+
"Current Speed": "Unknown",
|
3440
|
+
"Type": "EDO DIMM",
|
3441
|
+
"Installed Size": "64 MB (Single-bank Connection)",
|
3442
|
+
"Enabled Size": "64 MB (Single-bank Connection)",
|
3443
|
+
"Error Status": "OK"
|
3444
|
+
},
|
3445
|
+
{
|
3446
|
+
"record_id": "0x0088",
|
3447
|
+
"size": "6",
|
3448
|
+
"application_identifier": "Memory Module Information",
|
3449
|
+
"Socket Designation": "RAM socket #3",
|
3450
|
+
"Bank Connections": "None",
|
3451
|
+
"Current Speed": "Unknown",
|
3452
|
+
"Type": "EDO DIMM",
|
3453
|
+
"Installed Size": "32 MB (Single-bank Connection)",
|
3454
|
+
"Enabled Size": "32 MB (Single-bank Connection)",
|
3455
|
+
"Error Status": "OK"
|
3456
|
+
},
|
3457
|
+
{
|
3458
|
+
"record_id": "0x0089",
|
3459
|
+
"size": "6",
|
3460
|
+
"application_identifier": "Memory Module Information",
|
3461
|
+
"Socket Designation": "RAM socket #4",
|
3462
|
+
"Bank Connections": "None",
|
3463
|
+
"Current Speed": "Unknown",
|
3464
|
+
"Type": "DIMM",
|
3465
|
+
"Installed Size": "Not Installed",
|
3466
|
+
"Enabled Size": "Not Installed",
|
3467
|
+
"Error Status": "OK"
|
3468
|
+
},
|
3469
|
+
{
|
3470
|
+
"record_id": "0x008A",
|
3471
|
+
"size": "6",
|
3472
|
+
"application_identifier": "Memory Module Information",
|
3473
|
+
"Socket Designation": "RAM socket #5",
|
3474
|
+
"Bank Connections": "None",
|
3475
|
+
"Current Speed": "Unknown",
|
3476
|
+
"Type": "DIMM",
|
3477
|
+
"Installed Size": "Not Installed",
|
3478
|
+
"Enabled Size": "Not Installed",
|
3479
|
+
"Error Status": "OK"
|
3480
|
+
},
|
3481
|
+
{
|
3482
|
+
"record_id": "0x008B",
|
3483
|
+
"size": "6",
|
3484
|
+
"application_identifier": "Memory Module Information",
|
3485
|
+
"Socket Designation": "RAM socket #6",
|
3486
|
+
"Bank Connections": "None",
|
3487
|
+
"Current Speed": "Unknown",
|
3488
|
+
"Type": "DIMM",
|
3489
|
+
"Installed Size": "Not Installed",
|
3490
|
+
"Enabled Size": "Not Installed",
|
3491
|
+
"Error Status": "OK"
|
3492
|
+
},
|
3493
|
+
{
|
3494
|
+
"record_id": "0x008C",
|
3495
|
+
"size": "6",
|
3496
|
+
"application_identifier": "Memory Module Information",
|
3497
|
+
"Socket Designation": "RAM socket #7",
|
3498
|
+
"Bank Connections": "None",
|
3499
|
+
"Current Speed": "Unknown",
|
3500
|
+
"Type": "DIMM",
|
3501
|
+
"Installed Size": "Not Installed",
|
3502
|
+
"Enabled Size": "Not Installed",
|
3503
|
+
"Error Status": "OK"
|
3504
|
+
},
|
3505
|
+
{
|
3506
|
+
"record_id": "0x008D",
|
3507
|
+
"size": "6",
|
3508
|
+
"application_identifier": "Memory Module Information",
|
3509
|
+
"Socket Designation": "RAM socket #8",
|
3510
|
+
"Bank Connections": "None",
|
3511
|
+
"Current Speed": "Unknown",
|
3512
|
+
"Type": "DIMM",
|
3513
|
+
"Installed Size": "Not Installed",
|
3514
|
+
"Enabled Size": "Not Installed",
|
3515
|
+
"Error Status": "OK"
|
3516
|
+
},
|
3517
|
+
{
|
3518
|
+
"record_id": "0x008E",
|
3519
|
+
"size": "6",
|
3520
|
+
"application_identifier": "Memory Module Information",
|
3521
|
+
"Socket Designation": "RAM socket #9",
|
3522
|
+
"Bank Connections": "None",
|
3523
|
+
"Current Speed": "Unknown",
|
3524
|
+
"Type": "DIMM",
|
3525
|
+
"Installed Size": "Not Installed",
|
3526
|
+
"Enabled Size": "Not Installed",
|
3527
|
+
"Error Status": "OK"
|
3528
|
+
},
|
3529
|
+
{
|
3530
|
+
"record_id": "0x008F",
|
3531
|
+
"size": "6",
|
3532
|
+
"application_identifier": "Memory Module Information",
|
3533
|
+
"Socket Designation": "RAM socket #10",
|
3534
|
+
"Bank Connections": "None",
|
3535
|
+
"Current Speed": "Unknown",
|
3536
|
+
"Type": "DIMM",
|
3537
|
+
"Installed Size": "Not Installed",
|
3538
|
+
"Enabled Size": "Not Installed",
|
3539
|
+
"Error Status": "OK"
|
3540
|
+
},
|
3541
|
+
{
|
3542
|
+
"record_id": "0x0090",
|
3543
|
+
"size": "6",
|
3544
|
+
"application_identifier": "Memory Module Information",
|
3545
|
+
"Socket Designation": "RAM socket #11",
|
3546
|
+
"Bank Connections": "None",
|
3547
|
+
"Current Speed": "Unknown",
|
3548
|
+
"Type": "DIMM",
|
3549
|
+
"Installed Size": "Not Installed",
|
3550
|
+
"Enabled Size": "Not Installed",
|
3551
|
+
"Error Status": "OK"
|
3552
|
+
},
|
3553
|
+
{
|
3554
|
+
"record_id": "0x0091",
|
3555
|
+
"size": "6",
|
3556
|
+
"application_identifier": "Memory Module Information",
|
3557
|
+
"Socket Designation": "RAM socket #12",
|
3558
|
+
"Bank Connections": "None",
|
3559
|
+
"Current Speed": "Unknown",
|
3560
|
+
"Type": "DIMM",
|
3561
|
+
"Installed Size": "Not Installed",
|
3562
|
+
"Enabled Size": "Not Installed",
|
3563
|
+
"Error Status": "OK"
|
3564
|
+
},
|
3565
|
+
{
|
3566
|
+
"record_id": "0x0092",
|
3567
|
+
"size": "6",
|
3568
|
+
"application_identifier": "Memory Module Information",
|
3569
|
+
"Socket Designation": "RAM socket #13",
|
3570
|
+
"Bank Connections": "None",
|
3571
|
+
"Current Speed": "Unknown",
|
3572
|
+
"Type": "DIMM",
|
3573
|
+
"Installed Size": "Not Installed",
|
3574
|
+
"Enabled Size": "Not Installed",
|
3575
|
+
"Error Status": "OK"
|
3576
|
+
},
|
3577
|
+
{
|
3578
|
+
"record_id": "0x0093",
|
3579
|
+
"size": "6",
|
3580
|
+
"application_identifier": "On Board Device ",
|
3581
|
+
"Socket Designation": "L2 Cache",
|
3582
|
+
"Bank Connections": "None",
|
3583
|
+
"Current Speed": "Unknown",
|
3584
|
+
"Type": "Sound",
|
3585
|
+
"Installed Size": "0 kB",
|
3586
|
+
"Enabled Size": "Not Installed",
|
3587
|
+
"Error Status": "OK",
|
3588
|
+
"Configuration": "Enabled, Socketed, Level 2",
|
3589
|
+
"Operational Mode": "Write Back",
|
3590
|
+
"Location": "External",
|
3591
|
+
"Maximum Size": "24576 kB",
|
3592
|
+
"Supported SRAM Types": {
|
3593
|
+
"Burst": null,
|
3594
|
+
"Pipeline Burst": null,
|
3595
|
+
"Asynchronous": null
|
3596
|
+
},
|
3597
|
+
"Installed SRAM Type": "Burst",
|
3598
|
+
"Speed": "Unknown",
|
3599
|
+
"Error Correction Type": "Unknown",
|
3600
|
+
"System Type": "Unknown",
|
3601
|
+
"Associativity": "Unknown",
|
3602
|
+
"Internal Reference Designator": "J12",
|
3603
|
+
"Internal Connector Type": "None",
|
3604
|
+
"External Reference Designator": "PS/2 Mouse",
|
3605
|
+
"External Connector Type": "Circular DIN-8 male",
|
3606
|
+
"Port Type": "Keyboard Port",
|
3607
|
+
"Designation": "PCI Slot J14",
|
3608
|
+
"Current Usage": "Available",
|
3609
|
+
"Length": "Long",
|
3610
|
+
"Characteristics": {
|
3611
|
+
"5.0 V is provided": null,
|
3612
|
+
"3.3 V is provided": null
|
3613
|
+
},
|
3614
|
+
"ID": "4",
|
3615
|
+
"Status": "Disabled",
|
3616
|
+
"Description": "ES1371"
|
3617
|
+
}
|
3618
|
+
],
|
3619
|
+
"bank_connections": "None",
|
3620
|
+
"current_speed": "Unknown",
|
3621
|
+
"error_status": "OK",
|
3622
|
+
"configuration": "Enabled, Socketed, Level 2",
|
3623
|
+
"operational_mode": "Write Back",
|
3624
|
+
"location": "External",
|
3625
|
+
"maximum_size": "24576 kB",
|
3626
|
+
"installed_sram_type": "Burst",
|
3627
|
+
"speed": "Unknown",
|
3628
|
+
"error_correction_type": "Unknown",
|
3629
|
+
"system_type": "Unknown",
|
3630
|
+
"associativity": "Unknown",
|
3631
|
+
"internal_reference_designator": "J12",
|
3632
|
+
"internal_connector_type": "None",
|
3633
|
+
"external_reference_designator": "PS/2 Mouse",
|
3634
|
+
"external_connector_type": "Circular DIN-8 male",
|
3635
|
+
"port_type": "Keyboard Port",
|
3636
|
+
"designation": "PCI Slot J14",
|
3637
|
+
"current_usage": "Available",
|
3638
|
+
"length": "Long",
|
3639
|
+
"id": "4",
|
3640
|
+
"status": "Disabled",
|
3641
|
+
"description": "ES1371"
|
3642
|
+
},
|
3643
|
+
"oem_strings": {
|
3644
|
+
"all_records": [
|
3645
|
+
{
|
3646
|
+
"record_id": "0x01A0",
|
3647
|
+
"size": "11",
|
3648
|
+
"application_identifier": "End Of Table",
|
3649
|
+
"String 1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
|
3650
|
+
"String 2": "Welcome to the Virtual Machine",
|
3651
|
+
"Area Length": "16 bytes",
|
3652
|
+
"Header Start Offset": "0x0000",
|
3653
|
+
"Header Length": "16 bytes",
|
3654
|
+
"Data Start Offset": "0x0010",
|
3655
|
+
"Access Method": "General-purpose non-volatile data functions",
|
3656
|
+
"Access Address": "0x0000",
|
3657
|
+
"Status": "No errors detected",
|
3658
|
+
"Change Token": "0x00000036",
|
3659
|
+
"Header Format": "Type 1",
|
3660
|
+
"Supported Log Type Descriptors": "3",
|
3661
|
+
"Descriptor 1": "POST error",
|
3662
|
+
"Data Format 1": "POST results bitmap",
|
3663
|
+
"Descriptor 2": "Single-bit ECC memory error",
|
3664
|
+
"Data Format 2": "Multiple-event",
|
3665
|
+
"Descriptor 3": "Multi-bit ECC memory error",
|
3666
|
+
"Data Format 3": "Multiple-event",
|
3667
|
+
"Location": "System Board Or Motherboard",
|
3668
|
+
"Use": "System Memory",
|
3669
|
+
"Error Correction Type": "None",
|
3670
|
+
"Maximum Capacity": "1 TB",
|
3671
|
+
"Error Information Handle": "No Error",
|
3672
|
+
"Number Of Devices": "64",
|
3673
|
+
"Array Handle": "0x01A2",
|
3674
|
+
"Total Width": "Unknown",
|
3675
|
+
"Data Width": "Unknown",
|
3676
|
+
"Size": "No Module Installed",
|
3677
|
+
"Form Factor": "DIMM",
|
3678
|
+
"Set": "None",
|
3679
|
+
"Locator": "RAM slot #63",
|
3680
|
+
"Bank Locator": "RAM slot #63",
|
3681
|
+
"Type": "OK",
|
3682
|
+
"Type Detail": "Unknown",
|
3683
|
+
"Speed": "Unknown",
|
3684
|
+
"Manufacturer": "Not Specified",
|
3685
|
+
"Serial Number": "Not Specified",
|
3686
|
+
"Asset Tag": "Not Specified",
|
3687
|
+
"Part Number": "Not Specified",
|
3688
|
+
"Granularity": "Unknown",
|
3689
|
+
"Operation": "Unknown",
|
3690
|
+
"Vendor Syndrome": "Unknown",
|
3691
|
+
"Memory Array Address": "Unknown",
|
3692
|
+
"Device Address": "Unknown",
|
3693
|
+
"Resolution": "Unknown",
|
3694
|
+
"Starting Address": "0x0001DFFFC00",
|
3695
|
+
"Ending Address": "0x0001DFFFFFF",
|
3696
|
+
"Range Size": "1 kB",
|
3697
|
+
"Physical Array Handle": "0x01A2",
|
3698
|
+
"Partition Width": "64",
|
3699
|
+
"Physical Device Handle": "0x01E2",
|
3700
|
+
"Memory Array Mapped Address Handle": "0x01E4",
|
3701
|
+
"Partition Row Position": "Unknown",
|
3702
|
+
"Interleave Position": "Unknown",
|
3703
|
+
"Interleaved Data Depth": "Unknown",
|
3704
|
+
"Watchdog Timer": "Present",
|
3705
|
+
"Boot Option": "Do Not Reboot",
|
3706
|
+
"Boot Option On Limit": "Do Not Reboot",
|
3707
|
+
"Reset Count": "Unknown",
|
3708
|
+
"Reset Limit": "Unknown",
|
3709
|
+
"Timer Interval": "Unknown",
|
3710
|
+
"Timeout": "Unknown",
|
3711
|
+
"Power-On Password Status": "Disabled",
|
3712
|
+
"Keyboard Password Status": "Unknown",
|
3713
|
+
"Administrator Password Status": "Enabled",
|
3714
|
+
"Front Panel Reset Status": "Unknown",
|
3715
|
+
"Manufacturer Name": "Intel",
|
3716
|
+
"Inbound Connection": "Enabled",
|
3717
|
+
"Outbound Connection": "Disabled"
|
3718
|
+
}
|
3719
|
+
],
|
3720
|
+
"string_1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
|
3721
|
+
"string_2": "Welcome to the Virtual Machine",
|
3722
|
+
"area_length": "16 bytes",
|
3723
|
+
"header_start_offset": "0x0000",
|
3724
|
+
"header_length": "16 bytes",
|
3725
|
+
"data_start_offset": "0x0010",
|
3726
|
+
"access_method": "General-purpose non-volatile data functions",
|
3727
|
+
"access_address": "0x0000",
|
3728
|
+
"status": "No errors detected",
|
3729
|
+
"change_token": "0x00000036",
|
3730
|
+
"header_format": "Type 1",
|
3731
|
+
"supported_log_type_descriptors": "3",
|
3732
|
+
"descriptor_1": "POST error",
|
3733
|
+
"data_format_1": "POST results bitmap",
|
3734
|
+
"descriptor_2": "Single-bit ECC memory error",
|
3735
|
+
"data_format_2": "Multiple-event",
|
3736
|
+
"descriptor_3": "Multi-bit ECC memory error",
|
3737
|
+
"data_format_3": "Multiple-event",
|
3738
|
+
"location": "System Board Or Motherboard",
|
3739
|
+
"use": "System Memory",
|
3740
|
+
"error_correction_type": "None",
|
3741
|
+
"maximum_capacity": "1 TB",
|
3742
|
+
"error_information_handle": "No Error",
|
3743
|
+
"number_of_devices": "64",
|
3744
|
+
"array_handle": "0x01A2",
|
3745
|
+
"total_width": "Unknown",
|
3746
|
+
"data_width": "Unknown",
|
3747
|
+
"size": "No Module Installed",
|
3748
|
+
"form_factor": "DIMM",
|
3749
|
+
"set": "None",
|
3750
|
+
"locator": "RAM slot #63",
|
3751
|
+
"bank_locator": "RAM slot #63",
|
3752
|
+
"type": "OK",
|
3753
|
+
"type_detail": "Unknown",
|
3754
|
+
"speed": "Unknown",
|
3755
|
+
"manufacturer": "Not Specified",
|
3756
|
+
"serial_number": "Not Specified",
|
3757
|
+
"asset_tag": "Not Specified",
|
3758
|
+
"part_number": "Not Specified",
|
3759
|
+
"granularity": "Unknown",
|
3760
|
+
"operation": "Unknown",
|
3761
|
+
"vendor_syndrome": "Unknown",
|
3762
|
+
"memory_array_address": "Unknown",
|
3763
|
+
"device_address": "Unknown",
|
3764
|
+
"resolution": "Unknown",
|
3765
|
+
"starting_address": "0x0001DFFFC00",
|
3766
|
+
"ending_address": "0x0001DFFFFFF",
|
3767
|
+
"range_size": "1 kB",
|
3768
|
+
"physical_array_handle": "0x01A2",
|
3769
|
+
"partition_width": "64",
|
3770
|
+
"physical_device_handle": "0x01E2",
|
3771
|
+
"memory_array_mapped_address_handle": "0x01E4",
|
3772
|
+
"partition_row_position": "Unknown",
|
3773
|
+
"interleave_position": "Unknown",
|
3774
|
+
"interleaved_data_depth": "Unknown",
|
3775
|
+
"watchdog_timer": "Present",
|
3776
|
+
"boot_option": "Do Not Reboot",
|
3777
|
+
"boot_option_on_limit": "Do Not Reboot",
|
3778
|
+
"reset_count": "Unknown",
|
3779
|
+
"reset_limit": "Unknown",
|
3780
|
+
"timer_interval": "Unknown",
|
3781
|
+
"timeout": "Unknown",
|
3782
|
+
"power_on_password_status": "Disabled",
|
3783
|
+
"keyboard_password_status": "Unknown",
|
3784
|
+
"administrator_password_status": "Enabled",
|
3785
|
+
"front_panel_reset_status": "Unknown",
|
3786
|
+
"manufacturer_name": "Intel",
|
3787
|
+
"inbound_connection": "Enabled",
|
3788
|
+
"outbound_connection": "Disabled"
|
3789
|
+
}
|
3790
|
+
},
|
3791
|
+
"command": {
|
3792
|
+
"ps": "ps -ef"
|
3793
|
+
},
|
3794
|
+
"languages": {
|
3795
|
+
"ruby": {
|
3796
|
+
"bin_dir": "/usr/local/bin",
|
3797
|
+
"gem_bin": "/usr/local/bin/gem",
|
3798
|
+
"gems_dir": "/usr/local/gems",
|
3799
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
3800
|
+
}
|
3801
|
+
},
|
3802
|
+
"chef_packages": {
|
3803
|
+
"chef": {
|
3804
|
+
"version": "12.0.1",
|
3805
|
+
"chef_root": "/usr/local/gems/chef-12.0.1/lib"
|
3806
|
+
},
|
3807
|
+
"ohai": {
|
3808
|
+
"version": "8.0.1",
|
3809
|
+
"ohai_root": "/usr/local/gems/ohai-8.0.1/lib/ohai"
|
3810
|
+
}
|
3811
|
+
},
|
3812
|
+
"counters": {
|
3813
|
+
"network": {
|
3814
|
+
"interfaces": {
|
3815
|
+
"eth0": {
|
3816
|
+
"rx": {
|
3817
|
+
"bytes": "0",
|
3818
|
+
"packets": "0",
|
3819
|
+
"errors": "0",
|
3820
|
+
"drop": 0,
|
3821
|
+
"overrun": 0,
|
3822
|
+
"frame": 0,
|
3823
|
+
"compressed": 0,
|
3824
|
+
"multicast": 0
|
3825
|
+
},
|
3826
|
+
"tx": {
|
3827
|
+
"bytes": "342",
|
3828
|
+
"packets": "0",
|
3829
|
+
"errors": "0",
|
3830
|
+
"drop": 0,
|
3831
|
+
"overrun": 0,
|
3832
|
+
"collisions": "0",
|
3833
|
+
"carrier": 0,
|
3834
|
+
"compressed": 0
|
3835
|
+
}
|
3836
|
+
}
|
3837
|
+
}
|
3838
|
+
}
|
3839
|
+
},
|
3840
|
+
"current_user": "fauxhai",
|
3841
|
+
"domain": "local",
|
3842
|
+
"etc": {
|
3843
|
+
"passwd": {
|
3844
|
+
"fauxhai": {
|
3845
|
+
"dir": "/home/fauxhai",
|
3846
|
+
"gid": 0,
|
3847
|
+
"uid": 0,
|
3848
|
+
"shell": "/bin/bash",
|
3849
|
+
"gecos": "Fauxhai"
|
3850
|
+
}
|
3851
|
+
},
|
3852
|
+
"group": {
|
3853
|
+
"fauxhai": {
|
3854
|
+
"gid": 0,
|
3855
|
+
"members": [
|
3856
|
+
"fauxhai"
|
3857
|
+
]
|
3858
|
+
}
|
3859
|
+
}
|
3860
|
+
},
|
3861
|
+
"hostname": "Fauxhai",
|
3862
|
+
"fqdn": "fauxhai.local",
|
3863
|
+
"ipaddress": "10.0.0.2",
|
3864
|
+
"keys": {
|
3865
|
+
"ssh": {
|
3866
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
3867
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
3868
|
+
}
|
3869
|
+
},
|
3870
|
+
"macaddress": "11:11:11:11:11:11",
|
3871
|
+
"network": {
|
3872
|
+
"default_gateway": "10.0.0.1",
|
3873
|
+
"default_interface": "eth0",
|
3874
|
+
"settings": {
|
3875
|
+
},
|
3876
|
+
"interfaces": {
|
3877
|
+
"eth0": {
|
3878
|
+
"addresses": {
|
3879
|
+
"10.0.0.2": {
|
3880
|
+
"broadcast": "10.0.0.255",
|
3881
|
+
"family": "inet",
|
3882
|
+
"netmask": "255.255.255.0",
|
3883
|
+
"prefixlen": "23",
|
3884
|
+
"scope": "Global"
|
3885
|
+
}
|
3886
|
+
},
|
3887
|
+
"arp": {
|
3888
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
3889
|
+
},
|
3890
|
+
"encapsulation": "Ethernet",
|
3891
|
+
"flags": [
|
3892
|
+
"BROADCAST",
|
3893
|
+
"MULTICAST",
|
3894
|
+
"UP",
|
3895
|
+
"LOWER_UP"
|
3896
|
+
],
|
3897
|
+
"mtu": "1500",
|
3898
|
+
"number": "0",
|
3899
|
+
"routes": {
|
3900
|
+
"10.0.0.0/255": {
|
3901
|
+
"scope": "link",
|
3902
|
+
"src": "10.0.0.2"
|
3903
|
+
}
|
3904
|
+
},
|
3905
|
+
"state": "up",
|
3906
|
+
"type": "eth"
|
3907
|
+
}
|
3908
|
+
}
|
3909
|
+
},
|
3910
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
3911
|
+
"uptime_seconds": 2646450,
|
3912
|
+
"cpu": {
|
3913
|
+
"real": 1,
|
3914
|
+
"total": 1
|
3915
|
+
},
|
3916
|
+
"memory": {
|
3917
|
+
"total": "1024MB"
|
3918
|
+
}
|
3919
|
+
}
|