fauxhai 2.1.2 → 2.2.0

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