fauxhai 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/CHANGELOG.md +10 -2
  4. data/fauxhai.gemspec +1 -1
  5. data/lib/fauxhai/platforms/amazon/2012.09.json +33 -30
  6. data/lib/fauxhai/platforms/centos/5.8.json +33 -30
  7. data/lib/fauxhai/platforms/centos/5.9.json +33 -30
  8. data/lib/fauxhai/platforms/centos/6.0.json +33 -30
  9. data/lib/fauxhai/platforms/centos/6.2.json +34 -31
  10. data/lib/fauxhai/platforms/centos/6.3.json +34 -31
  11. data/lib/fauxhai/platforms/centos/6.4.json +33 -30
  12. data/lib/fauxhai/platforms/debian/6.0.5.json +33 -30
  13. data/lib/fauxhai/platforms/debian/7.0.json +33 -30
  14. data/lib/fauxhai/platforms/debian/7.1.json +34 -30
  15. data/lib/fauxhai/platforms/fedora/18.json +33 -30
  16. data/lib/fauxhai/platforms/freebsd/9.1.json +33 -30
  17. data/lib/fauxhai/platforms/gentoo/2.1.json +33 -30
  18. data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +33 -30
  19. data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +33 -30
  20. data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +33 -30
  21. data/lib/fauxhai/platforms/omnios/151002.json +33 -30
  22. data/lib/fauxhai/platforms/opensuse/12.3.json +33 -30
  23. data/lib/fauxhai/platforms/redhat/5.8.json +33 -30
  24. data/lib/fauxhai/platforms/redhat/6.3.json +33 -30
  25. data/lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json +34 -31
  26. data/lib/fauxhai/platforms/suse/11.03.json +33 -30
  27. data/lib/fauxhai/platforms/ubuntu/10.04.json +33 -30
  28. data/lib/fauxhai/platforms/ubuntu/12.04.json +33 -30
  29. data/lib/fauxhai/platforms/ubuntu/13.04.json +2571 -0
  30. data/lib/fauxhai/platforms/windows/2008R2.json +33 -30
  31. data/lib/fauxhai/runner.rb +28 -25
  32. metadata +4 -4
@@ -1597,37 +1597,40 @@
1597
1597
  "network": {
1598
1598
  "default_gateway": "10.0.0.1",
1599
1599
  "default_interface": "net0",
1600
- "net0": {
1601
- "addresses": {
1602
- "10.0.0.2": {
1603
- "broadcast": "10.0.0.255",
1604
- "family": "inet",
1605
- "netmask": "255.255.255.0"
1606
- }
1607
- },
1608
- "arp": {
1609
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1610
- },
1611
- "encapsulation": "Ethernet",
1612
- "flags": [
1613
- "BROADCAST",
1614
- "MULTICAST",
1615
- "UP",
1616
- "LOWER_UP",
1617
- "IPv4",
1618
- "CoS",
1619
- "L3Protect"
1620
- ],
1621
- "mtu": "1500",
1622
- "number": "0",
1623
- "routes": {
1624
- "10.0.0.0/255": {
1625
- "scope": "link",
1626
- "src": "10.0.0.2"
1627
- }
1628
- },
1629
- "state": "up",
1630
- "type": "net"
1600
+ "settings": {},
1601
+ "interfaces": {
1602
+ "net0": {
1603
+ "addresses": {
1604
+ "10.0.0.2": {
1605
+ "broadcast": "10.0.0.255",
1606
+ "family": "inet",
1607
+ "netmask": "255.255.255.0"
1608
+ }
1609
+ },
1610
+ "arp": {
1611
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1612
+ },
1613
+ "encapsulation": "Ethernet",
1614
+ "flags": [
1615
+ "BROADCAST",
1616
+ "MULTICAST",
1617
+ "UP",
1618
+ "LOWER_UP",
1619
+ "IPv4",
1620
+ "CoS",
1621
+ "L3Protect"
1622
+ ],
1623
+ "mtu": "1500",
1624
+ "number": "0",
1625
+ "routes": {
1626
+ "10.0.0.0/255": {
1627
+ "scope": "link",
1628
+ "src": "10.0.0.2"
1629
+ }
1630
+ },
1631
+ "state": "up",
1632
+ "type": "net"
1633
+ }
1631
1634
  }
1632
1635
  },
1633
1636
  "uptime": "30 days 15 hours 07 minutes 30 seconds",
@@ -541,36 +541,39 @@
541
541
  "network": {
542
542
  "default_gateway": "10.0.0.1",
543
543
  "default_interface": "eth0",
544
- "eth0": {
545
- "addresses": {
546
- "10.0.0.2": {
547
- "broadcast": "10.0.0.255",
548
- "family": "inet",
549
- "netmask": "255.255.255.0",
550
- "prefixlen": "23",
551
- "scope": "Global"
552
- }
553
- },
554
- "arp": {
555
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
556
- },
557
- "encapsulation": "Ethernet",
558
- "flags": [
559
- "BROADCAST",
560
- "MULTICAST",
561
- "UP",
562
- "LOWER_UP"
563
- ],
564
- "mtu": "1500",
565
- "number": "0",
566
- "routes": {
567
- "10.0.0.0/255": {
568
- "scope": "link",
569
- "src": "10.0.0.2"
570
- }
571
- },
572
- "state": "up",
573
- "type": "eth"
544
+ "settings": {},
545
+ "interfaces": {
546
+ "eth0": {
547
+ "addresses": {
548
+ "10.0.0.2": {
549
+ "broadcast": "10.0.0.255",
550
+ "family": "inet",
551
+ "netmask": "255.255.255.0",
552
+ "prefixlen": "23",
553
+ "scope": "Global"
554
+ }
555
+ },
556
+ "arp": {
557
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
558
+ },
559
+ "encapsulation": "Ethernet",
560
+ "flags": [
561
+ "BROADCAST",
562
+ "MULTICAST",
563
+ "UP",
564
+ "LOWER_UP"
565
+ ],
566
+ "mtu": "1500",
567
+ "number": "0",
568
+ "routes": {
569
+ "10.0.0.0/255": {
570
+ "scope": "link",
571
+ "src": "10.0.0.2"
572
+ }
573
+ },
574
+ "state": "up",
575
+ "type": "eth"
576
+ }
574
577
  }
575
578
  },
576
579
  "uptime": "30 days 15 hours 07 minutes 30 seconds",
@@ -469,36 +469,39 @@
469
469
  "network": {
470
470
  "default_gateway": "10.0.0.1",
471
471
  "default_interface": "eth0",
472
- "eth0": {
473
- "addresses": {
474
- "10.0.0.2": {
475
- "broadcast": "10.0.0.255",
476
- "family": "inet",
477
- "netmask": "255.255.255.0",
478
- "prefixlen": "23",
479
- "scope": "Global"
480
- }
481
- },
482
- "arp": {
483
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
484
- },
485
- "encapsulation": "Ethernet",
486
- "flags": [
487
- "BROADCAST",
488
- "MULTICAST",
489
- "UP",
490
- "LOWER_UP"
491
- ],
492
- "mtu": "1500",
493
- "number": "0",
494
- "routes": {
495
- "10.0.0.0/255": {
496
- "scope": "link",
497
- "src": "10.0.0.2"
498
- }
499
- },
500
- "state": "up",
501
- "type": "eth"
472
+ "settings": {},
473
+ "interfaces": {
474
+ "eth0": {
475
+ "addresses": {
476
+ "10.0.0.2": {
477
+ "broadcast": "10.0.0.255",
478
+ "family": "inet",
479
+ "netmask": "255.255.255.0",
480
+ "prefixlen": "23",
481
+ "scope": "Global"
482
+ }
483
+ },
484
+ "arp": {
485
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
486
+ },
487
+ "encapsulation": "Ethernet",
488
+ "flags": [
489
+ "BROADCAST",
490
+ "MULTICAST",
491
+ "UP",
492
+ "LOWER_UP"
493
+ ],
494
+ "mtu": "1500",
495
+ "number": "0",
496
+ "routes": {
497
+ "10.0.0.0/255": {
498
+ "scope": "link",
499
+ "src": "10.0.0.2"
500
+ }
501
+ },
502
+ "state": "up",
503
+ "type": "eth"
504
+ }
502
505
  }
503
506
  },
504
507
  "uptime": "30 days 15 hours 07 minutes 30 seconds",
@@ -391,36 +391,39 @@
391
391
  "network": {
392
392
  "default_gateway": "10.0.0.1",
393
393
  "default_interface": "eth0",
394
- "eth0": {
395
- "addresses": {
396
- "10.0.0.2": {
397
- "broadcast": "10.0.0.255",
398
- "family": "inet",
399
- "netmask": "255.255.255.0",
400
- "prefixlen": "23",
401
- "scope": "Global"
402
- }
403
- },
404
- "arp": {
405
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
406
- },
407
- "encapsulation": "Ethernet",
408
- "flags": [
409
- "BROADCAST",
410
- "MULTICAST",
411
- "UP",
412
- "LOWER_UP"
413
- ],
414
- "mtu": "1500",
415
- "number": "0",
416
- "routes": {
417
- "10.0.0.0/255": {
418
- "scope": "link",
419
- "src": "10.0.0.2"
420
- }
421
- },
422
- "state": "up",
423
- "type": "eth"
394
+ "settings": {},
395
+ "interfaces": {
396
+ "eth0": {
397
+ "addresses": {
398
+ "10.0.0.2": {
399
+ "broadcast": "10.0.0.255",
400
+ "family": "inet",
401
+ "netmask": "255.255.255.0",
402
+ "prefixlen": "23",
403
+ "scope": "Global"
404
+ }
405
+ },
406
+ "arp": {
407
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
408
+ },
409
+ "encapsulation": "Ethernet",
410
+ "flags": [
411
+ "BROADCAST",
412
+ "MULTICAST",
413
+ "UP",
414
+ "LOWER_UP"
415
+ ],
416
+ "mtu": "1500",
417
+ "number": "0",
418
+ "routes": {
419
+ "10.0.0.0/255": {
420
+ "scope": "link",
421
+ "src": "10.0.0.2"
422
+ }
423
+ },
424
+ "state": "up",
425
+ "type": "eth"
426
+ }
424
427
  }
425
428
  },
426
429
  "uptime": "30 days 15 hours 07 minutes 30 seconds",
@@ -0,0 +1,2571 @@
1
+ {
2
+ "kernel": {
3
+ "name": "Linux",
4
+ "release": "3.8.0-19-generic",
5
+ "version": "#30-Ubuntu SMP Wed May 1 16:35:23 UTC 2013",
6
+ "machine": "x86_64",
7
+ "modules": {
8
+ "btrfs": {
9
+ "size": "785967",
10
+ "refcount": "0"
11
+ },
12
+ "zlib_deflate": {
13
+ "size": "26885",
14
+ "refcount": "1"
15
+ },
16
+ "ufs": {
17
+ "size": "74597",
18
+ "refcount": "0"
19
+ },
20
+ "qnx4": {
21
+ "size": "13317",
22
+ "refcount": "0"
23
+ },
24
+ "hfsplus": {
25
+ "size": "88539",
26
+ "refcount": "0"
27
+ },
28
+ "hfs": {
29
+ "size": "54503",
30
+ "refcount": "0"
31
+ },
32
+ "minix": {
33
+ "size": "36072",
34
+ "refcount": "0"
35
+ },
36
+ "ntfs": {
37
+ "size": "96967",
38
+ "refcount": "0"
39
+ },
40
+ "msdos": {
41
+ "size": "17332",
42
+ "refcount": "0"
43
+ },
44
+ "jfs": {
45
+ "size": "185045",
46
+ "refcount": "0"
47
+ },
48
+ "xfs": {
49
+ "size": "869118",
50
+ "refcount": "0"
51
+ },
52
+ "libcrc32c": {
53
+ "size": "12615",
54
+ "refcount": "2"
55
+ },
56
+ "reiserfs": {
57
+ "size": "241608",
58
+ "refcount": "0"
59
+ },
60
+ "vmhgfs": {
61
+ "size": "54638",
62
+ "refcount": "1"
63
+ },
64
+ "vsock": {
65
+ "size": "47657",
66
+ "refcount": "0"
67
+ },
68
+ "acpiphp": {
69
+ "size": "23954",
70
+ "refcount": "0"
71
+ },
72
+ "dm_crypt": {
73
+ "size": "22820",
74
+ "refcount": "0"
75
+ },
76
+ "coretemp": {
77
+ "size": "13355",
78
+ "refcount": "0"
79
+ },
80
+ "ppdev": {
81
+ "size": "17073",
82
+ "refcount": "0"
83
+ },
84
+ "vmw_balloon": {
85
+ "size": "12673",
86
+ "refcount": "0"
87
+ },
88
+ "microcode": {
89
+ "size": "22881",
90
+ "refcount": "0"
91
+ },
92
+ "psmouse": {
93
+ "size": "95870",
94
+ "refcount": "0"
95
+ },
96
+ "serio_raw": {
97
+ "size": "13215",
98
+ "refcount": "0"
99
+ },
100
+ "parport_pc": {
101
+ "size": "28152",
102
+ "refcount": "1"
103
+ },
104
+ "mac_hid": {
105
+ "size": "13205",
106
+ "refcount": "0"
107
+ },
108
+ "nfsd": {
109
+ "size": "248016",
110
+ "refcount": "2"
111
+ },
112
+ "auth_rpcgss": {
113
+ "size": "40632",
114
+ "refcount": "1"
115
+ },
116
+ "nfs_acl": {
117
+ "size": "12837",
118
+ "refcount": "1"
119
+ },
120
+ "nfs": {
121
+ "size": "164047",
122
+ "refcount": "0"
123
+ },
124
+ "lockd": {
125
+ "size": "76670",
126
+ "refcount": "2"
127
+ },
128
+ "i2c_piix4": {
129
+ "size": "13266",
130
+ "refcount": "0"
131
+ },
132
+ "sunrpc": {
133
+ "size": "235585",
134
+ "refcount": "6"
135
+ },
136
+ "fscache": {
137
+ "size": "57430",
138
+ "refcount": "1"
139
+ },
140
+ "shpchp": {
141
+ "size": "37032",
142
+ "refcount": "0"
143
+ },
144
+ "ext2": {
145
+ "size": "72837",
146
+ "refcount": "1"
147
+ },
148
+ "vmci": {
149
+ "size": "82394",
150
+ "refcount": "2"
151
+ },
152
+ "lp": {
153
+ "size": "17759",
154
+ "refcount": "0"
155
+ },
156
+ "parport": {
157
+ "size": "46345",
158
+ "refcount": "3"
159
+ },
160
+ "vmw_pvscsi": {
161
+ "size": "22358",
162
+ "refcount": "0"
163
+ },
164
+ "vmxnet3": {
165
+ "size": "44609",
166
+ "refcount": "0"
167
+ },
168
+ "ghash_clmulni_intel": {
169
+ "size": "13259",
170
+ "refcount": "0"
171
+ },
172
+ "aesni_intel": {
173
+ "size": "55399",
174
+ "refcount": "0"
175
+ },
176
+ "aes_x86_64": {
177
+ "size": "17255",
178
+ "refcount": "1"
179
+ },
180
+ "xts": {
181
+ "size": "12885",
182
+ "refcount": "1"
183
+ },
184
+ "lrw": {
185
+ "size": "13257",
186
+ "refcount": "1"
187
+ },
188
+ "gf128mul": {
189
+ "size": "14951",
190
+ "refcount": "2"
191
+ },
192
+ "ablk_helper": {
193
+ "size": "13597",
194
+ "refcount": "1"
195
+ },
196
+ "cryptd": {
197
+ "size": "20373",
198
+ "refcount": "3"
199
+ },
200
+ "vmwgfx": {
201
+ "size": "130610",
202
+ "refcount": "0"
203
+ },
204
+ "floppy": {
205
+ "size": "69449",
206
+ "refcount": "0"
207
+ },
208
+ "ttm": {
209
+ "size": "83187",
210
+ "refcount": "1"
211
+ },
212
+ "e1000": {
213
+ "size": "114507",
214
+ "refcount": "0"
215
+ },
216
+ "drm": {
217
+ "size": "286313",
218
+ "refcount": "2"
219
+ },
220
+ "mptspi": {
221
+ "size": "22529",
222
+ "refcount": "2"
223
+ },
224
+ "mptscsih": {
225
+ "size": "40289",
226
+ "refcount": "1"
227
+ },
228
+ "mptbase": {
229
+ "size": "101888",
230
+ "refcount": "2"
231
+ }
232
+ },
233
+ "os": "GNU/Linux"
234
+ },
235
+ "os": "linux",
236
+ "os_version": "3.8.0-19-generic",
237
+ "dmi": {
238
+ "dmidecode_version": "2.11",
239
+ "smbios_version": "2.4",
240
+ "structures": {
241
+ "count": "364",
242
+ "size": "17093"
243
+ },
244
+ "table_location": "0x000E0010",
245
+ "bios": {
246
+ "all_records": [
247
+ {
248
+ "record_id": "0x0000",
249
+ "size": "0",
250
+ "application_identifier": "BIOS Information",
251
+ "Vendor": "Phoenix Technologies LTD",
252
+ "Version": "6.00",
253
+ "Release Date": "07/31/2013",
254
+ "Address": "0xEA050",
255
+ "Runtime Size": "90032 bytes",
256
+ "ROM Size": "64 kB",
257
+ "Characteristics": {
258
+ "ISA is supported": null,
259
+ "PCI is supported": null,
260
+ "PC Card (PCMCIA) is supported": null,
261
+ "PNP is supported": null,
262
+ "APM is supported": null,
263
+ "BIOS is upgradeable": null,
264
+ "BIOS shadowing is allowed": null,
265
+ "ESCD support is available": null,
266
+ "Boot from CD is supported": null,
267
+ "Selectable boot is supported": null,
268
+ "EDD is supported": null,
269
+ "Print screen service is supported (int 5h)": null,
270
+ "8042 keyboard services are supported (int 9h)": null,
271
+ "Serial services are supported (int 14h)": null,
272
+ "Printer services are supported (int 17h)": null,
273
+ "CGA/mono video services are supported (int 10h)": null,
274
+ "ACPI is supported": null,
275
+ "Smart battery is supported": null,
276
+ "BIOS boot specification is supported": null,
277
+ "Function key-initiated network boot is supported": null,
278
+ "Targeted content distribution is supported": null
279
+ },
280
+ "BIOS Revision": "4.6",
281
+ "Firmware Revision": "0.0"
282
+ }
283
+ ],
284
+ "vendor": "Phoenix Technologies LTD",
285
+ "version": "6.00",
286
+ "release_date": "07/31/2013",
287
+ "address": "0xEA050",
288
+ "runtime_size": "90032 bytes",
289
+ "rom_size": "64 kB",
290
+ "bios_revision": "4.6",
291
+ "firmware_revision": "0.0"
292
+ },
293
+ "system": {
294
+ "all_records": [
295
+ {
296
+ "record_id": "0x0001",
297
+ "size": "1",
298
+ "application_identifier": "System Information",
299
+ "Manufacturer": "VMware, Inc.",
300
+ "Product Name": "VMware Virtual Platform",
301
+ "Version": "None",
302
+ "Serial Number": "VMware-56 4d 85 e0 a7 5f 3a 95-aa cc a6 bc 36 b7 96 f3",
303
+ "UUID": "564D85E0-A75F-3A95-AACC-A6BC36B796F3",
304
+ "Wake-up Type": "Power Switch",
305
+ "SKU Number": "Not Specified",
306
+ "Family": "Not Specified"
307
+ }
308
+ ],
309
+ "manufacturer": "VMware, Inc.",
310
+ "product_name": "VMware Virtual Platform",
311
+ "version": "None",
312
+ "serial_number": "VMware-56 4d 85 e0 a7 5f 3a 95-aa cc a6 bc 36 b7 96 f3",
313
+ "uuid": "564D85E0-A75F-3A95-AACC-A6BC36B796F3",
314
+ "wake_up_type": "Power Switch",
315
+ "sku_number": "Not Specified",
316
+ "family": "Not Specified"
317
+ },
318
+ "base_board": {
319
+ "all_records": [
320
+ {
321
+ "record_id": "0x0002",
322
+ "size": "2",
323
+ "application_identifier": "Base Board Information",
324
+ "Manufacturer": "Intel Corporation",
325
+ "Product Name": "440BX Desktop Reference Platform",
326
+ "Version": "None",
327
+ "Serial Number": "None",
328
+ "Asset Tag": "Not Specified",
329
+ "Features": "None",
330
+ "Location In Chassis": "Not Specified",
331
+ "Chassis Handle": "0x0000",
332
+ "Type": "Unknown",
333
+ "Contained Object Handles": "0"
334
+ }
335
+ ],
336
+ "manufacturer": "Intel Corporation",
337
+ "product_name": "440BX Desktop Reference Platform",
338
+ "version": "None",
339
+ "serial_number": "None",
340
+ "asset_tag": "Not Specified",
341
+ "features": "None",
342
+ "location_in_chassis": "Not Specified",
343
+ "chassis_handle": "0x0000",
344
+ "type": "Unknown",
345
+ "contained_object_handles": "0"
346
+ },
347
+ "chassis": {
348
+ "all_records": [
349
+ {
350
+ "record_id": "0x0003",
351
+ "size": "3",
352
+ "application_identifier": "Chassis Information",
353
+ "Manufacturer": "No Enclosure",
354
+ "Type": "Other",
355
+ "Lock": "Not Present",
356
+ "Version": "N/A",
357
+ "Serial Number": "None",
358
+ "Asset Tag": "No Asset Tag",
359
+ "Boot-up State": "Safe",
360
+ "Power Supply State": "Safe",
361
+ "Thermal State": "Safe",
362
+ "Security Status": "None",
363
+ "OEM Information": "0x00001234",
364
+ "Height": "Unspecified",
365
+ "Number Of Power Cords": "Unspecified",
366
+ "Contained Elements": "0"
367
+ }
368
+ ],
369
+ "manufacturer": "No Enclosure",
370
+ "type": "Other",
371
+ "lock": "Not Present",
372
+ "version": "N/A",
373
+ "serial_number": "None",
374
+ "asset_tag": "No Asset Tag",
375
+ "boot_up_state": "Safe",
376
+ "power_supply_state": "Safe",
377
+ "thermal_state": "Safe",
378
+ "security_status": "None",
379
+ "oem_information": "0x00001234",
380
+ "height": "Unspecified",
381
+ "number_of_power_cords": "Unspecified",
382
+ "contained_elements": "0"
383
+ },
384
+ "processor": {
385
+ "all_records": [
386
+ {
387
+ "record_id": "0x0004",
388
+ "size": "4",
389
+ "application_identifier": "Processor Information",
390
+ "Socket Designation": "CPU socket #0",
391
+ "Type": "Central Processor",
392
+ "Family": "Unknown",
393
+ "Manufacturer": "GenuineIntel",
394
+ "ID": "A9 06 03 00 FF FB AB 0F",
395
+ "Version": " Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz",
396
+ "Voltage": "3.3 V",
397
+ "External Clock": "Unknown",
398
+ "Max Speed": "30000 MHz",
399
+ "Current Speed": "2300 MHz",
400
+ "Status": "Populated, Enabled",
401
+ "Upgrade": "ZIF Socket",
402
+ "L1 Cache Handle": "0x0054",
403
+ "L2 Cache Handle": "0x0055",
404
+ "L3 Cache Handle": "Not Provided",
405
+ "Serial Number": "Not Specified",
406
+ "Asset Tag": "Not Specified",
407
+ "Part Number": "Not Specified"
408
+ },
409
+ {
410
+ "record_id": "0x0005",
411
+ "size": "4",
412
+ "application_identifier": "Processor Information",
413
+ "Socket Designation": "CPU socket #1",
414
+ "Type": "Central Processor",
415
+ "Family": "Unknown",
416
+ "Manufacturer": "000000000000",
417
+ "ID": "00 00 00 00 00 00 00 00",
418
+ "Version": "Unknown Processor ",
419
+ "Voltage": "3.3 V",
420
+ "External Clock": "Unknown",
421
+ "Max Speed": "30000 MHz",
422
+ "Current Speed": "Unknown",
423
+ "Status": "Unpopulated",
424
+ "Upgrade": "ZIF Socket",
425
+ "L1 Cache Handle": "0x0056",
426
+ "L2 Cache Handle": "0x0057",
427
+ "L3 Cache Handle": "Not Provided",
428
+ "Serial Number": "Not Specified",
429
+ "Asset Tag": "Not Specified",
430
+ "Part Number": "Not Specified"
431
+ },
432
+ {
433
+ "record_id": "0x0006",
434
+ "size": "4",
435
+ "application_identifier": "Processor Information",
436
+ "Socket Designation": "CPU socket #2",
437
+ "Type": "Central Processor",
438
+ "Family": "Unknown",
439
+ "Manufacturer": "000000000000",
440
+ "ID": "00 00 00 00 00 00 00 00",
441
+ "Version": "Unknown Processor ",
442
+ "Voltage": "3.3 V",
443
+ "External Clock": "Unknown",
444
+ "Max Speed": "30000 MHz",
445
+ "Current Speed": "Unknown",
446
+ "Status": "Unpopulated",
447
+ "Upgrade": "ZIF Socket",
448
+ "L1 Cache Handle": "0x0058",
449
+ "L2 Cache Handle": "0x0059",
450
+ "L3 Cache Handle": "Not Provided",
451
+ "Serial Number": "Not Specified",
452
+ "Asset Tag": "Not Specified",
453
+ "Part Number": "Not Specified"
454
+ },
455
+ {
456
+ "record_id": "0x0007",
457
+ "size": "4",
458
+ "application_identifier": "Processor Information",
459
+ "Socket Designation": "CPU socket #3",
460
+ "Type": "Central Processor",
461
+ "Family": "Unknown",
462
+ "Manufacturer": "000000000000",
463
+ "ID": "00 00 00 00 00 00 00 00",
464
+ "Version": "Unknown Processor ",
465
+ "Voltage": "3.3 V",
466
+ "External Clock": "Unknown",
467
+ "Max Speed": "30000 MHz",
468
+ "Current Speed": "Unknown",
469
+ "Status": "Unpopulated",
470
+ "Upgrade": "ZIF Socket",
471
+ "L1 Cache Handle": "0x005A",
472
+ "L2 Cache Handle": "0x005B",
473
+ "L3 Cache Handle": "Not Provided",
474
+ "Serial Number": "Not Specified",
475
+ "Asset Tag": "Not Specified",
476
+ "Part Number": "Not Specified"
477
+ },
478
+ {
479
+ "record_id": "0x0008",
480
+ "size": "4",
481
+ "application_identifier": "Processor Information",
482
+ "Socket Designation": "CPU socket #4",
483
+ "Type": "Central Processor",
484
+ "Family": "Unknown",
485
+ "Manufacturer": "000000000000",
486
+ "ID": "00 00 00 00 00 00 00 00",
487
+ "Version": "Unknown Processor ",
488
+ "Voltage": "3.3 V",
489
+ "External Clock": "Unknown",
490
+ "Max Speed": "30000 MHz",
491
+ "Current Speed": "Unknown",
492
+ "Status": "Unpopulated",
493
+ "Upgrade": "ZIF Socket",
494
+ "L1 Cache Handle": "0x005C",
495
+ "L2 Cache Handle": "0x005D",
496
+ "L3 Cache Handle": "Not Provided",
497
+ "Serial Number": "Not Specified",
498
+ "Asset Tag": "Not Specified",
499
+ "Part Number": "Not Specified"
500
+ },
501
+ {
502
+ "record_id": "0x0009",
503
+ "size": "4",
504
+ "application_identifier": "Processor Information",
505
+ "Socket Designation": "CPU socket #5",
506
+ "Type": "Central Processor",
507
+ "Family": "Unknown",
508
+ "Manufacturer": "000000000000",
509
+ "ID": "00 00 00 00 00 00 00 00",
510
+ "Version": "Unknown Processor ",
511
+ "Voltage": "3.3 V",
512
+ "External Clock": "Unknown",
513
+ "Max Speed": "30000 MHz",
514
+ "Current Speed": "Unknown",
515
+ "Status": "Unpopulated",
516
+ "Upgrade": "ZIF Socket",
517
+ "L1 Cache Handle": "0x005E",
518
+ "L2 Cache Handle": "0x005F",
519
+ "L3 Cache Handle": "Not Provided",
520
+ "Serial Number": "Not Specified",
521
+ "Asset Tag": "Not Specified",
522
+ "Part Number": "Not Specified"
523
+ },
524
+ {
525
+ "record_id": "0x000A",
526
+ "size": "4",
527
+ "application_identifier": "Processor Information",
528
+ "Socket Designation": "CPU socket #6",
529
+ "Type": "Central Processor",
530
+ "Family": "Unknown",
531
+ "Manufacturer": "000000000000",
532
+ "ID": "00 00 00 00 00 00 00 00",
533
+ "Version": "Unknown Processor ",
534
+ "Voltage": "3.3 V",
535
+ "External Clock": "Unknown",
536
+ "Max Speed": "30000 MHz",
537
+ "Current Speed": "Unknown",
538
+ "Status": "Unpopulated",
539
+ "Upgrade": "ZIF Socket",
540
+ "L1 Cache Handle": "0x0060",
541
+ "L2 Cache Handle": "0x0061",
542
+ "L3 Cache Handle": "Not Provided",
543
+ "Serial Number": "Not Specified",
544
+ "Asset Tag": "Not Specified",
545
+ "Part Number": "Not Specified"
546
+ },
547
+ {
548
+ "record_id": "0x000B",
549
+ "size": "4",
550
+ "application_identifier": "Processor Information",
551
+ "Socket Designation": "CPU socket #7",
552
+ "Type": "Central Processor",
553
+ "Family": "Unknown",
554
+ "Manufacturer": "000000000000",
555
+ "ID": "00 00 00 00 00 00 00 00",
556
+ "Version": "Unknown Processor ",
557
+ "Voltage": "3.3 V",
558
+ "External Clock": "Unknown",
559
+ "Max Speed": "30000 MHz",
560
+ "Current Speed": "Unknown",
561
+ "Status": "Unpopulated",
562
+ "Upgrade": "ZIF Socket",
563
+ "L1 Cache Handle": "0x0062",
564
+ "L2 Cache Handle": "0x0063",
565
+ "L3 Cache Handle": "Not Provided",
566
+ "Serial Number": "Not Specified",
567
+ "Asset Tag": "Not Specified",
568
+ "Part Number": "Not Specified"
569
+ },
570
+ {
571
+ "record_id": "0x000C",
572
+ "size": "4",
573
+ "application_identifier": "Processor Information",
574
+ "Socket Designation": "CPU socket #8",
575
+ "Type": "Central Processor",
576
+ "Family": "Unknown",
577
+ "Manufacturer": "000000000000",
578
+ "ID": "00 00 00 00 00 00 00 00",
579
+ "Version": "Unknown Processor ",
580
+ "Voltage": "3.3 V",
581
+ "External Clock": "Unknown",
582
+ "Max Speed": "30000 MHz",
583
+ "Current Speed": "Unknown",
584
+ "Status": "Unpopulated",
585
+ "Upgrade": "ZIF Socket",
586
+ "L1 Cache Handle": "0x0064",
587
+ "L2 Cache Handle": "0x0065",
588
+ "L3 Cache Handle": "Not Provided",
589
+ "Serial Number": "Not Specified",
590
+ "Asset Tag": "Not Specified",
591
+ "Part Number": "Not Specified"
592
+ },
593
+ {
594
+ "record_id": "0x000D",
595
+ "size": "4",
596
+ "application_identifier": "Processor Information",
597
+ "Socket Designation": "CPU socket #9",
598
+ "Type": "Central Processor",
599
+ "Family": "Unknown",
600
+ "Manufacturer": "000000000000",
601
+ "ID": "00 00 00 00 00 00 00 00",
602
+ "Version": "Unknown Processor ",
603
+ "Voltage": "3.3 V",
604
+ "External Clock": "Unknown",
605
+ "Max Speed": "30000 MHz",
606
+ "Current Speed": "Unknown",
607
+ "Status": "Unpopulated",
608
+ "Upgrade": "ZIF Socket",
609
+ "L1 Cache Handle": "0x0066",
610
+ "L2 Cache Handle": "0x0067",
611
+ "L3 Cache Handle": "Not Provided",
612
+ "Serial Number": "Not Specified",
613
+ "Asset Tag": "Not Specified",
614
+ "Part Number": "Not Specified"
615
+ },
616
+ {
617
+ "record_id": "0x000E",
618
+ "size": "4",
619
+ "application_identifier": "Processor Information",
620
+ "Socket Designation": "CPU socket #10",
621
+ "Type": "Central Processor",
622
+ "Family": "Unknown",
623
+ "Manufacturer": "000000000000",
624
+ "ID": "00 00 00 00 00 00 00 00",
625
+ "Version": "Unknown Processor ",
626
+ "Voltage": "3.3 V",
627
+ "External Clock": "Unknown",
628
+ "Max Speed": "30000 MHz",
629
+ "Current Speed": "Unknown",
630
+ "Status": "Unpopulated",
631
+ "Upgrade": "ZIF Socket",
632
+ "L1 Cache Handle": "0x0068",
633
+ "L2 Cache Handle": "0x0069",
634
+ "L3 Cache Handle": "Not Provided",
635
+ "Serial Number": "Not Specified",
636
+ "Asset Tag": "Not Specified",
637
+ "Part Number": "Not Specified"
638
+ },
639
+ {
640
+ "record_id": "0x000F",
641
+ "size": "4",
642
+ "application_identifier": "Processor Information",
643
+ "Socket Designation": "CPU socket #11",
644
+ "Type": "Central Processor",
645
+ "Family": "Unknown",
646
+ "Manufacturer": "000000000000",
647
+ "ID": "00 00 00 00 00 00 00 00",
648
+ "Version": "Unknown Processor ",
649
+ "Voltage": "3.3 V",
650
+ "External Clock": "Unknown",
651
+ "Max Speed": "30000 MHz",
652
+ "Current Speed": "Unknown",
653
+ "Status": "Unpopulated",
654
+ "Upgrade": "ZIF Socket",
655
+ "L1 Cache Handle": "0x006A",
656
+ "L2 Cache Handle": "0x006B",
657
+ "L3 Cache Handle": "Not Provided",
658
+ "Serial Number": "Not Specified",
659
+ "Asset Tag": "Not Specified",
660
+ "Part Number": "Not Specified"
661
+ },
662
+ {
663
+ "record_id": "0x0010",
664
+ "size": "4",
665
+ "application_identifier": "Processor Information",
666
+ "Socket Designation": "CPU socket #12",
667
+ "Type": "Central Processor",
668
+ "Family": "Unknown",
669
+ "Manufacturer": "000000000000",
670
+ "ID": "00 00 00 00 00 00 00 00",
671
+ "Version": "Unknown Processor ",
672
+ "Voltage": "3.3 V",
673
+ "External Clock": "Unknown",
674
+ "Max Speed": "30000 MHz",
675
+ "Current Speed": "Unknown",
676
+ "Status": "Unpopulated",
677
+ "Upgrade": "ZIF Socket",
678
+ "L1 Cache Handle": "0x006C",
679
+ "L2 Cache Handle": "0x006D",
680
+ "L3 Cache Handle": "Not Provided",
681
+ "Serial Number": "Not Specified",
682
+ "Asset Tag": "Not Specified",
683
+ "Part Number": "Not Specified"
684
+ },
685
+ {
686
+ "record_id": "0x0011",
687
+ "size": "4",
688
+ "application_identifier": "Processor Information",
689
+ "Socket Designation": "CPU socket #13",
690
+ "Type": "Central Processor",
691
+ "Family": "Unknown",
692
+ "Manufacturer": "000000000000",
693
+ "ID": "00 00 00 00 00 00 00 00",
694
+ "Version": "Unknown Processor ",
695
+ "Voltage": "3.3 V",
696
+ "External Clock": "Unknown",
697
+ "Max Speed": "30000 MHz",
698
+ "Current Speed": "Unknown",
699
+ "Status": "Unpopulated",
700
+ "Upgrade": "ZIF Socket",
701
+ "L1 Cache Handle": "0x006E",
702
+ "L2 Cache Handle": "0x006F",
703
+ "L3 Cache Handle": "Not Provided",
704
+ "Serial Number": "Not Specified",
705
+ "Asset Tag": "Not Specified",
706
+ "Part Number": "Not Specified"
707
+ },
708
+ {
709
+ "record_id": "0x0012",
710
+ "size": "4",
711
+ "application_identifier": "Processor Information",
712
+ "Socket Designation": "CPU socket #14",
713
+ "Type": "Central Processor",
714
+ "Family": "Unknown",
715
+ "Manufacturer": "000000000000",
716
+ "ID": "00 00 00 00 00 00 00 00",
717
+ "Version": "Unknown Processor ",
718
+ "Voltage": "3.3 V",
719
+ "External Clock": "Unknown",
720
+ "Max Speed": "30000 MHz",
721
+ "Current Speed": "Unknown",
722
+ "Status": "Unpopulated",
723
+ "Upgrade": "ZIF Socket",
724
+ "L1 Cache Handle": "0x0070",
725
+ "L2 Cache Handle": "0x0071",
726
+ "L3 Cache Handle": "Not Provided",
727
+ "Serial Number": "Not Specified",
728
+ "Asset Tag": "Not Specified",
729
+ "Part Number": "Not Specified"
730
+ },
731
+ {
732
+ "record_id": "0x0013",
733
+ "size": "4",
734
+ "application_identifier": "Processor Information",
735
+ "Socket Designation": "CPU socket #15",
736
+ "Type": "Central Processor",
737
+ "Family": "Unknown",
738
+ "Manufacturer": "000000000000",
739
+ "ID": "00 00 00 00 00 00 00 00",
740
+ "Version": "Unknown Processor ",
741
+ "Voltage": "3.3 V",
742
+ "External Clock": "Unknown",
743
+ "Max Speed": "30000 MHz",
744
+ "Current Speed": "Unknown",
745
+ "Status": "Unpopulated",
746
+ "Upgrade": "ZIF Socket",
747
+ "L1 Cache Handle": "0x0072",
748
+ "L2 Cache Handle": "0x0073",
749
+ "L3 Cache Handle": "Not Provided",
750
+ "Serial Number": "Not Specified",
751
+ "Asset Tag": "Not Specified",
752
+ "Part Number": "Not Specified"
753
+ },
754
+ {
755
+ "record_id": "0x0014",
756
+ "size": "4",
757
+ "application_identifier": "Processor Information",
758
+ "Socket Designation": "CPU socket #16",
759
+ "Type": "Central Processor",
760
+ "Family": "Unknown",
761
+ "Manufacturer": "000000000000",
762
+ "ID": "00 00 00 00 00 00 00 00",
763
+ "Version": "Unknown Processor ",
764
+ "Voltage": "3.3 V",
765
+ "External Clock": "Unknown",
766
+ "Max Speed": "30000 MHz",
767
+ "Current Speed": "Unknown",
768
+ "Status": "Unpopulated",
769
+ "Upgrade": "ZIF Socket",
770
+ "L1 Cache Handle": "0x0074",
771
+ "L2 Cache Handle": "0x0075",
772
+ "L3 Cache Handle": "Not Provided",
773
+ "Serial Number": "Not Specified",
774
+ "Asset Tag": "Not Specified",
775
+ "Part Number": "Not Specified"
776
+ },
777
+ {
778
+ "record_id": "0x0015",
779
+ "size": "4",
780
+ "application_identifier": "Processor Information",
781
+ "Socket Designation": "CPU socket #17",
782
+ "Type": "Central Processor",
783
+ "Family": "Unknown",
784
+ "Manufacturer": "000000000000",
785
+ "ID": "00 00 00 00 00 00 00 00",
786
+ "Version": "Unknown Processor ",
787
+ "Voltage": "3.3 V",
788
+ "External Clock": "Unknown",
789
+ "Max Speed": "30000 MHz",
790
+ "Current Speed": "Unknown",
791
+ "Status": "Unpopulated",
792
+ "Upgrade": "ZIF Socket",
793
+ "L1 Cache Handle": "0x0076",
794
+ "L2 Cache Handle": "0x0077",
795
+ "L3 Cache Handle": "Not Provided",
796
+ "Serial Number": "Not Specified",
797
+ "Asset Tag": "Not Specified",
798
+ "Part Number": "Not Specified"
799
+ },
800
+ {
801
+ "record_id": "0x0016",
802
+ "size": "4",
803
+ "application_identifier": "Processor Information",
804
+ "Socket Designation": "CPU socket #18",
805
+ "Type": "Central Processor",
806
+ "Family": "Unknown",
807
+ "Manufacturer": "000000000000",
808
+ "ID": "00 00 00 00 00 00 00 00",
809
+ "Version": "Unknown Processor ",
810
+ "Voltage": "3.3 V",
811
+ "External Clock": "Unknown",
812
+ "Max Speed": "30000 MHz",
813
+ "Current Speed": "Unknown",
814
+ "Status": "Unpopulated",
815
+ "Upgrade": "ZIF Socket",
816
+ "L1 Cache Handle": "0x0078",
817
+ "L2 Cache Handle": "0x0079",
818
+ "L3 Cache Handle": "Not Provided",
819
+ "Serial Number": "Not Specified",
820
+ "Asset Tag": "Not Specified",
821
+ "Part Number": "Not Specified"
822
+ },
823
+ {
824
+ "record_id": "0x0017",
825
+ "size": "4",
826
+ "application_identifier": "Processor Information",
827
+ "Socket Designation": "CPU socket #19",
828
+ "Type": "Central Processor",
829
+ "Family": "Unknown",
830
+ "Manufacturer": "000000000000",
831
+ "ID": "00 00 00 00 00 00 00 00",
832
+ "Version": "Unknown Processor ",
833
+ "Voltage": "3.3 V",
834
+ "External Clock": "Unknown",
835
+ "Max Speed": "30000 MHz",
836
+ "Current Speed": "Unknown",
837
+ "Status": "Unpopulated",
838
+ "Upgrade": "ZIF Socket",
839
+ "L1 Cache Handle": "0x007A",
840
+ "L2 Cache Handle": "0x007B",
841
+ "L3 Cache Handle": "Not Provided",
842
+ "Serial Number": "Not Specified",
843
+ "Asset Tag": "Not Specified",
844
+ "Part Number": "Not Specified"
845
+ },
846
+ {
847
+ "record_id": "0x0018",
848
+ "size": "4",
849
+ "application_identifier": "Processor Information",
850
+ "Socket Designation": "CPU socket #20",
851
+ "Type": "Central Processor",
852
+ "Family": "Unknown",
853
+ "Manufacturer": "000000000000",
854
+ "ID": "00 00 00 00 00 00 00 00",
855
+ "Version": "Unknown Processor ",
856
+ "Voltage": "3.3 V",
857
+ "External Clock": "Unknown",
858
+ "Max Speed": "30000 MHz",
859
+ "Current Speed": "Unknown",
860
+ "Status": "Unpopulated",
861
+ "Upgrade": "ZIF Socket",
862
+ "L1 Cache Handle": "0x007C",
863
+ "L2 Cache Handle": "0x007D",
864
+ "L3 Cache Handle": "Not Provided",
865
+ "Serial Number": "Not Specified",
866
+ "Asset Tag": "Not Specified",
867
+ "Part Number": "Not Specified"
868
+ },
869
+ {
870
+ "record_id": "0x0019",
871
+ "size": "4",
872
+ "application_identifier": "Processor Information",
873
+ "Socket Designation": "CPU socket #21",
874
+ "Type": "Central Processor",
875
+ "Family": "Unknown",
876
+ "Manufacturer": "000000000000",
877
+ "ID": "00 00 00 00 00 00 00 00",
878
+ "Version": "Unknown Processor ",
879
+ "Voltage": "3.3 V",
880
+ "External Clock": "Unknown",
881
+ "Max Speed": "30000 MHz",
882
+ "Current Speed": "Unknown",
883
+ "Status": "Unpopulated",
884
+ "Upgrade": "ZIF Socket",
885
+ "L1 Cache Handle": "0x007E",
886
+ "L2 Cache Handle": "0x007F",
887
+ "L3 Cache Handle": "Not Provided",
888
+ "Serial Number": "Not Specified",
889
+ "Asset Tag": "Not Specified",
890
+ "Part Number": "Not Specified"
891
+ },
892
+ {
893
+ "record_id": "0x001A",
894
+ "size": "4",
895
+ "application_identifier": "Processor Information",
896
+ "Socket Designation": "CPU socket #22",
897
+ "Type": "Central Processor",
898
+ "Family": "Unknown",
899
+ "Manufacturer": "000000000000",
900
+ "ID": "00 00 00 00 00 00 00 00",
901
+ "Version": "Unknown Processor ",
902
+ "Voltage": "3.3 V",
903
+ "External Clock": "Unknown",
904
+ "Max Speed": "30000 MHz",
905
+ "Current Speed": "Unknown",
906
+ "Status": "Unpopulated",
907
+ "Upgrade": "ZIF Socket",
908
+ "L1 Cache Handle": "0x0080",
909
+ "L2 Cache Handle": "0x0081",
910
+ "L3 Cache Handle": "Not Provided",
911
+ "Serial Number": "Not Specified",
912
+ "Asset Tag": "Not Specified",
913
+ "Part Number": "Not Specified"
914
+ },
915
+ {
916
+ "record_id": "0x001B",
917
+ "size": "4",
918
+ "application_identifier": "Processor Information",
919
+ "Socket Designation": "CPU socket #23",
920
+ "Type": "Central Processor",
921
+ "Family": "Unknown",
922
+ "Manufacturer": "000000000000",
923
+ "ID": "00 00 00 00 00 00 00 00",
924
+ "Version": "Unknown Processor ",
925
+ "Voltage": "3.3 V",
926
+ "External Clock": "Unknown",
927
+ "Max Speed": "30000 MHz",
928
+ "Current Speed": "Unknown",
929
+ "Status": "Unpopulated",
930
+ "Upgrade": "ZIF Socket",
931
+ "L1 Cache Handle": "0x0082",
932
+ "L2 Cache Handle": "0x0083",
933
+ "L3 Cache Handle": "Not Provided",
934
+ "Serial Number": "Not Specified",
935
+ "Asset Tag": "Not Specified",
936
+ "Part Number": "Not Specified"
937
+ },
938
+ {
939
+ "record_id": "0x001C",
940
+ "size": "4",
941
+ "application_identifier": "Processor Information",
942
+ "Socket Designation": "CPU socket #24",
943
+ "Type": "Central Processor",
944
+ "Family": "Unknown",
945
+ "Manufacturer": "000000000000",
946
+ "ID": "00 00 00 00 00 00 00 00",
947
+ "Version": "Unknown Processor ",
948
+ "Voltage": "3.3 V",
949
+ "External Clock": "Unknown",
950
+ "Max Speed": "30000 MHz",
951
+ "Current Speed": "Unknown",
952
+ "Status": "Unpopulated",
953
+ "Upgrade": "ZIF Socket",
954
+ "L1 Cache Handle": "0x0084",
955
+ "L2 Cache Handle": "0x0085",
956
+ "L3 Cache Handle": "Not Provided",
957
+ "Serial Number": "Not Specified",
958
+ "Asset Tag": "Not Specified",
959
+ "Part Number": "Not Specified"
960
+ },
961
+ {
962
+ "record_id": "0x001D",
963
+ "size": "4",
964
+ "application_identifier": "Processor Information",
965
+ "Socket Designation": "CPU socket #25",
966
+ "Type": "Central Processor",
967
+ "Family": "Unknown",
968
+ "Manufacturer": "000000000000",
969
+ "ID": "00 00 00 00 00 00 00 00",
970
+ "Version": "Unknown Processor ",
971
+ "Voltage": "3.3 V",
972
+ "External Clock": "Unknown",
973
+ "Max Speed": "30000 MHz",
974
+ "Current Speed": "Unknown",
975
+ "Status": "Unpopulated",
976
+ "Upgrade": "ZIF Socket",
977
+ "L1 Cache Handle": "0x0086",
978
+ "L2 Cache Handle": "0x0087",
979
+ "L3 Cache Handle": "Not Provided",
980
+ "Serial Number": "Not Specified",
981
+ "Asset Tag": "Not Specified",
982
+ "Part Number": "Not Specified"
983
+ },
984
+ {
985
+ "record_id": "0x001E",
986
+ "size": "4",
987
+ "application_identifier": "Processor Information",
988
+ "Socket Designation": "CPU socket #26",
989
+ "Type": "Central Processor",
990
+ "Family": "Unknown",
991
+ "Manufacturer": "000000000000",
992
+ "ID": "00 00 00 00 00 00 00 00",
993
+ "Version": "Unknown Processor ",
994
+ "Voltage": "3.3 V",
995
+ "External Clock": "Unknown",
996
+ "Max Speed": "30000 MHz",
997
+ "Current Speed": "Unknown",
998
+ "Status": "Unpopulated",
999
+ "Upgrade": "ZIF Socket",
1000
+ "L1 Cache Handle": "0x0088",
1001
+ "L2 Cache Handle": "0x0089",
1002
+ "L3 Cache Handle": "Not Provided",
1003
+ "Serial Number": "Not Specified",
1004
+ "Asset Tag": "Not Specified",
1005
+ "Part Number": "Not Specified"
1006
+ },
1007
+ {
1008
+ "record_id": "0x001F",
1009
+ "size": "4",
1010
+ "application_identifier": "Processor Information",
1011
+ "Socket Designation": "CPU socket #27",
1012
+ "Type": "Central Processor",
1013
+ "Family": "Unknown",
1014
+ "Manufacturer": "000000000000",
1015
+ "ID": "00 00 00 00 00 00 00 00",
1016
+ "Version": "Unknown Processor ",
1017
+ "Voltage": "3.3 V",
1018
+ "External Clock": "Unknown",
1019
+ "Max Speed": "30000 MHz",
1020
+ "Current Speed": "Unknown",
1021
+ "Status": "Unpopulated",
1022
+ "Upgrade": "ZIF Socket",
1023
+ "L1 Cache Handle": "0x008A",
1024
+ "L2 Cache Handle": "0x008B",
1025
+ "L3 Cache Handle": "Not Provided",
1026
+ "Serial Number": "Not Specified",
1027
+ "Asset Tag": "Not Specified",
1028
+ "Part Number": "Not Specified"
1029
+ },
1030
+ {
1031
+ "record_id": "0x0020",
1032
+ "size": "4",
1033
+ "application_identifier": "Processor Information",
1034
+ "Socket Designation": "CPU socket #28",
1035
+ "Type": "Central Processor",
1036
+ "Family": "Unknown",
1037
+ "Manufacturer": "000000000000",
1038
+ "ID": "00 00 00 00 00 00 00 00",
1039
+ "Version": "Unknown Processor ",
1040
+ "Voltage": "3.3 V",
1041
+ "External Clock": "Unknown",
1042
+ "Max Speed": "30000 MHz",
1043
+ "Current Speed": "Unknown",
1044
+ "Status": "Unpopulated",
1045
+ "Upgrade": "ZIF Socket",
1046
+ "L1 Cache Handle": "0x008C",
1047
+ "L2 Cache Handle": "0x008D",
1048
+ "L3 Cache Handle": "Not Provided",
1049
+ "Serial Number": "Not Specified",
1050
+ "Asset Tag": "Not Specified",
1051
+ "Part Number": "Not Specified"
1052
+ },
1053
+ {
1054
+ "record_id": "0x0021",
1055
+ "size": "4",
1056
+ "application_identifier": "Processor Information",
1057
+ "Socket Designation": "CPU socket #29",
1058
+ "Type": "Central Processor",
1059
+ "Family": "Unknown",
1060
+ "Manufacturer": "000000000000",
1061
+ "ID": "00 00 00 00 00 00 00 00",
1062
+ "Version": "Unknown Processor ",
1063
+ "Voltage": "3.3 V",
1064
+ "External Clock": "Unknown",
1065
+ "Max Speed": "30000 MHz",
1066
+ "Current Speed": "Unknown",
1067
+ "Status": "Unpopulated",
1068
+ "Upgrade": "ZIF Socket",
1069
+ "L1 Cache Handle": "0x008E",
1070
+ "L2 Cache Handle": "0x008F",
1071
+ "L3 Cache Handle": "Not Provided",
1072
+ "Serial Number": "Not Specified",
1073
+ "Asset Tag": "Not Specified",
1074
+ "Part Number": "Not Specified"
1075
+ },
1076
+ {
1077
+ "record_id": "0x0022",
1078
+ "size": "4",
1079
+ "application_identifier": "Processor Information",
1080
+ "Socket Designation": "CPU socket #30",
1081
+ "Type": "Central Processor",
1082
+ "Family": "Unknown",
1083
+ "Manufacturer": "000000000000",
1084
+ "ID": "00 00 00 00 00 00 00 00",
1085
+ "Version": "Unknown Processor ",
1086
+ "Voltage": "3.3 V",
1087
+ "External Clock": "Unknown",
1088
+ "Max Speed": "30000 MHz",
1089
+ "Current Speed": "Unknown",
1090
+ "Status": "Unpopulated",
1091
+ "Upgrade": "ZIF Socket",
1092
+ "L1 Cache Handle": "0x0090",
1093
+ "L2 Cache Handle": "0x0091",
1094
+ "L3 Cache Handle": "Not Provided",
1095
+ "Serial Number": "Not Specified",
1096
+ "Asset Tag": "Not Specified",
1097
+ "Part Number": "Not Specified"
1098
+ },
1099
+ {
1100
+ "record_id": "0x0023",
1101
+ "size": "4",
1102
+ "application_identifier": "Processor Information",
1103
+ "Socket Designation": "CPU socket #31",
1104
+ "Type": "Central Processor",
1105
+ "Family": "Unknown",
1106
+ "Manufacturer": "000000000000",
1107
+ "ID": "00 00 00 00 00 00 00 00",
1108
+ "Version": "Unknown Processor ",
1109
+ "Voltage": "3.3 V",
1110
+ "External Clock": "Unknown",
1111
+ "Max Speed": "30000 MHz",
1112
+ "Current Speed": "Unknown",
1113
+ "Status": "Unpopulated",
1114
+ "Upgrade": "ZIF Socket",
1115
+ "L1 Cache Handle": "0x0092",
1116
+ "L2 Cache Handle": "0x0093",
1117
+ "L3 Cache Handle": "Not Provided",
1118
+ "Serial Number": "Not Specified",
1119
+ "Asset Tag": "Not Specified",
1120
+ "Part Number": "Not Specified"
1121
+ },
1122
+ {
1123
+ "record_id": "0x0024",
1124
+ "size": "4",
1125
+ "application_identifier": "Processor Information",
1126
+ "Socket Designation": "CPU socket #32",
1127
+ "Type": "Central Processor",
1128
+ "Family": "Unknown",
1129
+ "Manufacturer": "000000000000",
1130
+ "ID": "00 00 00 00 00 00 00 00",
1131
+ "Version": "Unknown Processor ",
1132
+ "Voltage": "3.3 V",
1133
+ "External Clock": "Unknown",
1134
+ "Max Speed": "30000 MHz",
1135
+ "Current Speed": "Unknown",
1136
+ "Status": "Unpopulated",
1137
+ "Upgrade": "ZIF Socket",
1138
+ "L1 Cache Handle": "0x0094",
1139
+ "L2 Cache Handle": "0x0095",
1140
+ "L3 Cache Handle": "Not Provided",
1141
+ "Serial Number": "Not Specified",
1142
+ "Asset Tag": "Not Specified",
1143
+ "Part Number": "Not Specified"
1144
+ },
1145
+ {
1146
+ "record_id": "0x0025",
1147
+ "size": "4",
1148
+ "application_identifier": "Processor Information",
1149
+ "Socket Designation": "CPU socket #33",
1150
+ "Type": "Central Processor",
1151
+ "Family": "Unknown",
1152
+ "Manufacturer": "000000000000",
1153
+ "ID": "00 00 00 00 00 00 00 00",
1154
+ "Version": "Unknown Processor ",
1155
+ "Voltage": "3.3 V",
1156
+ "External Clock": "Unknown",
1157
+ "Max Speed": "30000 MHz",
1158
+ "Current Speed": "Unknown",
1159
+ "Status": "Unpopulated",
1160
+ "Upgrade": "ZIF Socket",
1161
+ "L1 Cache Handle": "0x0096",
1162
+ "L2 Cache Handle": "0x0097",
1163
+ "L3 Cache Handle": "Not Provided",
1164
+ "Serial Number": "Not Specified",
1165
+ "Asset Tag": "Not Specified",
1166
+ "Part Number": "Not Specified"
1167
+ },
1168
+ {
1169
+ "record_id": "0x0026",
1170
+ "size": "4",
1171
+ "application_identifier": "Processor Information",
1172
+ "Socket Designation": "CPU socket #34",
1173
+ "Type": "Central Processor",
1174
+ "Family": "Unknown",
1175
+ "Manufacturer": "000000000000",
1176
+ "ID": "00 00 00 00 00 00 00 00",
1177
+ "Version": "Unknown Processor ",
1178
+ "Voltage": "3.3 V",
1179
+ "External Clock": "Unknown",
1180
+ "Max Speed": "30000 MHz",
1181
+ "Current Speed": "Unknown",
1182
+ "Status": "Unpopulated",
1183
+ "Upgrade": "ZIF Socket",
1184
+ "L1 Cache Handle": "0x0098",
1185
+ "L2 Cache Handle": "0x0099",
1186
+ "L3 Cache Handle": "Not Provided",
1187
+ "Serial Number": "Not Specified",
1188
+ "Asset Tag": "Not Specified",
1189
+ "Part Number": "Not Specified"
1190
+ },
1191
+ {
1192
+ "record_id": "0x0027",
1193
+ "size": "4",
1194
+ "application_identifier": "Processor Information",
1195
+ "Socket Designation": "CPU socket #35",
1196
+ "Type": "Central Processor",
1197
+ "Family": "Unknown",
1198
+ "Manufacturer": "000000000000",
1199
+ "ID": "00 00 00 00 00 00 00 00",
1200
+ "Version": "Unknown Processor ",
1201
+ "Voltage": "3.3 V",
1202
+ "External Clock": "Unknown",
1203
+ "Max Speed": "30000 MHz",
1204
+ "Current Speed": "Unknown",
1205
+ "Status": "Unpopulated",
1206
+ "Upgrade": "ZIF Socket",
1207
+ "L1 Cache Handle": "0x009A",
1208
+ "L2 Cache Handle": "0x009B",
1209
+ "L3 Cache Handle": "Not Provided",
1210
+ "Serial Number": "Not Specified",
1211
+ "Asset Tag": "Not Specified",
1212
+ "Part Number": "Not Specified"
1213
+ },
1214
+ {
1215
+ "record_id": "0x0028",
1216
+ "size": "4",
1217
+ "application_identifier": "Processor Information",
1218
+ "Socket Designation": "CPU socket #36",
1219
+ "Type": "Central Processor",
1220
+ "Family": "Unknown",
1221
+ "Manufacturer": "000000000000",
1222
+ "ID": "00 00 00 00 00 00 00 00",
1223
+ "Version": "Unknown Processor ",
1224
+ "Voltage": "3.3 V",
1225
+ "External Clock": "Unknown",
1226
+ "Max Speed": "30000 MHz",
1227
+ "Current Speed": "Unknown",
1228
+ "Status": "Unpopulated",
1229
+ "Upgrade": "ZIF Socket",
1230
+ "L1 Cache Handle": "0x009C",
1231
+ "L2 Cache Handle": "0x009D",
1232
+ "L3 Cache Handle": "Not Provided",
1233
+ "Serial Number": "Not Specified",
1234
+ "Asset Tag": "Not Specified",
1235
+ "Part Number": "Not Specified"
1236
+ },
1237
+ {
1238
+ "record_id": "0x0029",
1239
+ "size": "4",
1240
+ "application_identifier": "Processor Information",
1241
+ "Socket Designation": "CPU socket #37",
1242
+ "Type": "Central Processor",
1243
+ "Family": "Unknown",
1244
+ "Manufacturer": "000000000000",
1245
+ "ID": "00 00 00 00 00 00 00 00",
1246
+ "Version": "Unknown Processor ",
1247
+ "Voltage": "3.3 V",
1248
+ "External Clock": "Unknown",
1249
+ "Max Speed": "30000 MHz",
1250
+ "Current Speed": "Unknown",
1251
+ "Status": "Unpopulated",
1252
+ "Upgrade": "ZIF Socket",
1253
+ "L1 Cache Handle": "0x009E",
1254
+ "L2 Cache Handle": "0x009F",
1255
+ "L3 Cache Handle": "Not Provided",
1256
+ "Serial Number": "Not Specified",
1257
+ "Asset Tag": "Not Specified",
1258
+ "Part Number": "Not Specified"
1259
+ },
1260
+ {
1261
+ "record_id": "0x002A",
1262
+ "size": "4",
1263
+ "application_identifier": "Processor Information",
1264
+ "Socket Designation": "CPU socket #38",
1265
+ "Type": "Central Processor",
1266
+ "Family": "Unknown",
1267
+ "Manufacturer": "000000000000",
1268
+ "ID": "00 00 00 00 00 00 00 00",
1269
+ "Version": "Unknown Processor ",
1270
+ "Voltage": "3.3 V",
1271
+ "External Clock": "Unknown",
1272
+ "Max Speed": "30000 MHz",
1273
+ "Current Speed": "Unknown",
1274
+ "Status": "Unpopulated",
1275
+ "Upgrade": "ZIF Socket",
1276
+ "L1 Cache Handle": "0x00A0",
1277
+ "L2 Cache Handle": "0x00A1",
1278
+ "L3 Cache Handle": "Not Provided",
1279
+ "Serial Number": "Not Specified",
1280
+ "Asset Tag": "Not Specified",
1281
+ "Part Number": "Not Specified"
1282
+ },
1283
+ {
1284
+ "record_id": "0x002B",
1285
+ "size": "4",
1286
+ "application_identifier": "Processor Information",
1287
+ "Socket Designation": "CPU socket #39",
1288
+ "Type": "Central Processor",
1289
+ "Family": "Unknown",
1290
+ "Manufacturer": "000000000000",
1291
+ "ID": "00 00 00 00 00 00 00 00",
1292
+ "Version": "Unknown Processor ",
1293
+ "Voltage": "3.3 V",
1294
+ "External Clock": "Unknown",
1295
+ "Max Speed": "30000 MHz",
1296
+ "Current Speed": "Unknown",
1297
+ "Status": "Unpopulated",
1298
+ "Upgrade": "ZIF Socket",
1299
+ "L1 Cache Handle": "0x00A2",
1300
+ "L2 Cache Handle": "0x00A3",
1301
+ "L3 Cache Handle": "Not Provided",
1302
+ "Serial Number": "Not Specified",
1303
+ "Asset Tag": "Not Specified",
1304
+ "Part Number": "Not Specified"
1305
+ },
1306
+ {
1307
+ "record_id": "0x002C",
1308
+ "size": "4",
1309
+ "application_identifier": "Processor Information",
1310
+ "Socket Designation": "CPU socket #40",
1311
+ "Type": "Central Processor",
1312
+ "Family": "Unknown",
1313
+ "Manufacturer": "000000000000",
1314
+ "ID": "00 00 00 00 00 00 00 00",
1315
+ "Version": "Unknown Processor ",
1316
+ "Voltage": "3.3 V",
1317
+ "External Clock": "Unknown",
1318
+ "Max Speed": "30000 MHz",
1319
+ "Current Speed": "Unknown",
1320
+ "Status": "Unpopulated",
1321
+ "Upgrade": "ZIF Socket",
1322
+ "L1 Cache Handle": "0x00A4",
1323
+ "L2 Cache Handle": "0x00A5",
1324
+ "L3 Cache Handle": "Not Provided",
1325
+ "Serial Number": "Not Specified",
1326
+ "Asset Tag": "Not Specified",
1327
+ "Part Number": "Not Specified"
1328
+ },
1329
+ {
1330
+ "record_id": "0x002D",
1331
+ "size": "4",
1332
+ "application_identifier": "Processor Information",
1333
+ "Socket Designation": "CPU socket #41",
1334
+ "Type": "Central Processor",
1335
+ "Family": "Unknown",
1336
+ "Manufacturer": "000000000000",
1337
+ "ID": "00 00 00 00 00 00 00 00",
1338
+ "Version": "Unknown Processor ",
1339
+ "Voltage": "3.3 V",
1340
+ "External Clock": "Unknown",
1341
+ "Max Speed": "30000 MHz",
1342
+ "Current Speed": "Unknown",
1343
+ "Status": "Unpopulated",
1344
+ "Upgrade": "ZIF Socket",
1345
+ "L1 Cache Handle": "0x00A6",
1346
+ "L2 Cache Handle": "0x00A7",
1347
+ "L3 Cache Handle": "Not Provided",
1348
+ "Serial Number": "Not Specified",
1349
+ "Asset Tag": "Not Specified",
1350
+ "Part Number": "Not Specified"
1351
+ },
1352
+ {
1353
+ "record_id": "0x002E",
1354
+ "size": "4",
1355
+ "application_identifier": "Processor Information",
1356
+ "Socket Designation": "CPU socket #42",
1357
+ "Type": "Central Processor",
1358
+ "Family": "Unknown",
1359
+ "Manufacturer": "000000000000",
1360
+ "ID": "00 00 00 00 00 00 00 00",
1361
+ "Version": "Unknown Processor ",
1362
+ "Voltage": "3.3 V",
1363
+ "External Clock": "Unknown",
1364
+ "Max Speed": "30000 MHz",
1365
+ "Current Speed": "Unknown",
1366
+ "Status": "Unpopulated",
1367
+ "Upgrade": "ZIF Socket",
1368
+ "L1 Cache Handle": "0x00A8",
1369
+ "L2 Cache Handle": "0x00A9",
1370
+ "L3 Cache Handle": "Not Provided",
1371
+ "Serial Number": "Not Specified",
1372
+ "Asset Tag": "Not Specified",
1373
+ "Part Number": "Not Specified"
1374
+ },
1375
+ {
1376
+ "record_id": "0x002F",
1377
+ "size": "4",
1378
+ "application_identifier": "Processor Information",
1379
+ "Socket Designation": "CPU socket #43",
1380
+ "Type": "Central Processor",
1381
+ "Family": "Unknown",
1382
+ "Manufacturer": "000000000000",
1383
+ "ID": "00 00 00 00 00 00 00 00",
1384
+ "Version": "Unknown Processor ",
1385
+ "Voltage": "3.3 V",
1386
+ "External Clock": "Unknown",
1387
+ "Max Speed": "30000 MHz",
1388
+ "Current Speed": "Unknown",
1389
+ "Status": "Unpopulated",
1390
+ "Upgrade": "ZIF Socket",
1391
+ "L1 Cache Handle": "0x00AA",
1392
+ "L2 Cache Handle": "0x00AB",
1393
+ "L3 Cache Handle": "Not Provided",
1394
+ "Serial Number": "Not Specified",
1395
+ "Asset Tag": "Not Specified",
1396
+ "Part Number": "Not Specified"
1397
+ },
1398
+ {
1399
+ "record_id": "0x0030",
1400
+ "size": "4",
1401
+ "application_identifier": "Processor Information",
1402
+ "Socket Designation": "CPU socket #44",
1403
+ "Type": "Central Processor",
1404
+ "Family": "Unknown",
1405
+ "Manufacturer": "000000000000",
1406
+ "ID": "00 00 00 00 00 00 00 00",
1407
+ "Version": "Unknown Processor ",
1408
+ "Voltage": "3.3 V",
1409
+ "External Clock": "Unknown",
1410
+ "Max Speed": "30000 MHz",
1411
+ "Current Speed": "Unknown",
1412
+ "Status": "Unpopulated",
1413
+ "Upgrade": "ZIF Socket",
1414
+ "L1 Cache Handle": "0x00AC",
1415
+ "L2 Cache Handle": "0x00AD",
1416
+ "L3 Cache Handle": "Not Provided",
1417
+ "Serial Number": "Not Specified",
1418
+ "Asset Tag": "Not Specified",
1419
+ "Part Number": "Not Specified"
1420
+ },
1421
+ {
1422
+ "record_id": "0x0031",
1423
+ "size": "4",
1424
+ "application_identifier": "Processor Information",
1425
+ "Socket Designation": "CPU socket #45",
1426
+ "Type": "Central Processor",
1427
+ "Family": "Unknown",
1428
+ "Manufacturer": "000000000000",
1429
+ "ID": "00 00 00 00 00 00 00 00",
1430
+ "Version": "Unknown Processor ",
1431
+ "Voltage": "3.3 V",
1432
+ "External Clock": "Unknown",
1433
+ "Max Speed": "30000 MHz",
1434
+ "Current Speed": "Unknown",
1435
+ "Status": "Unpopulated",
1436
+ "Upgrade": "ZIF Socket",
1437
+ "L1 Cache Handle": "0x00AE",
1438
+ "L2 Cache Handle": "0x00AF",
1439
+ "L3 Cache Handle": "Not Provided",
1440
+ "Serial Number": "Not Specified",
1441
+ "Asset Tag": "Not Specified",
1442
+ "Part Number": "Not Specified"
1443
+ },
1444
+ {
1445
+ "record_id": "0x0032",
1446
+ "size": "4",
1447
+ "application_identifier": "Processor Information",
1448
+ "Socket Designation": "CPU socket #46",
1449
+ "Type": "Central Processor",
1450
+ "Family": "Unknown",
1451
+ "Manufacturer": "000000000000",
1452
+ "ID": "00 00 00 00 00 00 00 00",
1453
+ "Version": "Unknown Processor ",
1454
+ "Voltage": "3.3 V",
1455
+ "External Clock": "Unknown",
1456
+ "Max Speed": "30000 MHz",
1457
+ "Current Speed": "Unknown",
1458
+ "Status": "Unpopulated",
1459
+ "Upgrade": "ZIF Socket",
1460
+ "L1 Cache Handle": "0x00B0",
1461
+ "L2 Cache Handle": "0x00B1",
1462
+ "L3 Cache Handle": "Not Provided",
1463
+ "Serial Number": "Not Specified",
1464
+ "Asset Tag": "Not Specified",
1465
+ "Part Number": "Not Specified"
1466
+ },
1467
+ {
1468
+ "record_id": "0x0033",
1469
+ "size": "4",
1470
+ "application_identifier": "Processor Information",
1471
+ "Socket Designation": "CPU socket #47",
1472
+ "Type": "Central Processor",
1473
+ "Family": "Unknown",
1474
+ "Manufacturer": "000000000000",
1475
+ "ID": "00 00 00 00 00 00 00 00",
1476
+ "Version": "Unknown Processor ",
1477
+ "Voltage": "3.3 V",
1478
+ "External Clock": "Unknown",
1479
+ "Max Speed": "30000 MHz",
1480
+ "Current Speed": "Unknown",
1481
+ "Status": "Unpopulated",
1482
+ "Upgrade": "ZIF Socket",
1483
+ "L1 Cache Handle": "0x00B2",
1484
+ "L2 Cache Handle": "0x00B3",
1485
+ "L3 Cache Handle": "Not Provided",
1486
+ "Serial Number": "Not Specified",
1487
+ "Asset Tag": "Not Specified",
1488
+ "Part Number": "Not Specified"
1489
+ },
1490
+ {
1491
+ "record_id": "0x0034",
1492
+ "size": "4",
1493
+ "application_identifier": "Processor Information",
1494
+ "Socket Designation": "CPU socket #48",
1495
+ "Type": "Central Processor",
1496
+ "Family": "Unknown",
1497
+ "Manufacturer": "000000000000",
1498
+ "ID": "00 00 00 00 00 00 00 00",
1499
+ "Version": "Unknown Processor ",
1500
+ "Voltage": "3.3 V",
1501
+ "External Clock": "Unknown",
1502
+ "Max Speed": "30000 MHz",
1503
+ "Current Speed": "Unknown",
1504
+ "Status": "Unpopulated",
1505
+ "Upgrade": "ZIF Socket",
1506
+ "L1 Cache Handle": "0x00B4",
1507
+ "L2 Cache Handle": "0x00B5",
1508
+ "L3 Cache Handle": "Not Provided",
1509
+ "Serial Number": "Not Specified",
1510
+ "Asset Tag": "Not Specified",
1511
+ "Part Number": "Not Specified"
1512
+ },
1513
+ {
1514
+ "record_id": "0x0035",
1515
+ "size": "4",
1516
+ "application_identifier": "Processor Information",
1517
+ "Socket Designation": "CPU socket #49",
1518
+ "Type": "Central Processor",
1519
+ "Family": "Unknown",
1520
+ "Manufacturer": "000000000000",
1521
+ "ID": "00 00 00 00 00 00 00 00",
1522
+ "Version": "Unknown Processor ",
1523
+ "Voltage": "3.3 V",
1524
+ "External Clock": "Unknown",
1525
+ "Max Speed": "30000 MHz",
1526
+ "Current Speed": "Unknown",
1527
+ "Status": "Unpopulated",
1528
+ "Upgrade": "ZIF Socket",
1529
+ "L1 Cache Handle": "0x00B6",
1530
+ "L2 Cache Handle": "0x00B7",
1531
+ "L3 Cache Handle": "Not Provided",
1532
+ "Serial Number": "Not Specified",
1533
+ "Asset Tag": "Not Specified",
1534
+ "Part Number": "Not Specified"
1535
+ },
1536
+ {
1537
+ "record_id": "0x0036",
1538
+ "size": "4",
1539
+ "application_identifier": "Processor Information",
1540
+ "Socket Designation": "CPU socket #50",
1541
+ "Type": "Central Processor",
1542
+ "Family": "Unknown",
1543
+ "Manufacturer": "000000000000",
1544
+ "ID": "00 00 00 00 00 00 00 00",
1545
+ "Version": "Unknown Processor ",
1546
+ "Voltage": "3.3 V",
1547
+ "External Clock": "Unknown",
1548
+ "Max Speed": "30000 MHz",
1549
+ "Current Speed": "Unknown",
1550
+ "Status": "Unpopulated",
1551
+ "Upgrade": "ZIF Socket",
1552
+ "L1 Cache Handle": "0x00B8",
1553
+ "L2 Cache Handle": "0x00B9",
1554
+ "L3 Cache Handle": "Not Provided",
1555
+ "Serial Number": "Not Specified",
1556
+ "Asset Tag": "Not Specified",
1557
+ "Part Number": "Not Specified"
1558
+ },
1559
+ {
1560
+ "record_id": "0x0037",
1561
+ "size": "4",
1562
+ "application_identifier": "Processor Information",
1563
+ "Socket Designation": "CPU socket #51",
1564
+ "Type": "Central Processor",
1565
+ "Family": "Unknown",
1566
+ "Manufacturer": "000000000000",
1567
+ "ID": "00 00 00 00 00 00 00 00",
1568
+ "Version": "Unknown Processor ",
1569
+ "Voltage": "3.3 V",
1570
+ "External Clock": "Unknown",
1571
+ "Max Speed": "30000 MHz",
1572
+ "Current Speed": "Unknown",
1573
+ "Status": "Unpopulated",
1574
+ "Upgrade": "ZIF Socket",
1575
+ "L1 Cache Handle": "0x00BA",
1576
+ "L2 Cache Handle": "0x00BB",
1577
+ "L3 Cache Handle": "Not Provided",
1578
+ "Serial Number": "Not Specified",
1579
+ "Asset Tag": "Not Specified",
1580
+ "Part Number": "Not Specified"
1581
+ },
1582
+ {
1583
+ "record_id": "0x0038",
1584
+ "size": "4",
1585
+ "application_identifier": "Processor Information",
1586
+ "Socket Designation": "CPU socket #52",
1587
+ "Type": "Central Processor",
1588
+ "Family": "Unknown",
1589
+ "Manufacturer": "000000000000",
1590
+ "ID": "00 00 00 00 00 00 00 00",
1591
+ "Version": "Unknown Processor ",
1592
+ "Voltage": "3.3 V",
1593
+ "External Clock": "Unknown",
1594
+ "Max Speed": "30000 MHz",
1595
+ "Current Speed": "Unknown",
1596
+ "Status": "Unpopulated",
1597
+ "Upgrade": "ZIF Socket",
1598
+ "L1 Cache Handle": "0x00BC",
1599
+ "L2 Cache Handle": "0x00BD",
1600
+ "L3 Cache Handle": "Not Provided",
1601
+ "Serial Number": "Not Specified",
1602
+ "Asset Tag": "Not Specified",
1603
+ "Part Number": "Not Specified"
1604
+ },
1605
+ {
1606
+ "record_id": "0x0039",
1607
+ "size": "4",
1608
+ "application_identifier": "Processor Information",
1609
+ "Socket Designation": "CPU socket #53",
1610
+ "Type": "Central Processor",
1611
+ "Family": "Unknown",
1612
+ "Manufacturer": "000000000000",
1613
+ "ID": "00 00 00 00 00 00 00 00",
1614
+ "Version": "Unknown Processor ",
1615
+ "Voltage": "3.3 V",
1616
+ "External Clock": "Unknown",
1617
+ "Max Speed": "30000 MHz",
1618
+ "Current Speed": "Unknown",
1619
+ "Status": "Unpopulated",
1620
+ "Upgrade": "ZIF Socket",
1621
+ "L1 Cache Handle": "0x00BE",
1622
+ "L2 Cache Handle": "0x00BF",
1623
+ "L3 Cache Handle": "Not Provided",
1624
+ "Serial Number": "Not Specified",
1625
+ "Asset Tag": "Not Specified",
1626
+ "Part Number": "Not Specified"
1627
+ },
1628
+ {
1629
+ "record_id": "0x003A",
1630
+ "size": "4",
1631
+ "application_identifier": "Processor Information",
1632
+ "Socket Designation": "CPU socket #54",
1633
+ "Type": "Central Processor",
1634
+ "Family": "Unknown",
1635
+ "Manufacturer": "000000000000",
1636
+ "ID": "00 00 00 00 00 00 00 00",
1637
+ "Version": "Unknown Processor ",
1638
+ "Voltage": "3.3 V",
1639
+ "External Clock": "Unknown",
1640
+ "Max Speed": "30000 MHz",
1641
+ "Current Speed": "Unknown",
1642
+ "Status": "Unpopulated",
1643
+ "Upgrade": "ZIF Socket",
1644
+ "L1 Cache Handle": "0x00C0",
1645
+ "L2 Cache Handle": "0x00C1",
1646
+ "L3 Cache Handle": "Not Provided",
1647
+ "Serial Number": "Not Specified",
1648
+ "Asset Tag": "Not Specified",
1649
+ "Part Number": "Not Specified"
1650
+ },
1651
+ {
1652
+ "record_id": "0x003B",
1653
+ "size": "4",
1654
+ "application_identifier": "Processor Information",
1655
+ "Socket Designation": "CPU socket #55",
1656
+ "Type": "Central Processor",
1657
+ "Family": "Unknown",
1658
+ "Manufacturer": "000000000000",
1659
+ "ID": "00 00 00 00 00 00 00 00",
1660
+ "Version": "Unknown Processor ",
1661
+ "Voltage": "3.3 V",
1662
+ "External Clock": "Unknown",
1663
+ "Max Speed": "30000 MHz",
1664
+ "Current Speed": "Unknown",
1665
+ "Status": "Unpopulated",
1666
+ "Upgrade": "ZIF Socket",
1667
+ "L1 Cache Handle": "0x00C2",
1668
+ "L2 Cache Handle": "0x00C3",
1669
+ "L3 Cache Handle": "Not Provided",
1670
+ "Serial Number": "Not Specified",
1671
+ "Asset Tag": "Not Specified",
1672
+ "Part Number": "Not Specified"
1673
+ },
1674
+ {
1675
+ "record_id": "0x003C",
1676
+ "size": "4",
1677
+ "application_identifier": "Processor Information",
1678
+ "Socket Designation": "CPU socket #56",
1679
+ "Type": "Central Processor",
1680
+ "Family": "Unknown",
1681
+ "Manufacturer": "000000000000",
1682
+ "ID": "00 00 00 00 00 00 00 00",
1683
+ "Version": "Unknown Processor ",
1684
+ "Voltage": "3.3 V",
1685
+ "External Clock": "Unknown",
1686
+ "Max Speed": "30000 MHz",
1687
+ "Current Speed": "Unknown",
1688
+ "Status": "Unpopulated",
1689
+ "Upgrade": "ZIF Socket",
1690
+ "L1 Cache Handle": "0x00C4",
1691
+ "L2 Cache Handle": "0x00C5",
1692
+ "L3 Cache Handle": "Not Provided",
1693
+ "Serial Number": "Not Specified",
1694
+ "Asset Tag": "Not Specified",
1695
+ "Part Number": "Not Specified"
1696
+ },
1697
+ {
1698
+ "record_id": "0x003D",
1699
+ "size": "4",
1700
+ "application_identifier": "Processor Information",
1701
+ "Socket Designation": "CPU socket #57",
1702
+ "Type": "Central Processor",
1703
+ "Family": "Unknown",
1704
+ "Manufacturer": "000000000000",
1705
+ "ID": "00 00 00 00 00 00 00 00",
1706
+ "Version": "Unknown Processor ",
1707
+ "Voltage": "3.3 V",
1708
+ "External Clock": "Unknown",
1709
+ "Max Speed": "30000 MHz",
1710
+ "Current Speed": "Unknown",
1711
+ "Status": "Unpopulated",
1712
+ "Upgrade": "ZIF Socket",
1713
+ "L1 Cache Handle": "0x00C6",
1714
+ "L2 Cache Handle": "0x00C7",
1715
+ "L3 Cache Handle": "Not Provided",
1716
+ "Serial Number": "Not Specified",
1717
+ "Asset Tag": "Not Specified",
1718
+ "Part Number": "Not Specified"
1719
+ },
1720
+ {
1721
+ "record_id": "0x003E",
1722
+ "size": "4",
1723
+ "application_identifier": "Processor Information",
1724
+ "Socket Designation": "CPU socket #58",
1725
+ "Type": "Central Processor",
1726
+ "Family": "Unknown",
1727
+ "Manufacturer": "000000000000",
1728
+ "ID": "00 00 00 00 00 00 00 00",
1729
+ "Version": "Unknown Processor ",
1730
+ "Voltage": "3.3 V",
1731
+ "External Clock": "Unknown",
1732
+ "Max Speed": "30000 MHz",
1733
+ "Current Speed": "Unknown",
1734
+ "Status": "Unpopulated",
1735
+ "Upgrade": "ZIF Socket",
1736
+ "L1 Cache Handle": "0x00C8",
1737
+ "L2 Cache Handle": "0x00C9",
1738
+ "L3 Cache Handle": "Not Provided",
1739
+ "Serial Number": "Not Specified",
1740
+ "Asset Tag": "Not Specified",
1741
+ "Part Number": "Not Specified"
1742
+ },
1743
+ {
1744
+ "record_id": "0x003F",
1745
+ "size": "4",
1746
+ "application_identifier": "Processor Information",
1747
+ "Socket Designation": "CPU socket #59",
1748
+ "Type": "Central Processor",
1749
+ "Family": "Unknown",
1750
+ "Manufacturer": "000000000000",
1751
+ "ID": "00 00 00 00 00 00 00 00",
1752
+ "Version": "Unknown Processor ",
1753
+ "Voltage": "3.3 V",
1754
+ "External Clock": "Unknown",
1755
+ "Max Speed": "30000 MHz",
1756
+ "Current Speed": "Unknown",
1757
+ "Status": "Unpopulated",
1758
+ "Upgrade": "ZIF Socket",
1759
+ "L1 Cache Handle": "0x00CA",
1760
+ "L2 Cache Handle": "0x00CB",
1761
+ "L3 Cache Handle": "Not Provided",
1762
+ "Serial Number": "Not Specified",
1763
+ "Asset Tag": "Not Specified",
1764
+ "Part Number": "Not Specified"
1765
+ },
1766
+ {
1767
+ "record_id": "0x0040",
1768
+ "size": "4",
1769
+ "application_identifier": "Processor Information",
1770
+ "Socket Designation": "CPU socket #60",
1771
+ "Type": "Central Processor",
1772
+ "Family": "Unknown",
1773
+ "Manufacturer": "000000000000",
1774
+ "ID": "00 00 00 00 00 00 00 00",
1775
+ "Version": "Unknown Processor ",
1776
+ "Voltage": "3.3 V",
1777
+ "External Clock": "Unknown",
1778
+ "Max Speed": "30000 MHz",
1779
+ "Current Speed": "Unknown",
1780
+ "Status": "Unpopulated",
1781
+ "Upgrade": "ZIF Socket",
1782
+ "L1 Cache Handle": "0x00CC",
1783
+ "L2 Cache Handle": "0x00CD",
1784
+ "L3 Cache Handle": "Not Provided",
1785
+ "Serial Number": "Not Specified",
1786
+ "Asset Tag": "Not Specified",
1787
+ "Part Number": "Not Specified"
1788
+ },
1789
+ {
1790
+ "record_id": "0x0041",
1791
+ "size": "4",
1792
+ "application_identifier": "Processor Information",
1793
+ "Socket Designation": "CPU socket #61",
1794
+ "Type": "Central Processor",
1795
+ "Family": "Unknown",
1796
+ "Manufacturer": "000000000000",
1797
+ "ID": "00 00 00 00 00 00 00 00",
1798
+ "Version": "Unknown Processor ",
1799
+ "Voltage": "3.3 V",
1800
+ "External Clock": "Unknown",
1801
+ "Max Speed": "30000 MHz",
1802
+ "Current Speed": "Unknown",
1803
+ "Status": "Unpopulated",
1804
+ "Upgrade": "ZIF Socket",
1805
+ "L1 Cache Handle": "0x00CE",
1806
+ "L2 Cache Handle": "0x00CF",
1807
+ "L3 Cache Handle": "Not Provided",
1808
+ "Serial Number": "Not Specified",
1809
+ "Asset Tag": "Not Specified",
1810
+ "Part Number": "Not Specified"
1811
+ },
1812
+ {
1813
+ "record_id": "0x0042",
1814
+ "size": "4",
1815
+ "application_identifier": "Processor Information",
1816
+ "Socket Designation": "CPU socket #62",
1817
+ "Type": "Central Processor",
1818
+ "Family": "Unknown",
1819
+ "Manufacturer": "000000000000",
1820
+ "ID": "00 00 00 00 00 00 00 00",
1821
+ "Version": "Unknown Processor ",
1822
+ "Voltage": "3.3 V",
1823
+ "External Clock": "Unknown",
1824
+ "Max Speed": "30000 MHz",
1825
+ "Current Speed": "Unknown",
1826
+ "Status": "Unpopulated",
1827
+ "Upgrade": "ZIF Socket",
1828
+ "L1 Cache Handle": "0x00D0",
1829
+ "L2 Cache Handle": "0x00D1",
1830
+ "L3 Cache Handle": "Not Provided",
1831
+ "Serial Number": "Not Specified",
1832
+ "Asset Tag": "Not Specified",
1833
+ "Part Number": "Not Specified"
1834
+ },
1835
+ {
1836
+ "record_id": "0x0043",
1837
+ "size": "4",
1838
+ "application_identifier": "Memory Controller Information",
1839
+ "Socket Designation": "CPU socket #63",
1840
+ "Type": "Central Processor",
1841
+ "Family": "Unknown",
1842
+ "Manufacturer": "000000000000",
1843
+ "ID": "00 00 00 00 00 00 00 00",
1844
+ "Version": "Unknown Processor ",
1845
+ "Voltage": "3.3 V",
1846
+ "External Clock": "Unknown",
1847
+ "Max Speed": "30000 MHz",
1848
+ "Current Speed": "Unknown",
1849
+ "Status": "Unpopulated",
1850
+ "Upgrade": "ZIF Socket",
1851
+ "L1 Cache Handle": "0x00D2",
1852
+ "L2 Cache Handle": "0x00D3",
1853
+ "L3 Cache Handle": "Not Provided",
1854
+ "Serial Number": "Not Specified",
1855
+ "Asset Tag": "Not Specified",
1856
+ "Part Number": "Not Specified",
1857
+ "Error Detecting Method": "None",
1858
+ "Error Correcting Capabilities": {
1859
+ "None": null
1860
+ },
1861
+ "Supported Interleave": "One-way Interleave",
1862
+ "Current Interleave": "One-way Interleave",
1863
+ "Maximum Memory Module Size": "32768 MB",
1864
+ "Maximum Total Memory Size": "491520 MB",
1865
+ "Supported Speeds": {
1866
+ "70 ns": null,
1867
+ "60 ns": null
1868
+ },
1869
+ "Supported Memory Types": {
1870
+ "FPM": null,
1871
+ "EDO": null,
1872
+ "DIMM": null,
1873
+ "SDRAM": null
1874
+ },
1875
+ "Memory Module Voltage": "3.3 V",
1876
+ "Associated Memory Slots": {
1877
+ "0x0045": null,
1878
+ "0x0046": null,
1879
+ "0x0047": null,
1880
+ "0x0048": null,
1881
+ "0x0049": null,
1882
+ "0x004A": null,
1883
+ "0x004B": null,
1884
+ "0x004C": null,
1885
+ "0x004D": null,
1886
+ "0x004E": null,
1887
+ "0x004F": null,
1888
+ "0x0050": null,
1889
+ "0x0051": null,
1890
+ "0x0052": null,
1891
+ "0x0053": null
1892
+ },
1893
+ "Enabled Error Correcting Capabilities": {
1894
+ "None": null
1895
+ }
1896
+ }
1897
+ ],
1898
+ "type": "Central Processor",
1899
+ "family": "Unknown",
1900
+ "voltage": "3.3 V",
1901
+ "external_clock": "Unknown",
1902
+ "max_speed": "30000 MHz",
1903
+ "upgrade": "ZIF Socket",
1904
+ "l3_cache_handle": "Not Provided",
1905
+ "serial_number": "Not Specified",
1906
+ "asset_tag": "Not Specified",
1907
+ "part_number": "Not Specified",
1908
+ "error_detecting_method": "None",
1909
+ "supported_interleave": "One-way Interleave",
1910
+ "current_interleave": "One-way Interleave",
1911
+ "maximum_memory_module_size": "32768 MB",
1912
+ "maximum_total_memory_size": "491520 MB",
1913
+ "memory_module_voltage": "3.3 V"
1914
+ },
1915
+ "memory_module": {
1916
+ "all_records": [
1917
+ {
1918
+ "record_id": "0x0045",
1919
+ "size": "6",
1920
+ "application_identifier": "Memory Module Information",
1921
+ "Socket Designation": "RAM socket #0",
1922
+ "Bank Connections": "None",
1923
+ "Current Speed": "Unknown",
1924
+ "Type": "EDO DIMM",
1925
+ "Installed Size": "256 MB (Single-bank Connection)",
1926
+ "Enabled Size": "256 MB (Single-bank Connection)",
1927
+ "Error Status": "OK"
1928
+ },
1929
+ {
1930
+ "record_id": "0x0046",
1931
+ "size": "6",
1932
+ "application_identifier": "Memory Module Information",
1933
+ "Socket Designation": "RAM socket #1",
1934
+ "Bank Connections": "None",
1935
+ "Current Speed": "Unknown",
1936
+ "Type": "DIMM",
1937
+ "Installed Size": "Not Installed",
1938
+ "Enabled Size": "Not Installed",
1939
+ "Error Status": "OK"
1940
+ },
1941
+ {
1942
+ "record_id": "0x0047",
1943
+ "size": "6",
1944
+ "application_identifier": "Memory Module Information",
1945
+ "Socket Designation": "RAM socket #2",
1946
+ "Bank Connections": "None",
1947
+ "Current Speed": "Unknown",
1948
+ "Type": "DIMM",
1949
+ "Installed Size": "Not Installed",
1950
+ "Enabled Size": "Not Installed",
1951
+ "Error Status": "OK"
1952
+ },
1953
+ {
1954
+ "record_id": "0x0048",
1955
+ "size": "6",
1956
+ "application_identifier": "Memory Module Information",
1957
+ "Socket Designation": "RAM socket #3",
1958
+ "Bank Connections": "None",
1959
+ "Current Speed": "Unknown",
1960
+ "Type": "DIMM",
1961
+ "Installed Size": "Not Installed",
1962
+ "Enabled Size": "Not Installed",
1963
+ "Error Status": "OK"
1964
+ },
1965
+ {
1966
+ "record_id": "0x0049",
1967
+ "size": "6",
1968
+ "application_identifier": "Memory Module Information",
1969
+ "Socket Designation": "RAM socket #4",
1970
+ "Bank Connections": "None",
1971
+ "Current Speed": "Unknown",
1972
+ "Type": "DIMM",
1973
+ "Installed Size": "Not Installed",
1974
+ "Enabled Size": "Not Installed",
1975
+ "Error Status": "OK"
1976
+ },
1977
+ {
1978
+ "record_id": "0x004A",
1979
+ "size": "6",
1980
+ "application_identifier": "Memory Module Information",
1981
+ "Socket Designation": "RAM socket #5",
1982
+ "Bank Connections": "None",
1983
+ "Current Speed": "Unknown",
1984
+ "Type": "DIMM",
1985
+ "Installed Size": "Not Installed",
1986
+ "Enabled Size": "Not Installed",
1987
+ "Error Status": "OK"
1988
+ },
1989
+ {
1990
+ "record_id": "0x004B",
1991
+ "size": "6",
1992
+ "application_identifier": "Memory Module Information",
1993
+ "Socket Designation": "RAM socket #6",
1994
+ "Bank Connections": "None",
1995
+ "Current Speed": "Unknown",
1996
+ "Type": "DIMM",
1997
+ "Installed Size": "Not Installed",
1998
+ "Enabled Size": "Not Installed",
1999
+ "Error Status": "OK"
2000
+ },
2001
+ {
2002
+ "record_id": "0x004C",
2003
+ "size": "6",
2004
+ "application_identifier": "Memory Module Information",
2005
+ "Socket Designation": "RAM socket #7",
2006
+ "Bank Connections": "None",
2007
+ "Current Speed": "Unknown",
2008
+ "Type": "DIMM",
2009
+ "Installed Size": "Not Installed",
2010
+ "Enabled Size": "Not Installed",
2011
+ "Error Status": "OK"
2012
+ },
2013
+ {
2014
+ "record_id": "0x004D",
2015
+ "size": "6",
2016
+ "application_identifier": "Memory Module Information",
2017
+ "Socket Designation": "RAM socket #8",
2018
+ "Bank Connections": "None",
2019
+ "Current Speed": "Unknown",
2020
+ "Type": "DIMM",
2021
+ "Installed Size": "Not Installed",
2022
+ "Enabled Size": "Not Installed",
2023
+ "Error Status": "OK"
2024
+ },
2025
+ {
2026
+ "record_id": "0x004E",
2027
+ "size": "6",
2028
+ "application_identifier": "Memory Module Information",
2029
+ "Socket Designation": "RAM socket #9",
2030
+ "Bank Connections": "None",
2031
+ "Current Speed": "Unknown",
2032
+ "Type": "DIMM",
2033
+ "Installed Size": "Not Installed",
2034
+ "Enabled Size": "Not Installed",
2035
+ "Error Status": "OK"
2036
+ },
2037
+ {
2038
+ "record_id": "0x004F",
2039
+ "size": "6",
2040
+ "application_identifier": "Memory Module Information",
2041
+ "Socket Designation": "RAM socket #10",
2042
+ "Bank Connections": "None",
2043
+ "Current Speed": "Unknown",
2044
+ "Type": "DIMM",
2045
+ "Installed Size": "Not Installed",
2046
+ "Enabled Size": "Not Installed",
2047
+ "Error Status": "OK"
2048
+ },
2049
+ {
2050
+ "record_id": "0x0050",
2051
+ "size": "6",
2052
+ "application_identifier": "Memory Module Information",
2053
+ "Socket Designation": "RAM socket #11",
2054
+ "Bank Connections": "None",
2055
+ "Current Speed": "Unknown",
2056
+ "Type": "DIMM",
2057
+ "Installed Size": "Not Installed",
2058
+ "Enabled Size": "Not Installed",
2059
+ "Error Status": "OK"
2060
+ },
2061
+ {
2062
+ "record_id": "0x0051",
2063
+ "size": "6",
2064
+ "application_identifier": "Memory Module Information",
2065
+ "Socket Designation": "RAM socket #12",
2066
+ "Bank Connections": "None",
2067
+ "Current Speed": "Unknown",
2068
+ "Type": "DIMM",
2069
+ "Installed Size": "Not Installed",
2070
+ "Enabled Size": "Not Installed",
2071
+ "Error Status": "OK"
2072
+ },
2073
+ {
2074
+ "record_id": "0x0052",
2075
+ "size": "6",
2076
+ "application_identifier": "Memory Module Information",
2077
+ "Socket Designation": "RAM socket #13",
2078
+ "Bank Connections": "None",
2079
+ "Current Speed": "Unknown",
2080
+ "Type": "DIMM",
2081
+ "Installed Size": "Not Installed",
2082
+ "Enabled Size": "Not Installed",
2083
+ "Error Status": "OK"
2084
+ },
2085
+ {
2086
+ "record_id": "0x0053",
2087
+ "size": "6",
2088
+ "application_identifier": "On Board Device ",
2089
+ "Socket Designation": "L2 Cache",
2090
+ "Bank Connections": "None",
2091
+ "Current Speed": "Unknown",
2092
+ "Type": "Sound",
2093
+ "Installed Size": "0 kB",
2094
+ "Enabled Size": "Not Installed",
2095
+ "Error Status": "OK",
2096
+ "Configuration": "Enabled, Socketed, Level 2",
2097
+ "Operational Mode": "Write Back",
2098
+ "Location": "External",
2099
+ "Maximum Size": "24576 kB",
2100
+ "Supported SRAM Types": {
2101
+ "Burst": null,
2102
+ "Pipeline Burst": null,
2103
+ "Asynchronous": null
2104
+ },
2105
+ "Installed SRAM Type": "Burst",
2106
+ "Speed": "Unknown",
2107
+ "Error Correction Type": "Unknown",
2108
+ "System Type": "Unknown",
2109
+ "Associativity": "Unknown",
2110
+ "Internal Reference Designator": "J12",
2111
+ "Internal Connector Type": "None",
2112
+ "External Reference Designator": "PS/2 Mouse",
2113
+ "External Connector Type": "Circular DIN-8 male",
2114
+ "Port Type": "Keyboard Port",
2115
+ "Designation": "PCI Slot J14",
2116
+ "Current Usage": "Available",
2117
+ "Length": "Long",
2118
+ "Characteristics": {
2119
+ "5.0 V is provided": null,
2120
+ "3.3 V is provided": null
2121
+ },
2122
+ "ID": "4",
2123
+ "Status": "Disabled",
2124
+ "Description": "ES1371"
2125
+ }
2126
+ ],
2127
+ "bank_connections": "None",
2128
+ "current_speed": "Unknown",
2129
+ "error_status": "OK",
2130
+ "configuration": "Enabled, Socketed, Level 2",
2131
+ "operational_mode": "Write Back",
2132
+ "location": "External",
2133
+ "maximum_size": "24576 kB",
2134
+ "installed_sram_type": "Burst",
2135
+ "speed": "Unknown",
2136
+ "error_correction_type": "Unknown",
2137
+ "system_type": "Unknown",
2138
+ "associativity": "Unknown",
2139
+ "internal_reference_designator": "J12",
2140
+ "internal_connector_type": "None",
2141
+ "external_reference_designator": "PS/2 Mouse",
2142
+ "external_connector_type": "Circular DIN-8 male",
2143
+ "port_type": "Keyboard Port",
2144
+ "designation": "PCI Slot J14",
2145
+ "current_usage": "Available",
2146
+ "length": "Long",
2147
+ "id": "4",
2148
+ "status": "Disabled",
2149
+ "description": "ES1371"
2150
+ },
2151
+ "oem_strings": {
2152
+ "all_records": [
2153
+ {
2154
+ "record_id": "0x00E0",
2155
+ "size": "11",
2156
+ "application_identifier": "End Of Table",
2157
+ "String 1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2158
+ "String 2": "Welcome to the Virtual Machine",
2159
+ "Area Length": "16 bytes",
2160
+ "Header Start Offset": "0x0000",
2161
+ "Header Length": "16 bytes",
2162
+ "Data Start Offset": "0x0010",
2163
+ "Access Method": "General-purpose non-volatile data functions",
2164
+ "Access Address": "0x0000",
2165
+ "Status": "No errors detected",
2166
+ "Change Token": "0x00000036",
2167
+ "Header Format": "Type 1",
2168
+ "Supported Log Type Descriptors": "3",
2169
+ "Descriptor 1": "POST error",
2170
+ "Data Format 1": "POST results bitmap",
2171
+ "Descriptor 2": "Single-bit ECC memory error",
2172
+ "Data Format 2": "Multiple-event",
2173
+ "Descriptor 3": "Multi-bit ECC memory error",
2174
+ "Data Format 3": "Multiple-event",
2175
+ "Location": "System Board Or Motherboard",
2176
+ "Use": "System Memory",
2177
+ "Error Correction Type": "None",
2178
+ "Maximum Capacity": "1 TB",
2179
+ "Error Information Handle": "No Error",
2180
+ "Number Of Devices": "64",
2181
+ "Array Handle": "0x00E2",
2182
+ "Total Width": "Unknown",
2183
+ "Data Width": "Unknown",
2184
+ "Size": "No Module Installed",
2185
+ "Form Factor": "DIMM",
2186
+ "Set": "None",
2187
+ "Locator": "RAM slot #63",
2188
+ "Bank Locator": "RAM slot #63",
2189
+ "Type": "OK",
2190
+ "Type Detail": "Unknown",
2191
+ "Speed": "Unknown",
2192
+ "Manufacturer": "Not Specified",
2193
+ "Serial Number": "Not Specified",
2194
+ "Asset Tag": "Not Specified",
2195
+ "Part Number": "Not Specified",
2196
+ "Granularity": "Unknown",
2197
+ "Operation": "Unknown",
2198
+ "Vendor Syndrome": "Unknown",
2199
+ "Memory Array Address": "Unknown",
2200
+ "Device Address": "Unknown",
2201
+ "Resolution": "Unknown",
2202
+ "Starting Address": "0x0000FFFFC00",
2203
+ "Ending Address": "0x0000FFFFFFF",
2204
+ "Range Size": "1 kB",
2205
+ "Physical Array Handle": "0x00E2",
2206
+ "Partition Width": "64",
2207
+ "Physical Device Handle": "0x0122",
2208
+ "Memory Array Mapped Address Handle": "0x0124",
2209
+ "Partition Row Position": "Unknown",
2210
+ "Interleave Position": "Unknown",
2211
+ "Interleaved Data Depth": "Unknown",
2212
+ "Watchdog Timer": "Present",
2213
+ "Boot Option": "Do Not Reboot",
2214
+ "Boot Option On Limit": "Do Not Reboot",
2215
+ "Reset Count": "Unknown",
2216
+ "Reset Limit": "Unknown",
2217
+ "Timer Interval": "Unknown",
2218
+ "Timeout": "Unknown",
2219
+ "Power-On Password Status": "Disabled",
2220
+ "Keyboard Password Status": "Unknown",
2221
+ "Administrator Password Status": "Enabled",
2222
+ "Front Panel Reset Status": "Unknown",
2223
+ "Manufacturer Name": "Intel",
2224
+ "Inbound Connection": "Enabled",
2225
+ "Outbound Connection": "Disabled"
2226
+ }
2227
+ ],
2228
+ "string_1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2229
+ "string_2": "Welcome to the Virtual Machine",
2230
+ "area_length": "16 bytes",
2231
+ "header_start_offset": "0x0000",
2232
+ "header_length": "16 bytes",
2233
+ "data_start_offset": "0x0010",
2234
+ "access_method": "General-purpose non-volatile data functions",
2235
+ "access_address": "0x0000",
2236
+ "status": "No errors detected",
2237
+ "change_token": "0x00000036",
2238
+ "header_format": "Type 1",
2239
+ "supported_log_type_descriptors": "3",
2240
+ "descriptor_1": "POST error",
2241
+ "data_format_1": "POST results bitmap",
2242
+ "descriptor_2": "Single-bit ECC memory error",
2243
+ "data_format_2": "Multiple-event",
2244
+ "descriptor_3": "Multi-bit ECC memory error",
2245
+ "data_format_3": "Multiple-event",
2246
+ "location": "System Board Or Motherboard",
2247
+ "use": "System Memory",
2248
+ "error_correction_type": "None",
2249
+ "maximum_capacity": "1 TB",
2250
+ "error_information_handle": "No Error",
2251
+ "number_of_devices": "64",
2252
+ "array_handle": "0x00E2",
2253
+ "total_width": "Unknown",
2254
+ "data_width": "Unknown",
2255
+ "size": "No Module Installed",
2256
+ "form_factor": "DIMM",
2257
+ "set": "None",
2258
+ "locator": "RAM slot #63",
2259
+ "bank_locator": "RAM slot #63",
2260
+ "type": "OK",
2261
+ "type_detail": "Unknown",
2262
+ "speed": "Unknown",
2263
+ "manufacturer": "Not Specified",
2264
+ "serial_number": "Not Specified",
2265
+ "asset_tag": "Not Specified",
2266
+ "part_number": "Not Specified",
2267
+ "granularity": "Unknown",
2268
+ "operation": "Unknown",
2269
+ "vendor_syndrome": "Unknown",
2270
+ "memory_array_address": "Unknown",
2271
+ "device_address": "Unknown",
2272
+ "resolution": "Unknown",
2273
+ "starting_address": "0x0000FFFFC00",
2274
+ "ending_address": "0x0000FFFFFFF",
2275
+ "range_size": "1 kB",
2276
+ "physical_array_handle": "0x00E2",
2277
+ "partition_width": "64",
2278
+ "physical_device_handle": "0x0122",
2279
+ "memory_array_mapped_address_handle": "0x0124",
2280
+ "partition_row_position": "Unknown",
2281
+ "interleave_position": "Unknown",
2282
+ "interleaved_data_depth": "Unknown",
2283
+ "watchdog_timer": "Present",
2284
+ "boot_option": "Do Not Reboot",
2285
+ "boot_option_on_limit": "Do Not Reboot",
2286
+ "reset_count": "Unknown",
2287
+ "reset_limit": "Unknown",
2288
+ "timer_interval": "Unknown",
2289
+ "timeout": "Unknown",
2290
+ "power_on_password_status": "Disabled",
2291
+ "keyboard_password_status": "Unknown",
2292
+ "administrator_password_status": "Enabled",
2293
+ "front_panel_reset_status": "Unknown",
2294
+ "manufacturer_name": "Intel",
2295
+ "inbound_connection": "Enabled",
2296
+ "outbound_connection": "Disabled"
2297
+ }
2298
+ },
2299
+ "lsb": {
2300
+ "id": "Ubuntu",
2301
+ "release": "13.04",
2302
+ "codename": "raring",
2303
+ "description": "Ubuntu 13.04"
2304
+ },
2305
+ "platform": "ubuntu",
2306
+ "platform_version": "13.04",
2307
+ "platform_family": "debian",
2308
+ "command": {
2309
+ "ps": "ps -ef"
2310
+ },
2311
+ "ohai_time": 1386871637.8768468,
2312
+ "filesystem": {
2313
+ "/dev/mapper/vagrant--vg-root": {
2314
+ "kb_size": "40129116",
2315
+ "kb_used": "2551076",
2316
+ "kb_available": "35532908",
2317
+ "percent_used": "7%",
2318
+ "mount": "/",
2319
+ "fs_type": "ext4",
2320
+ "mount_options": [
2321
+ "rw",
2322
+ "errors=remount-ro"
2323
+ ],
2324
+ "uuid": "06be9a1d-d632-4fd4-bd5c-c875732f3ef2"
2325
+ },
2326
+ "none": {
2327
+ "kb_size": "102400",
2328
+ "kb_used": "0",
2329
+ "kb_available": "102400",
2330
+ "percent_used": "0%",
2331
+ "mount": "/run/user",
2332
+ "fs_type": "tmpfs",
2333
+ "mount_options": [
2334
+ "rw",
2335
+ "noexec",
2336
+ "nosuid",
2337
+ "nodev",
2338
+ "size=104857600",
2339
+ "mode=0755"
2340
+ ]
2341
+ },
2342
+ "udev": {
2343
+ "kb_size": "110796",
2344
+ "kb_used": "12",
2345
+ "kb_available": "110784",
2346
+ "percent_used": "1%",
2347
+ "mount": "/dev",
2348
+ "fs_type": "devtmpfs",
2349
+ "mount_options": [
2350
+ "rw",
2351
+ "mode=0755"
2352
+ ]
2353
+ },
2354
+ "tmpfs": {
2355
+ "kb_size": "24492",
2356
+ "kb_used": "256",
2357
+ "kb_available": "24236",
2358
+ "percent_used": "2%",
2359
+ "mount": "/run",
2360
+ "fs_type": "tmpfs",
2361
+ "mount_options": [
2362
+ "rw",
2363
+ "noexec",
2364
+ "nosuid",
2365
+ "size=10%",
2366
+ "mode=0755"
2367
+ ]
2368
+ },
2369
+ "/dev/sda1": {
2370
+ "kb_size": "233191",
2371
+ "kb_used": "63329",
2372
+ "kb_available": "157421",
2373
+ "percent_used": "29%",
2374
+ "mount": "/boot",
2375
+ "fs_type": "ext2",
2376
+ "mount_options": [
2377
+ "rw"
2378
+ ],
2379
+ "uuid": "ac221afc-2a44-47f1-bee3-b80210898111"
2380
+ },
2381
+ "proc": {
2382
+ "mount": "/proc",
2383
+ "fs_type": "proc",
2384
+ "mount_options": [
2385
+ "rw",
2386
+ "noexec",
2387
+ "nosuid",
2388
+ "nodev"
2389
+ ]
2390
+ },
2391
+ "sysfs": {
2392
+ "mount": "/sys",
2393
+ "fs_type": "sysfs",
2394
+ "mount_options": [
2395
+ "rw",
2396
+ "noexec",
2397
+ "nosuid",
2398
+ "nodev"
2399
+ ]
2400
+ },
2401
+ "devpts": {
2402
+ "mount": "/dev/pts",
2403
+ "fs_type": "devpts",
2404
+ "mount_options": [
2405
+ "rw",
2406
+ "noexec",
2407
+ "nosuid",
2408
+ "gid=5",
2409
+ "mode=0620"
2410
+ ]
2411
+ },
2412
+ "rpc_pipefs": {
2413
+ "mount": "/run/rpc_pipefs",
2414
+ "fs_type": "rpc_pipefs",
2415
+ "mount_options": [
2416
+ "rw"
2417
+ ]
2418
+ },
2419
+ ".host:/": {
2420
+ "mount": "/mnt/hgfs",
2421
+ "fs_type": "vmhgfs",
2422
+ "mount_options": [
2423
+ "rw",
2424
+ "ttl=1"
2425
+ ]
2426
+ },
2427
+ "vmware-vmblock": {
2428
+ "mount": "/run/vmblock-fuse",
2429
+ "fs_type": "fuse.vmware-vmblock",
2430
+ "mount_options": [
2431
+ "rw",
2432
+ "nosuid",
2433
+ "nodev",
2434
+ "default_permissions",
2435
+ "allow_other"
2436
+ ]
2437
+ },
2438
+ "/dev/sda5": {
2439
+ "fs_type": "LVM2_member",
2440
+ "uuid": "ELIifC-yiZA-girR-12Hk-T2ak-bmCG-olgk7N"
2441
+ },
2442
+ "/dev/mapper/vagrant--vg-swap_1": {
2443
+ "fs_type": "swap",
2444
+ "uuid": "a07bf005-4ed3-431c-9c4d-de0bd7c712e5"
2445
+ },
2446
+ "rootfs": {
2447
+ "mount": "/",
2448
+ "fs_type": "rootfs",
2449
+ "mount_options": [
2450
+ "rw"
2451
+ ]
2452
+ }
2453
+ },
2454
+ "languages": {
2455
+ "ruby": {
2456
+ "bin_dir": "/usr/local/bin",
2457
+ "gem_bin": "/usr/local/bin/gem",
2458
+ "gems_dir": "/usr/local/gems",
2459
+ "ruby_bin": "/usr/local/bin/ruby"
2460
+ }
2461
+ },
2462
+ "chef_packages": {
2463
+ "chef": {
2464
+ "version": "11.8.0",
2465
+ "chef_root": "/usr/local/gems/chef-11.8.0/lib"
2466
+ },
2467
+ "ohai": {
2468
+ "version": "6.20.0",
2469
+ "ohai_root": "/usr/local/gems/ohai-6.20.0/lib/ohai"
2470
+ }
2471
+ },
2472
+ "counters": {
2473
+ "network": {
2474
+ "interfaces": {
2475
+ "eth0": {
2476
+ "rx": {
2477
+ "bytes": "0",
2478
+ "packets": "0",
2479
+ "errors": "0",
2480
+ "drop": 0,
2481
+ "overrun": 0,
2482
+ "frame": 0,
2483
+ "compressed": 0,
2484
+ "multicast": 0
2485
+ },
2486
+ "tx": {
2487
+ "bytes": "342",
2488
+ "packets": "0",
2489
+ "errors": "0",
2490
+ "drop": 0,
2491
+ "overrun": 0,
2492
+ "collisions": "0",
2493
+ "carrier": 0,
2494
+ "compressed": 0
2495
+ }
2496
+ }
2497
+ }
2498
+ }
2499
+ },
2500
+ "current_user": "fauxhai",
2501
+ "domain": "local",
2502
+ "etc": {
2503
+ "passwd": {
2504
+ "fauxhai": {
2505
+ "dir": "/home/fauxhai",
2506
+ "gid": 0,
2507
+ "uid": 0,
2508
+ "shell": "/bin/bash",
2509
+ "gecos": "Fauxhai"
2510
+ }
2511
+ },
2512
+ "group": {
2513
+ "fauxhai": {
2514
+ "gid": 0,
2515
+ "members": [
2516
+ "fauxhai"
2517
+ ]
2518
+ }
2519
+ }
2520
+ },
2521
+ "hostname": "Fauxhai",
2522
+ "fqdn": "fauxhai.local",
2523
+ "ipaddress": "10.0.0.2",
2524
+ "keys": {
2525
+ "ssh": {
2526
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
2527
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
2528
+ }
2529
+ },
2530
+ "macaddress": "11:11:11:11:11:11",
2531
+ "network": {
2532
+ "default_gateway": "10.0.0.1",
2533
+ "default_interface": "eth0",
2534
+ "settings": {},
2535
+ "interfaces": {
2536
+ "eth0": {
2537
+ "addresses": {
2538
+ "10.0.0.2": {
2539
+ "broadcast": "10.0.0.255",
2540
+ "family": "inet",
2541
+ "netmask": "255.255.255.0",
2542
+ "prefixlen": "23",
2543
+ "scope": "Global"
2544
+ }
2545
+ },
2546
+ "arp": {
2547
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
2548
+ },
2549
+ "encapsulation": "Ethernet",
2550
+ "flags": [
2551
+ "BROADCAST",
2552
+ "MULTICAST",
2553
+ "UP",
2554
+ "LOWER_UP"
2555
+ ],
2556
+ "mtu": "1500",
2557
+ "number": "0",
2558
+ "routes": {
2559
+ "10.0.0.0/255": {
2560
+ "scope": "link",
2561
+ "src": "10.0.0.2"
2562
+ }
2563
+ },
2564
+ "state": "up",
2565
+ "type": "eth"
2566
+ }
2567
+ }
2568
+ },
2569
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
2570
+ "uptime_seconds": 2646450
2571
+ }