fauxhai 2.0.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/CONTRIBUTING.md +2 -2
  4. data/fauxhai.gemspec +2 -1
  5. data/lib/fauxhai/platforms/amazon/2012.09.json +4 -0
  6. data/lib/fauxhai/platforms/centos/5.8.json +4 -0
  7. data/lib/fauxhai/platforms/centos/5.9.json +4 -0
  8. data/lib/fauxhai/platforms/centos/6.0.json +4 -0
  9. data/lib/fauxhai/platforms/centos/6.2.json +4 -0
  10. data/lib/fauxhai/platforms/centos/6.3.json +4 -0
  11. data/lib/fauxhai/platforms/centos/6.4.json +4 -0
  12. data/lib/fauxhai/platforms/centos/6.5.json +405 -0
  13. data/lib/fauxhai/platforms/debian/6.0.5.json +4 -0
  14. data/lib/fauxhai/platforms/debian/7.0.json +4 -0
  15. data/lib/fauxhai/platforms/debian/7.1.json +4 -0
  16. data/lib/fauxhai/platforms/debian/7.2.json +383 -0
  17. data/lib/fauxhai/platforms/debian/7.4.json +418 -0
  18. data/lib/fauxhai/platforms/fedora/18.json +4 -0
  19. data/lib/fauxhai/platforms/freebsd/9.1.json +4 -0
  20. data/lib/fauxhai/platforms/gentoo/2.1.json +4 -0
  21. data/lib/fauxhai/platforms/mac_os_x/10.6.8.json +4 -0
  22. data/lib/fauxhai/platforms/mac_os_x/10.7.4.json +4 -0
  23. data/lib/fauxhai/platforms/mac_os_x/10.8.2.json +4 -0
  24. data/lib/fauxhai/platforms/omnios/151002.json +4 -0
  25. data/lib/fauxhai/platforms/openbsd/5.4.json +220 -0
  26. data/lib/fauxhai/platforms/opensuse/12.3.json +4 -0
  27. data/lib/fauxhai/platforms/redhat/5.10.json +2783 -0
  28. data/lib/fauxhai/platforms/redhat/5.6.json +2851 -0
  29. data/lib/fauxhai/platforms/redhat/5.7.json +2954 -0
  30. data/lib/fauxhai/platforms/redhat/5.8.json +4 -0
  31. data/lib/fauxhai/platforms/redhat/5.9.json +2783 -0
  32. data/lib/fauxhai/platforms/redhat/6.0.json +2516 -0
  33. data/lib/fauxhai/platforms/redhat/6.1.json +2520 -0
  34. data/lib/fauxhai/platforms/redhat/6.2.json +2587 -0
  35. data/lib/fauxhai/platforms/redhat/6.3.json +2119 -606
  36. data/lib/fauxhai/platforms/redhat/6.4.json +312 -0
  37. data/lib/fauxhai/platforms/redhat/6.5.json +312 -0
  38. data/lib/fauxhai/platforms/smartos/joyent_20130111T180733Z.json +4 -0
  39. data/lib/fauxhai/platforms/suse/11.03.json +4 -0
  40. data/lib/fauxhai/platforms/ubuntu/10.04.json +4 -0
  41. data/lib/fauxhai/platforms/ubuntu/12.04.json +4 -0
  42. data/lib/fauxhai/platforms/ubuntu/13.04.json +4 -0
  43. data/lib/fauxhai/platforms/windows/2008R2.json +4 -0
  44. data/lib/fauxhai/runner.rb +9 -1
  45. metadata +19 -4
@@ -1,148 +1,52 @@
1
1
  {
2
2
  "kernel": {
3
3
  "name": "Linux",
4
- "release": "2.6.32-279.9.1.el6.x86_64",
5
- "version": "#1 SMP Tue Sep 25 21:43:11 UTC 2012",
4
+ "release": "2.6.32-279.el6.x86_64",
5
+ "version": "#1 SMP Wed Jun 13 18:24:36 EDT 2012",
6
6
  "machine": "x86_64",
7
7
  "modules": {
8
- "ebtable_nat": {
9
- "size": "2009",
10
- "refcount": "0"
11
- },
12
- "ebtables": {
13
- "size": "18135",
8
+ "sunrpc": {
9
+ "size": "263516",
14
10
  "refcount": "1"
15
11
  },
16
- "ipt_MASQUERADE": {
17
- "size": "2466",
12
+ "vmhgfs": {
13
+ "size": "49691",
18
14
  "refcount": "3"
19
15
  },
20
- "iptable_nat": {
21
- "size": "6158",
22
- "refcount": "1"
16
+ "ipv6": {
17
+ "size": "322541",
18
+ "refcount": "24"
23
19
  },
24
- "nf_nat": {
25
- "size": "22759",
26
- "refcount": "2"
20
+ "vsock": {
21
+ "size": "46726",
22
+ "refcount": "0"
27
23
  },
28
24
  "ipt_REJECT": {
29
25
  "size": "2351",
30
26
  "refcount": "2"
31
27
  },
32
- "xt_CHECKSUM": {
33
- "size": "1303",
34
- "refcount": "1"
35
- },
36
- "iptable_mangle": {
37
- "size": "3349",
38
- "refcount": "1"
39
- },
40
- "autofs4": {
41
- "size": "27212",
42
- "refcount": "3"
43
- },
44
- "bridge": {
45
- "size": "79950",
46
- "refcount": "0"
47
- },
48
- "stp": {
49
- "size": "2173",
50
- "refcount": "1"
51
- },
52
- "llc": {
53
- "size": "5642",
54
- "refcount": "2"
55
- },
56
- "ipt_LOG": {
57
- "size": "5845",
58
- "refcount": "1"
59
- },
60
28
  "nf_conntrack_ipv4": {
61
29
  "size": "9506",
62
- "refcount": "5"
30
+ "refcount": "2"
63
31
  },
64
32
  "nf_defrag_ipv4": {
65
33
  "size": "1483",
66
34
  "refcount": "1"
67
35
  },
68
- "iptable_filter": {
69
- "size": "2793",
70
- "refcount": "1"
71
- },
72
- "ip_tables": {
73
- "size": "17831",
74
- "refcount": "3"
75
- },
76
- "ip6t_LOG": {
77
- "size": "6124",
78
- "refcount": "1"
79
- },
80
- "xt_limit": {
81
- "size": "2182",
82
- "refcount": "2"
83
- },
84
- "nf_conntrack_ipv6": {
85
- "size": "8748",
86
- "refcount": "1"
87
- },
88
- "nf_defrag_ipv6": {
89
- "size": "11981",
90
- "refcount": "1"
91
- },
92
36
  "xt_state": {
93
37
  "size": "1492",
94
- "refcount": "3"
38
+ "refcount": "2"
95
39
  },
96
40
  "nf_conntrack": {
97
41
  "size": "79453",
98
- "refcount": "6"
99
- },
100
- "xt_hl": {
101
- "size": "1531",
102
- "refcount": "5"
103
- },
104
- "ip6table_filter": {
105
- "size": "2889",
106
- "refcount": "1"
107
- },
108
- "ip6_tables": {
109
- "size": "19458",
110
- "refcount": "2"
111
- },
112
- "ipv6": {
113
- "size": "322541",
114
- "refcount": "60"
115
- },
116
- "ext3": {
117
- "size": "240636",
118
42
  "refcount": "2"
119
43
  },
120
- "jbd": {
121
- "size": "80433",
122
- "refcount": "1"
123
- },
124
- "vhost_net": {
125
- "size": "31320",
126
- "refcount": "0"
127
- },
128
- "macvtap": {
129
- "size": "9948",
130
- "refcount": "1"
131
- },
132
- "macvlan": {
133
- "size": "10180",
44
+ "iptable_filter": {
45
+ "size": "2793",
134
46
  "refcount": "1"
135
47
  },
136
- "tun": {
137
- "size": "17127",
138
- "refcount": "4"
139
- },
140
- "kvm_intel": {
141
- "size": "52890",
142
- "refcount": "3"
143
- },
144
- "kvm": {
145
- "size": "314739",
48
+ "ip_tables": {
49
+ "size": "17831",
146
50
  "refcount": "1"
147
51
  },
148
52
  "ppdev": {
@@ -157,80 +61,32 @@
157
61
  "size": "37265",
158
62
  "refcount": "2"
159
63
  },
160
- "sg": {
161
- "size": "30124",
162
- "refcount": "0"
163
- },
164
- "dcdbas": {
165
- "size": "9219",
64
+ "e1000": {
65
+ "size": "170646",
166
66
  "refcount": "0"
167
67
  },
168
68
  "microcode": {
169
69
  "size": "112653",
170
70
  "refcount": "0"
171
71
  },
172
- "i2c_i801": {
173
- "size": "11231",
174
- "refcount": "0"
175
- },
176
- "iTCO_wdt": {
177
- "size": "13934",
72
+ "vmware_balloon": {
73
+ "size": "7199",
178
74
  "refcount": "0"
179
75
  },
180
- "iTCO_vendor_support": {
181
- "size": "3088",
182
- "refcount": "1"
183
- },
184
- "serio_raw": {
185
- "size": "4818",
186
- "refcount": "0"
187
- },
188
- "snd_hda_codec_realtek": {
189
- "size": "125334",
190
- "refcount": "1"
191
- },
192
- "snd_hda_intel": {
193
- "size": "26973",
194
- "refcount": "0"
195
- },
196
- "snd_hda_codec": {
197
- "size": "112048",
76
+ "vmci": {
77
+ "size": "74263",
198
78
  "refcount": "2"
199
79
  },
200
- "snd_hwdep": {
201
- "size": "6780",
202
- "refcount": "1"
203
- },
204
- "snd_seq": {
205
- "size": "56591",
80
+ "i2c_piix4": {
81
+ "size": "12608",
206
82
  "refcount": "0"
207
83
  },
208
- "snd_seq_device": {
209
- "size": "6596",
210
- "refcount": "1"
211
- },
212
- "snd_pcm": {
213
- "size": "85828",
214
- "refcount": "2"
215
- },
216
- "snd_timer": {
217
- "size": "23057",
218
- "refcount": "2"
219
- },
220
- "snd": {
221
- "size": "71339",
222
- "refcount": "8"
223
- },
224
- "soundcore": {
225
- "size": "8086",
84
+ "i2c_core": {
85
+ "size": "31276",
226
86
  "refcount": "1"
227
87
  },
228
- "snd_page_alloc": {
229
- "size": "8630",
230
- "refcount": "2"
231
- },
232
- "e1000e": {
233
- "size": "222169",
88
+ "sg": {
89
+ "size": "30124",
234
90
  "refcount": "0"
235
91
  },
236
92
  "shpchp": {
@@ -238,12 +94,12 @@
238
94
  "refcount": "0"
239
95
  },
240
96
  "ext4": {
241
- "size": "371395",
242
- "refcount": "1"
97
+ "size": "371331",
98
+ "refcount": "2"
243
99
  },
244
100
  "mbcache": {
245
101
  "size": "8144",
246
- "refcount": "2"
102
+ "refcount": "1"
247
103
  },
248
104
  "jbd2": {
249
105
  "size": "93312",
@@ -259,20 +115,12 @@
259
115
  },
260
116
  "sd_mod": {
261
117
  "size": "39488",
262
- "refcount": "5"
118
+ "refcount": "3"
263
119
  },
264
120
  "crc_t10dif": {
265
121
  "size": "1541",
266
122
  "refcount": "1"
267
123
  },
268
- "ahci": {
269
- "size": "40871",
270
- "refcount": "4"
271
- },
272
- "wmi": {
273
- "size": "6287",
274
- "refcount": "0"
275
- },
276
124
  "pata_acpi": {
277
125
  "size": "3701",
278
126
  "refcount": "0"
@@ -281,34 +129,26 @@
281
129
  "size": "3837",
282
130
  "refcount": "0"
283
131
  },
284
- "usb_storage": {
285
- "size": "49452",
132
+ "ata_piix": {
133
+ "size": "22846",
286
134
  "refcount": "0"
287
135
  },
288
- "radeon": {
289
- "size": "846316",
290
- "refcount": "1"
291
- },
292
- "ttm": {
293
- "size": "82562",
294
- "refcount": "1"
136
+ "mptspi": {
137
+ "size": "17051",
138
+ "refcount": "2"
295
139
  },
296
- "drm_kms_helper": {
297
- "size": "34122",
140
+ "mptscsih": {
141
+ "size": "36828",
298
142
  "refcount": "1"
299
143
  },
300
- "drm": {
301
- "size": "250067",
302
- "refcount": "3"
144
+ "mptbase": {
145
+ "size": "94005",
146
+ "refcount": "2"
303
147
  },
304
- "i2c_algo_bit": {
305
- "size": "5762",
148
+ "scsi_transport_spi": {
149
+ "size": "26151",
306
150
  "refcount": "1"
307
151
  },
308
- "i2c_core": {
309
- "size": "31276",
310
- "refcount": "5"
311
- },
312
152
  "dm_mirror": {
313
153
  "size": "14101",
314
154
  "refcount": "0"
@@ -323,452 +163,2148 @@
323
163
  },
324
164
  "dm_mod": {
325
165
  "size": "81692",
326
- "refcount": "2"
166
+ "refcount": "8"
327
167
  }
328
168
  },
329
169
  "os": "GNU/Linux"
330
170
  },
331
171
  "os": "linux",
332
- "os_version": "2.6.32-279.9.1.el6.x86_64",
333
- "platform": "centos",
334
- "platform_version": "6.3",
335
- "platform_family": "rhel",
172
+ "os_version": "2.6.32-279.el6.x86_64",
336
173
  "command": {
337
174
  "ps": "ps -ef"
338
175
  },
339
176
  "dmi": {
340
177
  "dmidecode_version": "2.11",
341
- "smbios_version": "2.6",
178
+ "smbios_version": "2.4",
342
179
  "structures": {
343
- "count": "86",
344
- "size": "3319"
180
+ "count": "364",
181
+ "size": "17093"
345
182
  },
183
+ "table_location": "0x000E0010",
346
184
  "bios": {
347
185
  "all_records": [
348
186
  {
349
- "record_id": "0x0000",
350
- "size": "0",
351
- "application_identifier": "BIOS Information",
352
- "Vendor": "Dell Inc.",
353
- "Version": "A01",
354
- "Release Date": "02/16/2010",
355
- "Address": "0xF0000",
356
- "Runtime Size": "64 kB",
357
- "ROM Size": "8192 kB",
358
- "Characteristics": {
359
- "PCI is supported": null,
360
- "PNP is supported": null,
361
- "APM is supported": null,
362
- "BIOS is upgradeable": null,
363
- "BIOS shadowing is allowed": null,
364
- "ESCD support is available": null,
365
- "Boot from CD is supported": null,
366
- "Selectable boot is supported": null,
367
- "EDD is supported": null,
368
- "Japanese floppy for Toshiba 1.2 MB is supported (int 13h)": null,
369
- "3.5\"/720 kB floppy services are supported (int 13h)": null,
370
- "Print screen service is supported (int 5h)": null,
371
- "8042 keyboard services are supported (int 9h)": null,
372
- "Serial services are supported (int 14h)": null,
373
- "Printer services are supported (int 17h)": null,
374
- "ACPI is supported": null,
375
- "USB legacy is supported": null,
376
- "BIOS boot specification is supported": null,
377
- "Function key-initiated network boot is supported": null,
378
- "Targeted content distribution is supported": null
379
- },
380
- "BIOS Revision": "0.0"
381
- }
382
- ],
383
- "vendor": "Dell Inc.",
384
- "version": "A01",
385
- "release_date": "02/16/2010",
386
- "address": "0xF0000",
387
- "runtime_size": "64 kB",
388
- "rom_size": "8192 kB",
389
- "bios_revision": "0.0"
390
- },
391
- "system": {
392
- "all_records": [
187
+ "record_id": "0x0000",
188
+ "size": "0",
189
+ "application_identifier": "BIOS Information",
190
+ "Vendor": "Phoenix Technologies LTD",
191
+ "Version": "6.00",
192
+ "Release Date": "07/31/2013",
193
+ "Address": "0xEA050",
194
+ "Runtime Size": "90032 bytes",
195
+ "ROM Size": "64 kB",
196
+ "Characteristics": {
197
+ "ISA is supported": null,
198
+ "PCI is supported": null,
199
+ "PC Card (PCMCIA) is supported": null,
200
+ "PNP is supported": null,
201
+ "APM is supported": null,
202
+ "BIOS is upgradeable": null,
203
+ "BIOS shadowing is allowed": null,
204
+ "ESCD support is available": null,
205
+ "Boot from CD is supported": null,
206
+ "Selectable boot is supported": null,
207
+ "EDD is supported": null,
208
+ "Print screen service is supported (int 5h)": null,
209
+ "8042 keyboard services are supported (int 9h)": null,
210
+ "Serial services are supported (int 14h)": null,
211
+ "Printer services are supported (int 17h)": null,
212
+ "CGA/mono video services are supported (int 10h)": null,
213
+ "ACPI is supported": null,
214
+ "Smart battery is supported": null,
215
+ "BIOS boot specification is supported": null,
216
+ "Function key-initiated network boot is supported": null,
217
+ "Targeted content distribution is supported": null
218
+ },
219
+ "BIOS Revision": "4.6",
220
+ "Firmware Revision": "0.0"
221
+ }
222
+ ],
223
+ "vendor": "Phoenix Technologies LTD",
224
+ "version": "6.00",
225
+ "release_date": "07/31/2013",
226
+ "address": "0xEA050",
227
+ "runtime_size": "90032 bytes",
228
+ "rom_size": "64 kB",
229
+ "bios_revision": "4.6",
230
+ "firmware_revision": "0.0"
231
+ },
232
+ "system": {
233
+ "all_records": [
234
+ {
235
+ "record_id": "0x0001",
236
+ "size": "1",
237
+ "application_identifier": "System Information",
238
+ "Manufacturer": "VMware, Inc.",
239
+ "Product Name": "VMware Virtual Platform",
240
+ "Version": "None",
241
+ "Serial Number": "VMware-56 4d 1e bb 5d 6f 25 98-21 c9 a9 b4 81 cc b4 6d",
242
+ "UUID": "564D1EBB-5D6F-2598-21C9-A9B481CCB46D",
243
+ "Wake-up Type": "Power Switch",
244
+ "SKU Number": "Not Specified",
245
+ "Family": "Not Specified"
246
+ }
247
+ ],
248
+ "manufacturer": "VMware, Inc.",
249
+ "product_name": "VMware Virtual Platform",
250
+ "version": "None",
251
+ "serial_number": "VMware-56 4d 1e bb 5d 6f 25 98-21 c9 a9 b4 81 cc b4 6d",
252
+ "uuid": "564D1EBB-5D6F-2598-21C9-A9B481CCB46D",
253
+ "wake_up_type": "Power Switch",
254
+ "sku_number": "Not Specified",
255
+ "family": "Not Specified"
256
+ },
257
+ "base_board": {
258
+ "all_records": [
259
+ {
260
+ "record_id": "0x0002",
261
+ "size": "2",
262
+ "application_identifier": "Base Board Information",
263
+ "Manufacturer": "Intel Corporation",
264
+ "Product Name": "440BX Desktop Reference Platform",
265
+ "Version": "None",
266
+ "Serial Number": "None",
267
+ "Asset Tag": "Not Specified",
268
+ "Features": "None",
269
+ "Location In Chassis": "Not Specified",
270
+ "Chassis Handle": "0x0000",
271
+ "Type": "Unknown",
272
+ "Contained Object Handles": "0"
273
+ }
274
+ ],
275
+ "manufacturer": "Intel Corporation",
276
+ "product_name": "440BX Desktop Reference Platform",
277
+ "version": "None",
278
+ "serial_number": "None",
279
+ "asset_tag": "Not Specified",
280
+ "features": "None",
281
+ "location_in_chassis": "Not Specified",
282
+ "chassis_handle": "0x0000",
283
+ "type": "Unknown",
284
+ "contained_object_handles": "0"
285
+ },
286
+ "chassis": {
287
+ "all_records": [
288
+ {
289
+ "record_id": "0x0003",
290
+ "size": "3",
291
+ "application_identifier": "Chassis Information",
292
+ "Manufacturer": "No Enclosure",
293
+ "Type": "Other",
294
+ "Lock": "Not Present",
295
+ "Version": "N/A",
296
+ "Serial Number": "None",
297
+ "Asset Tag": "No Asset Tag",
298
+ "Boot-up State": "Safe",
299
+ "Power Supply State": "Safe",
300
+ "Thermal State": "Safe",
301
+ "Security Status": "None",
302
+ "OEM Information": "0x00001234",
303
+ "Height": "Unspecified",
304
+ "Number Of Power Cords": "Unspecified",
305
+ "Contained Elements": "0"
306
+ }
307
+ ],
308
+ "manufacturer": "No Enclosure",
309
+ "type": "Other",
310
+ "lock": "Not Present",
311
+ "version": "N/A",
312
+ "serial_number": "None",
313
+ "asset_tag": "No Asset Tag",
314
+ "boot_up_state": "Safe",
315
+ "power_supply_state": "Safe",
316
+ "thermal_state": "Safe",
317
+ "security_status": "None",
318
+ "oem_information": "0x00001234",
319
+ "height": "Unspecified",
320
+ "number_of_power_cords": "Unspecified",
321
+ "contained_elements": "0"
322
+ },
323
+ "processor": {
324
+ "all_records": [
325
+ {
326
+ "record_id": "0x0004",
327
+ "size": "4",
328
+ "application_identifier": "Processor Information",
329
+ "Socket Designation": "CPU socket #0",
330
+ "Type": "Central Processor",
331
+ "Family": "Unknown",
332
+ "Manufacturer": "GenuineIntel",
333
+ "ID": "A9 06 03 00 FF FB AB 0F",
334
+ "Version": " Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz",
335
+ "Voltage": "3.3 V",
336
+ "External Clock": "Unknown",
337
+ "Max Speed": "30000 MHz",
338
+ "Current Speed": "2700 MHz",
339
+ "Status": "Populated, Enabled",
340
+ "Upgrade": "ZIF Socket",
341
+ "L1 Cache Handle": "0x0054",
342
+ "L2 Cache Handle": "0x0055",
343
+ "L3 Cache Handle": "Not Provided",
344
+ "Serial Number": "Not Specified",
345
+ "Asset Tag": "Not Specified",
346
+ "Part Number": "Not Specified"
347
+ },
348
+ {
349
+ "record_id": "0x0005",
350
+ "size": "4",
351
+ "application_identifier": "Processor Information",
352
+ "Socket Designation": "CPU socket #1",
353
+ "Type": "Central Processor",
354
+ "Family": "Unknown",
355
+ "Manufacturer": "000000000000",
356
+ "ID": "00 00 00 00 00 00 00 00",
357
+ "Version": "Unknown Processor ",
358
+ "Voltage": "3.3 V",
359
+ "External Clock": "Unknown",
360
+ "Max Speed": "30000 MHz",
361
+ "Current Speed": "Unknown",
362
+ "Status": "Unpopulated",
363
+ "Upgrade": "ZIF Socket",
364
+ "L1 Cache Handle": "0x0056",
365
+ "L2 Cache Handle": "0x0057",
366
+ "L3 Cache Handle": "Not Provided",
367
+ "Serial Number": "Not Specified",
368
+ "Asset Tag": "Not Specified",
369
+ "Part Number": "Not Specified"
370
+ },
371
+ {
372
+ "record_id": "0x0006",
373
+ "size": "4",
374
+ "application_identifier": "Processor Information",
375
+ "Socket Designation": "CPU socket #2",
376
+ "Type": "Central Processor",
377
+ "Family": "Unknown",
378
+ "Manufacturer": "000000000000",
379
+ "ID": "00 00 00 00 00 00 00 00",
380
+ "Version": "Unknown Processor ",
381
+ "Voltage": "3.3 V",
382
+ "External Clock": "Unknown",
383
+ "Max Speed": "30000 MHz",
384
+ "Current Speed": "Unknown",
385
+ "Status": "Unpopulated",
386
+ "Upgrade": "ZIF Socket",
387
+ "L1 Cache Handle": "0x0058",
388
+ "L2 Cache Handle": "0x0059",
389
+ "L3 Cache Handle": "Not Provided",
390
+ "Serial Number": "Not Specified",
391
+ "Asset Tag": "Not Specified",
392
+ "Part Number": "Not Specified"
393
+ },
394
+ {
395
+ "record_id": "0x0007",
396
+ "size": "4",
397
+ "application_identifier": "Processor Information",
398
+ "Socket Designation": "CPU socket #3",
399
+ "Type": "Central Processor",
400
+ "Family": "Unknown",
401
+ "Manufacturer": "000000000000",
402
+ "ID": "00 00 00 00 00 00 00 00",
403
+ "Version": "Unknown Processor ",
404
+ "Voltage": "3.3 V",
405
+ "External Clock": "Unknown",
406
+ "Max Speed": "30000 MHz",
407
+ "Current Speed": "Unknown",
408
+ "Status": "Unpopulated",
409
+ "Upgrade": "ZIF Socket",
410
+ "L1 Cache Handle": "0x005A",
411
+ "L2 Cache Handle": "0x005B",
412
+ "L3 Cache Handle": "Not Provided",
413
+ "Serial Number": "Not Specified",
414
+ "Asset Tag": "Not Specified",
415
+ "Part Number": "Not Specified"
416
+ },
417
+ {
418
+ "record_id": "0x0008",
419
+ "size": "4",
420
+ "application_identifier": "Processor Information",
421
+ "Socket Designation": "CPU socket #4",
422
+ "Type": "Central Processor",
423
+ "Family": "Unknown",
424
+ "Manufacturer": "000000000000",
425
+ "ID": "00 00 00 00 00 00 00 00",
426
+ "Version": "Unknown Processor ",
427
+ "Voltage": "3.3 V",
428
+ "External Clock": "Unknown",
429
+ "Max Speed": "30000 MHz",
430
+ "Current Speed": "Unknown",
431
+ "Status": "Unpopulated",
432
+ "Upgrade": "ZIF Socket",
433
+ "L1 Cache Handle": "0x005C",
434
+ "L2 Cache Handle": "0x005D",
435
+ "L3 Cache Handle": "Not Provided",
436
+ "Serial Number": "Not Specified",
437
+ "Asset Tag": "Not Specified",
438
+ "Part Number": "Not Specified"
439
+ },
440
+ {
441
+ "record_id": "0x0009",
442
+ "size": "4",
443
+ "application_identifier": "Processor Information",
444
+ "Socket Designation": "CPU socket #5",
445
+ "Type": "Central Processor",
446
+ "Family": "Unknown",
447
+ "Manufacturer": "000000000000",
448
+ "ID": "00 00 00 00 00 00 00 00",
449
+ "Version": "Unknown Processor ",
450
+ "Voltage": "3.3 V",
451
+ "External Clock": "Unknown",
452
+ "Max Speed": "30000 MHz",
453
+ "Current Speed": "Unknown",
454
+ "Status": "Unpopulated",
455
+ "Upgrade": "ZIF Socket",
456
+ "L1 Cache Handle": "0x005E",
457
+ "L2 Cache Handle": "0x005F",
458
+ "L3 Cache Handle": "Not Provided",
459
+ "Serial Number": "Not Specified",
460
+ "Asset Tag": "Not Specified",
461
+ "Part Number": "Not Specified"
462
+ },
463
+ {
464
+ "record_id": "0x000A",
465
+ "size": "4",
466
+ "application_identifier": "Processor Information",
467
+ "Socket Designation": "CPU socket #6",
468
+ "Type": "Central Processor",
469
+ "Family": "Unknown",
470
+ "Manufacturer": "000000000000",
471
+ "ID": "00 00 00 00 00 00 00 00",
472
+ "Version": "Unknown Processor ",
473
+ "Voltage": "3.3 V",
474
+ "External Clock": "Unknown",
475
+ "Max Speed": "30000 MHz",
476
+ "Current Speed": "Unknown",
477
+ "Status": "Unpopulated",
478
+ "Upgrade": "ZIF Socket",
479
+ "L1 Cache Handle": "0x0060",
480
+ "L2 Cache Handle": "0x0061",
481
+ "L3 Cache Handle": "Not Provided",
482
+ "Serial Number": "Not Specified",
483
+ "Asset Tag": "Not Specified",
484
+ "Part Number": "Not Specified"
485
+ },
486
+ {
487
+ "record_id": "0x000B",
488
+ "size": "4",
489
+ "application_identifier": "Processor Information",
490
+ "Socket Designation": "CPU socket #7",
491
+ "Type": "Central Processor",
492
+ "Family": "Unknown",
493
+ "Manufacturer": "000000000000",
494
+ "ID": "00 00 00 00 00 00 00 00",
495
+ "Version": "Unknown Processor ",
496
+ "Voltage": "3.3 V",
497
+ "External Clock": "Unknown",
498
+ "Max Speed": "30000 MHz",
499
+ "Current Speed": "Unknown",
500
+ "Status": "Unpopulated",
501
+ "Upgrade": "ZIF Socket",
502
+ "L1 Cache Handle": "0x0062",
503
+ "L2 Cache Handle": "0x0063",
504
+ "L3 Cache Handle": "Not Provided",
505
+ "Serial Number": "Not Specified",
506
+ "Asset Tag": "Not Specified",
507
+ "Part Number": "Not Specified"
508
+ },
509
+ {
510
+ "record_id": "0x000C",
511
+ "size": "4",
512
+ "application_identifier": "Processor Information",
513
+ "Socket Designation": "CPU socket #8",
514
+ "Type": "Central Processor",
515
+ "Family": "Unknown",
516
+ "Manufacturer": "000000000000",
517
+ "ID": "00 00 00 00 00 00 00 00",
518
+ "Version": "Unknown Processor ",
519
+ "Voltage": "3.3 V",
520
+ "External Clock": "Unknown",
521
+ "Max Speed": "30000 MHz",
522
+ "Current Speed": "Unknown",
523
+ "Status": "Unpopulated",
524
+ "Upgrade": "ZIF Socket",
525
+ "L1 Cache Handle": "0x0064",
526
+ "L2 Cache Handle": "0x0065",
527
+ "L3 Cache Handle": "Not Provided",
528
+ "Serial Number": "Not Specified",
529
+ "Asset Tag": "Not Specified",
530
+ "Part Number": "Not Specified"
531
+ },
532
+ {
533
+ "record_id": "0x000D",
534
+ "size": "4",
535
+ "application_identifier": "Processor Information",
536
+ "Socket Designation": "CPU socket #9",
537
+ "Type": "Central Processor",
538
+ "Family": "Unknown",
539
+ "Manufacturer": "000000000000",
540
+ "ID": "00 00 00 00 00 00 00 00",
541
+ "Version": "Unknown Processor ",
542
+ "Voltage": "3.3 V",
543
+ "External Clock": "Unknown",
544
+ "Max Speed": "30000 MHz",
545
+ "Current Speed": "Unknown",
546
+ "Status": "Unpopulated",
547
+ "Upgrade": "ZIF Socket",
548
+ "L1 Cache Handle": "0x0066",
549
+ "L2 Cache Handle": "0x0067",
550
+ "L3 Cache Handle": "Not Provided",
551
+ "Serial Number": "Not Specified",
552
+ "Asset Tag": "Not Specified",
553
+ "Part Number": "Not Specified"
554
+ },
555
+ {
556
+ "record_id": "0x000E",
557
+ "size": "4",
558
+ "application_identifier": "Processor Information",
559
+ "Socket Designation": "CPU socket #10",
560
+ "Type": "Central Processor",
561
+ "Family": "Unknown",
562
+ "Manufacturer": "000000000000",
563
+ "ID": "00 00 00 00 00 00 00 00",
564
+ "Version": "Unknown Processor ",
565
+ "Voltage": "3.3 V",
566
+ "External Clock": "Unknown",
567
+ "Max Speed": "30000 MHz",
568
+ "Current Speed": "Unknown",
569
+ "Status": "Unpopulated",
570
+ "Upgrade": "ZIF Socket",
571
+ "L1 Cache Handle": "0x0068",
572
+ "L2 Cache Handle": "0x0069",
573
+ "L3 Cache Handle": "Not Provided",
574
+ "Serial Number": "Not Specified",
575
+ "Asset Tag": "Not Specified",
576
+ "Part Number": "Not Specified"
577
+ },
578
+ {
579
+ "record_id": "0x000F",
580
+ "size": "4",
581
+ "application_identifier": "Processor Information",
582
+ "Socket Designation": "CPU socket #11",
583
+ "Type": "Central Processor",
584
+ "Family": "Unknown",
585
+ "Manufacturer": "000000000000",
586
+ "ID": "00 00 00 00 00 00 00 00",
587
+ "Version": "Unknown Processor ",
588
+ "Voltage": "3.3 V",
589
+ "External Clock": "Unknown",
590
+ "Max Speed": "30000 MHz",
591
+ "Current Speed": "Unknown",
592
+ "Status": "Unpopulated",
593
+ "Upgrade": "ZIF Socket",
594
+ "L1 Cache Handle": "0x006A",
595
+ "L2 Cache Handle": "0x006B",
596
+ "L3 Cache Handle": "Not Provided",
597
+ "Serial Number": "Not Specified",
598
+ "Asset Tag": "Not Specified",
599
+ "Part Number": "Not Specified"
600
+ },
601
+ {
602
+ "record_id": "0x0010",
603
+ "size": "4",
604
+ "application_identifier": "Processor Information",
605
+ "Socket Designation": "CPU socket #12",
606
+ "Type": "Central Processor",
607
+ "Family": "Unknown",
608
+ "Manufacturer": "000000000000",
609
+ "ID": "00 00 00 00 00 00 00 00",
610
+ "Version": "Unknown Processor ",
611
+ "Voltage": "3.3 V",
612
+ "External Clock": "Unknown",
613
+ "Max Speed": "30000 MHz",
614
+ "Current Speed": "Unknown",
615
+ "Status": "Unpopulated",
616
+ "Upgrade": "ZIF Socket",
617
+ "L1 Cache Handle": "0x006C",
618
+ "L2 Cache Handle": "0x006D",
619
+ "L3 Cache Handle": "Not Provided",
620
+ "Serial Number": "Not Specified",
621
+ "Asset Tag": "Not Specified",
622
+ "Part Number": "Not Specified"
623
+ },
624
+ {
625
+ "record_id": "0x0011",
626
+ "size": "4",
627
+ "application_identifier": "Processor Information",
628
+ "Socket Designation": "CPU socket #13",
629
+ "Type": "Central Processor",
630
+ "Family": "Unknown",
631
+ "Manufacturer": "000000000000",
632
+ "ID": "00 00 00 00 00 00 00 00",
633
+ "Version": "Unknown Processor ",
634
+ "Voltage": "3.3 V",
635
+ "External Clock": "Unknown",
636
+ "Max Speed": "30000 MHz",
637
+ "Current Speed": "Unknown",
638
+ "Status": "Unpopulated",
639
+ "Upgrade": "ZIF Socket",
640
+ "L1 Cache Handle": "0x006E",
641
+ "L2 Cache Handle": "0x006F",
642
+ "L3 Cache Handle": "Not Provided",
643
+ "Serial Number": "Not Specified",
644
+ "Asset Tag": "Not Specified",
645
+ "Part Number": "Not Specified"
646
+ },
647
+ {
648
+ "record_id": "0x0012",
649
+ "size": "4",
650
+ "application_identifier": "Processor Information",
651
+ "Socket Designation": "CPU socket #14",
652
+ "Type": "Central Processor",
653
+ "Family": "Unknown",
654
+ "Manufacturer": "000000000000",
655
+ "ID": "00 00 00 00 00 00 00 00",
656
+ "Version": "Unknown Processor ",
657
+ "Voltage": "3.3 V",
658
+ "External Clock": "Unknown",
659
+ "Max Speed": "30000 MHz",
660
+ "Current Speed": "Unknown",
661
+ "Status": "Unpopulated",
662
+ "Upgrade": "ZIF Socket",
663
+ "L1 Cache Handle": "0x0070",
664
+ "L2 Cache Handle": "0x0071",
665
+ "L3 Cache Handle": "Not Provided",
666
+ "Serial Number": "Not Specified",
667
+ "Asset Tag": "Not Specified",
668
+ "Part Number": "Not Specified"
669
+ },
670
+ {
671
+ "record_id": "0x0013",
672
+ "size": "4",
673
+ "application_identifier": "Processor Information",
674
+ "Socket Designation": "CPU socket #15",
675
+ "Type": "Central Processor",
676
+ "Family": "Unknown",
677
+ "Manufacturer": "000000000000",
678
+ "ID": "00 00 00 00 00 00 00 00",
679
+ "Version": "Unknown Processor ",
680
+ "Voltage": "3.3 V",
681
+ "External Clock": "Unknown",
682
+ "Max Speed": "30000 MHz",
683
+ "Current Speed": "Unknown",
684
+ "Status": "Unpopulated",
685
+ "Upgrade": "ZIF Socket",
686
+ "L1 Cache Handle": "0x0072",
687
+ "L2 Cache Handle": "0x0073",
688
+ "L3 Cache Handle": "Not Provided",
689
+ "Serial Number": "Not Specified",
690
+ "Asset Tag": "Not Specified",
691
+ "Part Number": "Not Specified"
692
+ },
693
+ {
694
+ "record_id": "0x0014",
695
+ "size": "4",
696
+ "application_identifier": "Processor Information",
697
+ "Socket Designation": "CPU socket #16",
698
+ "Type": "Central Processor",
699
+ "Family": "Unknown",
700
+ "Manufacturer": "000000000000",
701
+ "ID": "00 00 00 00 00 00 00 00",
702
+ "Version": "Unknown Processor ",
703
+ "Voltage": "3.3 V",
704
+ "External Clock": "Unknown",
705
+ "Max Speed": "30000 MHz",
706
+ "Current Speed": "Unknown",
707
+ "Status": "Unpopulated",
708
+ "Upgrade": "ZIF Socket",
709
+ "L1 Cache Handle": "0x0074",
710
+ "L2 Cache Handle": "0x0075",
711
+ "L3 Cache Handle": "Not Provided",
712
+ "Serial Number": "Not Specified",
713
+ "Asset Tag": "Not Specified",
714
+ "Part Number": "Not Specified"
715
+ },
716
+ {
717
+ "record_id": "0x0015",
718
+ "size": "4",
719
+ "application_identifier": "Processor Information",
720
+ "Socket Designation": "CPU socket #17",
721
+ "Type": "Central Processor",
722
+ "Family": "Unknown",
723
+ "Manufacturer": "000000000000",
724
+ "ID": "00 00 00 00 00 00 00 00",
725
+ "Version": "Unknown Processor ",
726
+ "Voltage": "3.3 V",
727
+ "External Clock": "Unknown",
728
+ "Max Speed": "30000 MHz",
729
+ "Current Speed": "Unknown",
730
+ "Status": "Unpopulated",
731
+ "Upgrade": "ZIF Socket",
732
+ "L1 Cache Handle": "0x0076",
733
+ "L2 Cache Handle": "0x0077",
734
+ "L3 Cache Handle": "Not Provided",
735
+ "Serial Number": "Not Specified",
736
+ "Asset Tag": "Not Specified",
737
+ "Part Number": "Not Specified"
738
+ },
739
+ {
740
+ "record_id": "0x0016",
741
+ "size": "4",
742
+ "application_identifier": "Processor Information",
743
+ "Socket Designation": "CPU socket #18",
744
+ "Type": "Central Processor",
745
+ "Family": "Unknown",
746
+ "Manufacturer": "000000000000",
747
+ "ID": "00 00 00 00 00 00 00 00",
748
+ "Version": "Unknown Processor ",
749
+ "Voltage": "3.3 V",
750
+ "External Clock": "Unknown",
751
+ "Max Speed": "30000 MHz",
752
+ "Current Speed": "Unknown",
753
+ "Status": "Unpopulated",
754
+ "Upgrade": "ZIF Socket",
755
+ "L1 Cache Handle": "0x0078",
756
+ "L2 Cache Handle": "0x0079",
757
+ "L3 Cache Handle": "Not Provided",
758
+ "Serial Number": "Not Specified",
759
+ "Asset Tag": "Not Specified",
760
+ "Part Number": "Not Specified"
761
+ },
762
+ {
763
+ "record_id": "0x0017",
764
+ "size": "4",
765
+ "application_identifier": "Processor Information",
766
+ "Socket Designation": "CPU socket #19",
767
+ "Type": "Central Processor",
768
+ "Family": "Unknown",
769
+ "Manufacturer": "000000000000",
770
+ "ID": "00 00 00 00 00 00 00 00",
771
+ "Version": "Unknown Processor ",
772
+ "Voltage": "3.3 V",
773
+ "External Clock": "Unknown",
774
+ "Max Speed": "30000 MHz",
775
+ "Current Speed": "Unknown",
776
+ "Status": "Unpopulated",
777
+ "Upgrade": "ZIF Socket",
778
+ "L1 Cache Handle": "0x007A",
779
+ "L2 Cache Handle": "0x007B",
780
+ "L3 Cache Handle": "Not Provided",
781
+ "Serial Number": "Not Specified",
782
+ "Asset Tag": "Not Specified",
783
+ "Part Number": "Not Specified"
784
+ },
785
+ {
786
+ "record_id": "0x0018",
787
+ "size": "4",
788
+ "application_identifier": "Processor Information",
789
+ "Socket Designation": "CPU socket #20",
790
+ "Type": "Central Processor",
791
+ "Family": "Unknown",
792
+ "Manufacturer": "000000000000",
793
+ "ID": "00 00 00 00 00 00 00 00",
794
+ "Version": "Unknown Processor ",
795
+ "Voltage": "3.3 V",
796
+ "External Clock": "Unknown",
797
+ "Max Speed": "30000 MHz",
798
+ "Current Speed": "Unknown",
799
+ "Status": "Unpopulated",
800
+ "Upgrade": "ZIF Socket",
801
+ "L1 Cache Handle": "0x007C",
802
+ "L2 Cache Handle": "0x007D",
803
+ "L3 Cache Handle": "Not Provided",
804
+ "Serial Number": "Not Specified",
805
+ "Asset Tag": "Not Specified",
806
+ "Part Number": "Not Specified"
807
+ },
808
+ {
809
+ "record_id": "0x0019",
810
+ "size": "4",
811
+ "application_identifier": "Processor Information",
812
+ "Socket Designation": "CPU socket #21",
813
+ "Type": "Central Processor",
814
+ "Family": "Unknown",
815
+ "Manufacturer": "000000000000",
816
+ "ID": "00 00 00 00 00 00 00 00",
817
+ "Version": "Unknown Processor ",
818
+ "Voltage": "3.3 V",
819
+ "External Clock": "Unknown",
820
+ "Max Speed": "30000 MHz",
821
+ "Current Speed": "Unknown",
822
+ "Status": "Unpopulated",
823
+ "Upgrade": "ZIF Socket",
824
+ "L1 Cache Handle": "0x007E",
825
+ "L2 Cache Handle": "0x007F",
826
+ "L3 Cache Handle": "Not Provided",
827
+ "Serial Number": "Not Specified",
828
+ "Asset Tag": "Not Specified",
829
+ "Part Number": "Not Specified"
830
+ },
831
+ {
832
+ "record_id": "0x001A",
833
+ "size": "4",
834
+ "application_identifier": "Processor Information",
835
+ "Socket Designation": "CPU socket #22",
836
+ "Type": "Central Processor",
837
+ "Family": "Unknown",
838
+ "Manufacturer": "000000000000",
839
+ "ID": "00 00 00 00 00 00 00 00",
840
+ "Version": "Unknown Processor ",
841
+ "Voltage": "3.3 V",
842
+ "External Clock": "Unknown",
843
+ "Max Speed": "30000 MHz",
844
+ "Current Speed": "Unknown",
845
+ "Status": "Unpopulated",
846
+ "Upgrade": "ZIF Socket",
847
+ "L1 Cache Handle": "0x0080",
848
+ "L2 Cache Handle": "0x0081",
849
+ "L3 Cache Handle": "Not Provided",
850
+ "Serial Number": "Not Specified",
851
+ "Asset Tag": "Not Specified",
852
+ "Part Number": "Not Specified"
853
+ },
854
+ {
855
+ "record_id": "0x001B",
856
+ "size": "4",
857
+ "application_identifier": "Processor Information",
858
+ "Socket Designation": "CPU socket #23",
859
+ "Type": "Central Processor",
860
+ "Family": "Unknown",
861
+ "Manufacturer": "000000000000",
862
+ "ID": "00 00 00 00 00 00 00 00",
863
+ "Version": "Unknown Processor ",
864
+ "Voltage": "3.3 V",
865
+ "External Clock": "Unknown",
866
+ "Max Speed": "30000 MHz",
867
+ "Current Speed": "Unknown",
868
+ "Status": "Unpopulated",
869
+ "Upgrade": "ZIF Socket",
870
+ "L1 Cache Handle": "0x0082",
871
+ "L2 Cache Handle": "0x0083",
872
+ "L3 Cache Handle": "Not Provided",
873
+ "Serial Number": "Not Specified",
874
+ "Asset Tag": "Not Specified",
875
+ "Part Number": "Not Specified"
876
+ },
877
+ {
878
+ "record_id": "0x001C",
879
+ "size": "4",
880
+ "application_identifier": "Processor Information",
881
+ "Socket Designation": "CPU socket #24",
882
+ "Type": "Central Processor",
883
+ "Family": "Unknown",
884
+ "Manufacturer": "000000000000",
885
+ "ID": "00 00 00 00 00 00 00 00",
886
+ "Version": "Unknown Processor ",
887
+ "Voltage": "3.3 V",
888
+ "External Clock": "Unknown",
889
+ "Max Speed": "30000 MHz",
890
+ "Current Speed": "Unknown",
891
+ "Status": "Unpopulated",
892
+ "Upgrade": "ZIF Socket",
893
+ "L1 Cache Handle": "0x0084",
894
+ "L2 Cache Handle": "0x0085",
895
+ "L3 Cache Handle": "Not Provided",
896
+ "Serial Number": "Not Specified",
897
+ "Asset Tag": "Not Specified",
898
+ "Part Number": "Not Specified"
899
+ },
900
+ {
901
+ "record_id": "0x001D",
902
+ "size": "4",
903
+ "application_identifier": "Processor Information",
904
+ "Socket Designation": "CPU socket #25",
905
+ "Type": "Central Processor",
906
+ "Family": "Unknown",
907
+ "Manufacturer": "000000000000",
908
+ "ID": "00 00 00 00 00 00 00 00",
909
+ "Version": "Unknown Processor ",
910
+ "Voltage": "3.3 V",
911
+ "External Clock": "Unknown",
912
+ "Max Speed": "30000 MHz",
913
+ "Current Speed": "Unknown",
914
+ "Status": "Unpopulated",
915
+ "Upgrade": "ZIF Socket",
916
+ "L1 Cache Handle": "0x0086",
917
+ "L2 Cache Handle": "0x0087",
918
+ "L3 Cache Handle": "Not Provided",
919
+ "Serial Number": "Not Specified",
920
+ "Asset Tag": "Not Specified",
921
+ "Part Number": "Not Specified"
922
+ },
923
+ {
924
+ "record_id": "0x001E",
925
+ "size": "4",
926
+ "application_identifier": "Processor Information",
927
+ "Socket Designation": "CPU socket #26",
928
+ "Type": "Central Processor",
929
+ "Family": "Unknown",
930
+ "Manufacturer": "000000000000",
931
+ "ID": "00 00 00 00 00 00 00 00",
932
+ "Version": "Unknown Processor ",
933
+ "Voltage": "3.3 V",
934
+ "External Clock": "Unknown",
935
+ "Max Speed": "30000 MHz",
936
+ "Current Speed": "Unknown",
937
+ "Status": "Unpopulated",
938
+ "Upgrade": "ZIF Socket",
939
+ "L1 Cache Handle": "0x0088",
940
+ "L2 Cache Handle": "0x0089",
941
+ "L3 Cache Handle": "Not Provided",
942
+ "Serial Number": "Not Specified",
943
+ "Asset Tag": "Not Specified",
944
+ "Part Number": "Not Specified"
945
+ },
946
+ {
947
+ "record_id": "0x001F",
948
+ "size": "4",
949
+ "application_identifier": "Processor Information",
950
+ "Socket Designation": "CPU socket #27",
951
+ "Type": "Central Processor",
952
+ "Family": "Unknown",
953
+ "Manufacturer": "000000000000",
954
+ "ID": "00 00 00 00 00 00 00 00",
955
+ "Version": "Unknown Processor ",
956
+ "Voltage": "3.3 V",
957
+ "External Clock": "Unknown",
958
+ "Max Speed": "30000 MHz",
959
+ "Current Speed": "Unknown",
960
+ "Status": "Unpopulated",
961
+ "Upgrade": "ZIF Socket",
962
+ "L1 Cache Handle": "0x008A",
963
+ "L2 Cache Handle": "0x008B",
964
+ "L3 Cache Handle": "Not Provided",
965
+ "Serial Number": "Not Specified",
966
+ "Asset Tag": "Not Specified",
967
+ "Part Number": "Not Specified"
968
+ },
969
+ {
970
+ "record_id": "0x0020",
971
+ "size": "4",
972
+ "application_identifier": "Processor Information",
973
+ "Socket Designation": "CPU socket #28",
974
+ "Type": "Central Processor",
975
+ "Family": "Unknown",
976
+ "Manufacturer": "000000000000",
977
+ "ID": "00 00 00 00 00 00 00 00",
978
+ "Version": "Unknown Processor ",
979
+ "Voltage": "3.3 V",
980
+ "External Clock": "Unknown",
981
+ "Max Speed": "30000 MHz",
982
+ "Current Speed": "Unknown",
983
+ "Status": "Unpopulated",
984
+ "Upgrade": "ZIF Socket",
985
+ "L1 Cache Handle": "0x008C",
986
+ "L2 Cache Handle": "0x008D",
987
+ "L3 Cache Handle": "Not Provided",
988
+ "Serial Number": "Not Specified",
989
+ "Asset Tag": "Not Specified",
990
+ "Part Number": "Not Specified"
991
+ },
992
+ {
993
+ "record_id": "0x0021",
994
+ "size": "4",
995
+ "application_identifier": "Processor Information",
996
+ "Socket Designation": "CPU socket #29",
997
+ "Type": "Central Processor",
998
+ "Family": "Unknown",
999
+ "Manufacturer": "000000000000",
1000
+ "ID": "00 00 00 00 00 00 00 00",
1001
+ "Version": "Unknown Processor ",
1002
+ "Voltage": "3.3 V",
1003
+ "External Clock": "Unknown",
1004
+ "Max Speed": "30000 MHz",
1005
+ "Current Speed": "Unknown",
1006
+ "Status": "Unpopulated",
1007
+ "Upgrade": "ZIF Socket",
1008
+ "L1 Cache Handle": "0x008E",
1009
+ "L2 Cache Handle": "0x008F",
1010
+ "L3 Cache Handle": "Not Provided",
1011
+ "Serial Number": "Not Specified",
1012
+ "Asset Tag": "Not Specified",
1013
+ "Part Number": "Not Specified"
1014
+ },
1015
+ {
1016
+ "record_id": "0x0022",
1017
+ "size": "4",
1018
+ "application_identifier": "Processor Information",
1019
+ "Socket Designation": "CPU socket #30",
1020
+ "Type": "Central Processor",
1021
+ "Family": "Unknown",
1022
+ "Manufacturer": "000000000000",
1023
+ "ID": "00 00 00 00 00 00 00 00",
1024
+ "Version": "Unknown Processor ",
1025
+ "Voltage": "3.3 V",
1026
+ "External Clock": "Unknown",
1027
+ "Max Speed": "30000 MHz",
1028
+ "Current Speed": "Unknown",
1029
+ "Status": "Unpopulated",
1030
+ "Upgrade": "ZIF Socket",
1031
+ "L1 Cache Handle": "0x0090",
1032
+ "L2 Cache Handle": "0x0091",
1033
+ "L3 Cache Handle": "Not Provided",
1034
+ "Serial Number": "Not Specified",
1035
+ "Asset Tag": "Not Specified",
1036
+ "Part Number": "Not Specified"
1037
+ },
1038
+ {
1039
+ "record_id": "0x0023",
1040
+ "size": "4",
1041
+ "application_identifier": "Processor Information",
1042
+ "Socket Designation": "CPU socket #31",
1043
+ "Type": "Central Processor",
1044
+ "Family": "Unknown",
1045
+ "Manufacturer": "000000000000",
1046
+ "ID": "00 00 00 00 00 00 00 00",
1047
+ "Version": "Unknown Processor ",
1048
+ "Voltage": "3.3 V",
1049
+ "External Clock": "Unknown",
1050
+ "Max Speed": "30000 MHz",
1051
+ "Current Speed": "Unknown",
1052
+ "Status": "Unpopulated",
1053
+ "Upgrade": "ZIF Socket",
1054
+ "L1 Cache Handle": "0x0092",
1055
+ "L2 Cache Handle": "0x0093",
1056
+ "L3 Cache Handle": "Not Provided",
1057
+ "Serial Number": "Not Specified",
1058
+ "Asset Tag": "Not Specified",
1059
+ "Part Number": "Not Specified"
1060
+ },
1061
+ {
1062
+ "record_id": "0x0024",
1063
+ "size": "4",
1064
+ "application_identifier": "Processor Information",
1065
+ "Socket Designation": "CPU socket #32",
1066
+ "Type": "Central Processor",
1067
+ "Family": "Unknown",
1068
+ "Manufacturer": "000000000000",
1069
+ "ID": "00 00 00 00 00 00 00 00",
1070
+ "Version": "Unknown Processor ",
1071
+ "Voltage": "3.3 V",
1072
+ "External Clock": "Unknown",
1073
+ "Max Speed": "30000 MHz",
1074
+ "Current Speed": "Unknown",
1075
+ "Status": "Unpopulated",
1076
+ "Upgrade": "ZIF Socket",
1077
+ "L1 Cache Handle": "0x0094",
1078
+ "L2 Cache Handle": "0x0095",
1079
+ "L3 Cache Handle": "Not Provided",
1080
+ "Serial Number": "Not Specified",
1081
+ "Asset Tag": "Not Specified",
1082
+ "Part Number": "Not Specified"
1083
+ },
1084
+ {
1085
+ "record_id": "0x0025",
1086
+ "size": "4",
1087
+ "application_identifier": "Processor Information",
1088
+ "Socket Designation": "CPU socket #33",
1089
+ "Type": "Central Processor",
1090
+ "Family": "Unknown",
1091
+ "Manufacturer": "000000000000",
1092
+ "ID": "00 00 00 00 00 00 00 00",
1093
+ "Version": "Unknown Processor ",
1094
+ "Voltage": "3.3 V",
1095
+ "External Clock": "Unknown",
1096
+ "Max Speed": "30000 MHz",
1097
+ "Current Speed": "Unknown",
1098
+ "Status": "Unpopulated",
1099
+ "Upgrade": "ZIF Socket",
1100
+ "L1 Cache Handle": "0x0096",
1101
+ "L2 Cache Handle": "0x0097",
1102
+ "L3 Cache Handle": "Not Provided",
1103
+ "Serial Number": "Not Specified",
1104
+ "Asset Tag": "Not Specified",
1105
+ "Part Number": "Not Specified"
1106
+ },
1107
+ {
1108
+ "record_id": "0x0026",
1109
+ "size": "4",
1110
+ "application_identifier": "Processor Information",
1111
+ "Socket Designation": "CPU socket #34",
1112
+ "Type": "Central Processor",
1113
+ "Family": "Unknown",
1114
+ "Manufacturer": "000000000000",
1115
+ "ID": "00 00 00 00 00 00 00 00",
1116
+ "Version": "Unknown Processor ",
1117
+ "Voltage": "3.3 V",
1118
+ "External Clock": "Unknown",
1119
+ "Max Speed": "30000 MHz",
1120
+ "Current Speed": "Unknown",
1121
+ "Status": "Unpopulated",
1122
+ "Upgrade": "ZIF Socket",
1123
+ "L1 Cache Handle": "0x0098",
1124
+ "L2 Cache Handle": "0x0099",
1125
+ "L3 Cache Handle": "Not Provided",
1126
+ "Serial Number": "Not Specified",
1127
+ "Asset Tag": "Not Specified",
1128
+ "Part Number": "Not Specified"
1129
+ },
1130
+ {
1131
+ "record_id": "0x0027",
1132
+ "size": "4",
1133
+ "application_identifier": "Processor Information",
1134
+ "Socket Designation": "CPU socket #35",
1135
+ "Type": "Central Processor",
1136
+ "Family": "Unknown",
1137
+ "Manufacturer": "000000000000",
1138
+ "ID": "00 00 00 00 00 00 00 00",
1139
+ "Version": "Unknown Processor ",
1140
+ "Voltage": "3.3 V",
1141
+ "External Clock": "Unknown",
1142
+ "Max Speed": "30000 MHz",
1143
+ "Current Speed": "Unknown",
1144
+ "Status": "Unpopulated",
1145
+ "Upgrade": "ZIF Socket",
1146
+ "L1 Cache Handle": "0x009A",
1147
+ "L2 Cache Handle": "0x009B",
1148
+ "L3 Cache Handle": "Not Provided",
1149
+ "Serial Number": "Not Specified",
1150
+ "Asset Tag": "Not Specified",
1151
+ "Part Number": "Not Specified"
1152
+ },
1153
+ {
1154
+ "record_id": "0x0028",
1155
+ "size": "4",
1156
+ "application_identifier": "Processor Information",
1157
+ "Socket Designation": "CPU socket #36",
1158
+ "Type": "Central Processor",
1159
+ "Family": "Unknown",
1160
+ "Manufacturer": "000000000000",
1161
+ "ID": "00 00 00 00 00 00 00 00",
1162
+ "Version": "Unknown Processor ",
1163
+ "Voltage": "3.3 V",
1164
+ "External Clock": "Unknown",
1165
+ "Max Speed": "30000 MHz",
1166
+ "Current Speed": "Unknown",
1167
+ "Status": "Unpopulated",
1168
+ "Upgrade": "ZIF Socket",
1169
+ "L1 Cache Handle": "0x009C",
1170
+ "L2 Cache Handle": "0x009D",
1171
+ "L3 Cache Handle": "Not Provided",
1172
+ "Serial Number": "Not Specified",
1173
+ "Asset Tag": "Not Specified",
1174
+ "Part Number": "Not Specified"
1175
+ },
1176
+ {
1177
+ "record_id": "0x0029",
1178
+ "size": "4",
1179
+ "application_identifier": "Processor Information",
1180
+ "Socket Designation": "CPU socket #37",
1181
+ "Type": "Central Processor",
1182
+ "Family": "Unknown",
1183
+ "Manufacturer": "000000000000",
1184
+ "ID": "00 00 00 00 00 00 00 00",
1185
+ "Version": "Unknown Processor ",
1186
+ "Voltage": "3.3 V",
1187
+ "External Clock": "Unknown",
1188
+ "Max Speed": "30000 MHz",
1189
+ "Current Speed": "Unknown",
1190
+ "Status": "Unpopulated",
1191
+ "Upgrade": "ZIF Socket",
1192
+ "L1 Cache Handle": "0x009E",
1193
+ "L2 Cache Handle": "0x009F",
1194
+ "L3 Cache Handle": "Not Provided",
1195
+ "Serial Number": "Not Specified",
1196
+ "Asset Tag": "Not Specified",
1197
+ "Part Number": "Not Specified"
1198
+ },
1199
+ {
1200
+ "record_id": "0x002A",
1201
+ "size": "4",
1202
+ "application_identifier": "Processor Information",
1203
+ "Socket Designation": "CPU socket #38",
1204
+ "Type": "Central Processor",
1205
+ "Family": "Unknown",
1206
+ "Manufacturer": "000000000000",
1207
+ "ID": "00 00 00 00 00 00 00 00",
1208
+ "Version": "Unknown Processor ",
1209
+ "Voltage": "3.3 V",
1210
+ "External Clock": "Unknown",
1211
+ "Max Speed": "30000 MHz",
1212
+ "Current Speed": "Unknown",
1213
+ "Status": "Unpopulated",
1214
+ "Upgrade": "ZIF Socket",
1215
+ "L1 Cache Handle": "0x00A0",
1216
+ "L2 Cache Handle": "0x00A1",
1217
+ "L3 Cache Handle": "Not Provided",
1218
+ "Serial Number": "Not Specified",
1219
+ "Asset Tag": "Not Specified",
1220
+ "Part Number": "Not Specified"
1221
+ },
1222
+ {
1223
+ "record_id": "0x002B",
1224
+ "size": "4",
1225
+ "application_identifier": "Processor Information",
1226
+ "Socket Designation": "CPU socket #39",
1227
+ "Type": "Central Processor",
1228
+ "Family": "Unknown",
1229
+ "Manufacturer": "000000000000",
1230
+ "ID": "00 00 00 00 00 00 00 00",
1231
+ "Version": "Unknown Processor ",
1232
+ "Voltage": "3.3 V",
1233
+ "External Clock": "Unknown",
1234
+ "Max Speed": "30000 MHz",
1235
+ "Current Speed": "Unknown",
1236
+ "Status": "Unpopulated",
1237
+ "Upgrade": "ZIF Socket",
1238
+ "L1 Cache Handle": "0x00A2",
1239
+ "L2 Cache Handle": "0x00A3",
1240
+ "L3 Cache Handle": "Not Provided",
1241
+ "Serial Number": "Not Specified",
1242
+ "Asset Tag": "Not Specified",
1243
+ "Part Number": "Not Specified"
1244
+ },
1245
+ {
1246
+ "record_id": "0x002C",
1247
+ "size": "4",
1248
+ "application_identifier": "Processor Information",
1249
+ "Socket Designation": "CPU socket #40",
1250
+ "Type": "Central Processor",
1251
+ "Family": "Unknown",
1252
+ "Manufacturer": "000000000000",
1253
+ "ID": "00 00 00 00 00 00 00 00",
1254
+ "Version": "Unknown Processor ",
1255
+ "Voltage": "3.3 V",
1256
+ "External Clock": "Unknown",
1257
+ "Max Speed": "30000 MHz",
1258
+ "Current Speed": "Unknown",
1259
+ "Status": "Unpopulated",
1260
+ "Upgrade": "ZIF Socket",
1261
+ "L1 Cache Handle": "0x00A4",
1262
+ "L2 Cache Handle": "0x00A5",
1263
+ "L3 Cache Handle": "Not Provided",
1264
+ "Serial Number": "Not Specified",
1265
+ "Asset Tag": "Not Specified",
1266
+ "Part Number": "Not Specified"
1267
+ },
1268
+ {
1269
+ "record_id": "0x002D",
1270
+ "size": "4",
1271
+ "application_identifier": "Processor Information",
1272
+ "Socket Designation": "CPU socket #41",
1273
+ "Type": "Central Processor",
1274
+ "Family": "Unknown",
1275
+ "Manufacturer": "000000000000",
1276
+ "ID": "00 00 00 00 00 00 00 00",
1277
+ "Version": "Unknown Processor ",
1278
+ "Voltage": "3.3 V",
1279
+ "External Clock": "Unknown",
1280
+ "Max Speed": "30000 MHz",
1281
+ "Current Speed": "Unknown",
1282
+ "Status": "Unpopulated",
1283
+ "Upgrade": "ZIF Socket",
1284
+ "L1 Cache Handle": "0x00A6",
1285
+ "L2 Cache Handle": "0x00A7",
1286
+ "L3 Cache Handle": "Not Provided",
1287
+ "Serial Number": "Not Specified",
1288
+ "Asset Tag": "Not Specified",
1289
+ "Part Number": "Not Specified"
1290
+ },
1291
+ {
1292
+ "record_id": "0x002E",
1293
+ "size": "4",
1294
+ "application_identifier": "Processor Information",
1295
+ "Socket Designation": "CPU socket #42",
1296
+ "Type": "Central Processor",
1297
+ "Family": "Unknown",
1298
+ "Manufacturer": "000000000000",
1299
+ "ID": "00 00 00 00 00 00 00 00",
1300
+ "Version": "Unknown Processor ",
1301
+ "Voltage": "3.3 V",
1302
+ "External Clock": "Unknown",
1303
+ "Max Speed": "30000 MHz",
1304
+ "Current Speed": "Unknown",
1305
+ "Status": "Unpopulated",
1306
+ "Upgrade": "ZIF Socket",
1307
+ "L1 Cache Handle": "0x00A8",
1308
+ "L2 Cache Handle": "0x00A9",
1309
+ "L3 Cache Handle": "Not Provided",
1310
+ "Serial Number": "Not Specified",
1311
+ "Asset Tag": "Not Specified",
1312
+ "Part Number": "Not Specified"
1313
+ },
1314
+ {
1315
+ "record_id": "0x002F",
1316
+ "size": "4",
1317
+ "application_identifier": "Processor Information",
1318
+ "Socket Designation": "CPU socket #43",
1319
+ "Type": "Central Processor",
1320
+ "Family": "Unknown",
1321
+ "Manufacturer": "000000000000",
1322
+ "ID": "00 00 00 00 00 00 00 00",
1323
+ "Version": "Unknown Processor ",
1324
+ "Voltage": "3.3 V",
1325
+ "External Clock": "Unknown",
1326
+ "Max Speed": "30000 MHz",
1327
+ "Current Speed": "Unknown",
1328
+ "Status": "Unpopulated",
1329
+ "Upgrade": "ZIF Socket",
1330
+ "L1 Cache Handle": "0x00AA",
1331
+ "L2 Cache Handle": "0x00AB",
1332
+ "L3 Cache Handle": "Not Provided",
1333
+ "Serial Number": "Not Specified",
1334
+ "Asset Tag": "Not Specified",
1335
+ "Part Number": "Not Specified"
1336
+ },
393
1337
  {
394
- "record_id": "0x0100",
395
- "size": "1",
396
- "application_identifier": "System Information",
397
- "Manufacturer": "Dell Inc.",
398
- "Product Name": "OptiPlex 980 ",
399
- "Version": "Not Specified",
400
- "Serial Number": "1W2HJM1",
401
- "UUID": "4C4C4544-0057-3210-8048-B1C04F4A4D31",
402
- "Wake-up Type": "APM Timer",
403
- "SKU Number": "Not Specified",
404
- "Family": "Not Specified"
405
- }
406
- ],
407
- "manufacturer": "Dell Inc.",
408
- "product_name": "OptiPlex 980 ",
409
- "version": "Not Specified",
410
- "serial_number": "1W2HJM1",
411
- "uuid": "4C4C4544-0057-3210-8048-B1C04F4A4D31",
412
- "wake_up_type": "APM Timer",
413
- "sku_number": "Not Specified",
414
- "family": "Not Specified"
415
- },
416
- "base_board": {
417
- "all_records": [
1338
+ "record_id": "0x0030",
1339
+ "size": "4",
1340
+ "application_identifier": "Processor Information",
1341
+ "Socket Designation": "CPU socket #44",
1342
+ "Type": "Central Processor",
1343
+ "Family": "Unknown",
1344
+ "Manufacturer": "000000000000",
1345
+ "ID": "00 00 00 00 00 00 00 00",
1346
+ "Version": "Unknown Processor ",
1347
+ "Voltage": "3.3 V",
1348
+ "External Clock": "Unknown",
1349
+ "Max Speed": "30000 MHz",
1350
+ "Current Speed": "Unknown",
1351
+ "Status": "Unpopulated",
1352
+ "Upgrade": "ZIF Socket",
1353
+ "L1 Cache Handle": "0x00AC",
1354
+ "L2 Cache Handle": "0x00AD",
1355
+ "L3 Cache Handle": "Not Provided",
1356
+ "Serial Number": "Not Specified",
1357
+ "Asset Tag": "Not Specified",
1358
+ "Part Number": "Not Specified"
1359
+ },
418
1360
  {
419
- "record_id": "0x0200",
420
- "size": "2",
421
- "application_identifier": "Base Board Information",
422
- "Manufacturer": "Dell Inc.",
423
- "Product Name": "0D441T",
424
- "Version": "A00",
425
- "Serial Number": "..CN7360404R00LB."
426
- }
427
- ],
428
- "manufacturer": "Dell Inc.",
429
- "product_name": "0D441T",
430
- "version": "A00",
431
- "serial_number": "..CN7360404R00LB."
432
- },
433
- "chassis": {
434
- "all_records": [
1361
+ "record_id": "0x0031",
1362
+ "size": "4",
1363
+ "application_identifier": "Processor Information",
1364
+ "Socket Designation": "CPU socket #45",
1365
+ "Type": "Central Processor",
1366
+ "Family": "Unknown",
1367
+ "Manufacturer": "000000000000",
1368
+ "ID": "00 00 00 00 00 00 00 00",
1369
+ "Version": "Unknown Processor ",
1370
+ "Voltage": "3.3 V",
1371
+ "External Clock": "Unknown",
1372
+ "Max Speed": "30000 MHz",
1373
+ "Current Speed": "Unknown",
1374
+ "Status": "Unpopulated",
1375
+ "Upgrade": "ZIF Socket",
1376
+ "L1 Cache Handle": "0x00AE",
1377
+ "L2 Cache Handle": "0x00AF",
1378
+ "L3 Cache Handle": "Not Provided",
1379
+ "Serial Number": "Not Specified",
1380
+ "Asset Tag": "Not Specified",
1381
+ "Part Number": "Not Specified"
1382
+ },
435
1383
  {
436
- "record_id": "0x0300",
437
- "size": "3",
438
- "application_identifier": "Chassis Information",
439
- "Manufacturer": "Dell Inc.",
440
- "Type": "Mini Tower",
441
- "Lock": "Not Present",
442
- "Version": "Not Specified",
443
- "Serial Number": "1W2HJM1",
444
- "Asset Tag": " ",
445
- "Boot-up State": "Safe",
446
- "Power Supply State": "Safe",
447
- "Thermal State": "Safe",
448
- "Security Status": "None"
449
- }
450
- ],
451
- "manufacturer": "Dell Inc.",
452
- "type": "Mini Tower",
453
- "lock": "Not Present",
454
- "version": "Not Specified",
455
- "serial_number": "1W2HJM1",
456
- "asset_tag": " ",
457
- "boot_up_state": "Safe",
458
- "power_supply_state": "Safe",
459
- "thermal_state": "Safe",
460
- "security_status": "None"
461
- },
462
- "processor": {
463
- "all_records": [
1384
+ "record_id": "0x0032",
1385
+ "size": "4",
1386
+ "application_identifier": "Processor Information",
1387
+ "Socket Designation": "CPU socket #46",
1388
+ "Type": "Central Processor",
1389
+ "Family": "Unknown",
1390
+ "Manufacturer": "000000000000",
1391
+ "ID": "00 00 00 00 00 00 00 00",
1392
+ "Version": "Unknown Processor ",
1393
+ "Voltage": "3.3 V",
1394
+ "External Clock": "Unknown",
1395
+ "Max Speed": "30000 MHz",
1396
+ "Current Speed": "Unknown",
1397
+ "Status": "Unpopulated",
1398
+ "Upgrade": "ZIF Socket",
1399
+ "L1 Cache Handle": "0x00B0",
1400
+ "L2 Cache Handle": "0x00B1",
1401
+ "L3 Cache Handle": "Not Provided",
1402
+ "Serial Number": "Not Specified",
1403
+ "Asset Tag": "Not Specified",
1404
+ "Part Number": "Not Specified"
1405
+ },
464
1406
  {
465
- "record_id": "0x0400",
1407
+ "record_id": "0x0033",
466
1408
  "size": "4",
467
- "application_identifier": "On Board Device Information",
468
- "Socket Designation": "Not Specified",
469
- "Type": "SATA Controller",
470
- "Family": "Core i7",
471
- "Manufacturer": "Intel",
472
- "ID": "4",
473
- "Signature": "Type 0, Family 6, Model 30, Stepping 5",
474
- "Flags": {
475
- "FPU (Floating-point unit on-chip)": null,
476
- "VME (Virtual mode extension)": null,
477
- "DE (Debugging extension)": null,
478
- "PSE (Page size extension)": null,
479
- "TSC (Time stamp counter)": null,
480
- "MSR (Model specific registers)": null,
481
- "PAE (Physical address extension)": null,
482
- "MCE (Machine check exception)": null,
483
- "CX8 (CMPXCHG8 instruction supported)": null,
484
- "APIC (On-chip APIC hardware supported)": null,
485
- "SEP (Fast system call)": null,
486
- "MTRR (Memory type range registers)": null,
487
- "PGE (Page global enable)": null,
488
- "MCA (Machine check architecture)": null,
489
- "CMOV (Conditional move instruction supported)": null,
490
- "PAT (Page attribute table)": null,
491
- "PSE-36 (36-bit page size extension)": null,
492
- "CLFSH (CLFLUSH instruction supported)": null,
493
- "DS (Debug store)": null,
494
- "ACPI (ACPI supported)": null,
495
- "MMX (MMX technology supported)": null,
496
- "FXSR (FXSAVE and FXSTOR instructions supported)": null,
497
- "SSE (Streaming SIMD extensions)": null,
498
- "SSE2 (Streaming SIMD extensions 2)": null,
499
- "SS (Self-snoop)": null,
500
- "HTT (Multi-threading)": null,
501
- "TM (Thermal monitor supported)": null,
502
- "PBE (Pending break enabled)": null
503
- },
504
- "Version": "Not Specified",
505
- "Voltage": "Unknown",
506
- "External Clock": "133 MHz",
507
- "Max Speed": "5200 MHz",
508
- "Current Speed": "2933 MHz",
509
- "Status": "Enabled",
510
- "Upgrade": "Socket LGA1156",
511
- "L1 Cache Handle": "0x0700",
512
- "L2 Cache Handle": "0x0701",
513
- "L3 Cache Handle": "0x0704",
1409
+ "application_identifier": "Processor Information",
1410
+ "Socket Designation": "CPU socket #47",
1411
+ "Type": "Central Processor",
1412
+ "Family": "Unknown",
1413
+ "Manufacturer": "000000000000",
1414
+ "ID": "00 00 00 00 00 00 00 00",
1415
+ "Version": "Unknown Processor ",
1416
+ "Voltage": "3.3 V",
1417
+ "External Clock": "Unknown",
1418
+ "Max Speed": "30000 MHz",
1419
+ "Current Speed": "Unknown",
1420
+ "Status": "Unpopulated",
1421
+ "Upgrade": "ZIF Socket",
1422
+ "L1 Cache Handle": "0x00B2",
1423
+ "L2 Cache Handle": "0x00B3",
1424
+ "L3 Cache Handle": "Not Provided",
1425
+ "Serial Number": "Not Specified",
1426
+ "Asset Tag": "Not Specified",
1427
+ "Part Number": "Not Specified"
1428
+ },
1429
+ {
1430
+ "record_id": "0x0034",
1431
+ "size": "4",
1432
+ "application_identifier": "Processor Information",
1433
+ "Socket Designation": "CPU socket #48",
1434
+ "Type": "Central Processor",
1435
+ "Family": "Unknown",
1436
+ "Manufacturer": "000000000000",
1437
+ "ID": "00 00 00 00 00 00 00 00",
1438
+ "Version": "Unknown Processor ",
1439
+ "Voltage": "3.3 V",
1440
+ "External Clock": "Unknown",
1441
+ "Max Speed": "30000 MHz",
1442
+ "Current Speed": "Unknown",
1443
+ "Status": "Unpopulated",
1444
+ "Upgrade": "ZIF Socket",
1445
+ "L1 Cache Handle": "0x00B4",
1446
+ "L2 Cache Handle": "0x00B5",
1447
+ "L3 Cache Handle": "Not Provided",
1448
+ "Serial Number": "Not Specified",
1449
+ "Asset Tag": "Not Specified",
1450
+ "Part Number": "Not Specified"
1451
+ },
1452
+ {
1453
+ "record_id": "0x0035",
1454
+ "size": "4",
1455
+ "application_identifier": "Processor Information",
1456
+ "Socket Designation": "CPU socket #49",
1457
+ "Type": "Central Processor",
1458
+ "Family": "Unknown",
1459
+ "Manufacturer": "000000000000",
1460
+ "ID": "00 00 00 00 00 00 00 00",
1461
+ "Version": "Unknown Processor ",
1462
+ "Voltage": "3.3 V",
1463
+ "External Clock": "Unknown",
1464
+ "Max Speed": "30000 MHz",
1465
+ "Current Speed": "Unknown",
1466
+ "Status": "Unpopulated",
1467
+ "Upgrade": "ZIF Socket",
1468
+ "L1 Cache Handle": "0x00B6",
1469
+ "L2 Cache Handle": "0x00B7",
1470
+ "L3 Cache Handle": "Not Provided",
1471
+ "Serial Number": "Not Specified",
1472
+ "Asset Tag": "Not Specified",
1473
+ "Part Number": "Not Specified"
1474
+ },
1475
+ {
1476
+ "record_id": "0x0036",
1477
+ "size": "4",
1478
+ "application_identifier": "Processor Information",
1479
+ "Socket Designation": "CPU socket #50",
1480
+ "Type": "Central Processor",
1481
+ "Family": "Unknown",
1482
+ "Manufacturer": "000000000000",
1483
+ "ID": "00 00 00 00 00 00 00 00",
1484
+ "Version": "Unknown Processor ",
1485
+ "Voltage": "3.3 V",
1486
+ "External Clock": "Unknown",
1487
+ "Max Speed": "30000 MHz",
1488
+ "Current Speed": "Unknown",
1489
+ "Status": "Unpopulated",
1490
+ "Upgrade": "ZIF Socket",
1491
+ "L1 Cache Handle": "0x00B8",
1492
+ "L2 Cache Handle": "0x00B9",
1493
+ "L3 Cache Handle": "Not Provided",
1494
+ "Serial Number": "Not Specified",
1495
+ "Asset Tag": "Not Specified",
1496
+ "Part Number": "Not Specified"
1497
+ },
1498
+ {
1499
+ "record_id": "0x0037",
1500
+ "size": "4",
1501
+ "application_identifier": "Processor Information",
1502
+ "Socket Designation": "CPU socket #51",
1503
+ "Type": "Central Processor",
1504
+ "Family": "Unknown",
1505
+ "Manufacturer": "000000000000",
1506
+ "ID": "00 00 00 00 00 00 00 00",
1507
+ "Version": "Unknown Processor ",
1508
+ "Voltage": "3.3 V",
1509
+ "External Clock": "Unknown",
1510
+ "Max Speed": "30000 MHz",
1511
+ "Current Speed": "Unknown",
1512
+ "Status": "Unpopulated",
1513
+ "Upgrade": "ZIF Socket",
1514
+ "L1 Cache Handle": "0x00BA",
1515
+ "L2 Cache Handle": "0x00BB",
1516
+ "L3 Cache Handle": "Not Provided",
1517
+ "Serial Number": "Not Specified",
1518
+ "Asset Tag": "Not Specified",
1519
+ "Part Number": "Not Specified"
1520
+ },
1521
+ {
1522
+ "record_id": "0x0038",
1523
+ "size": "4",
1524
+ "application_identifier": "Processor Information",
1525
+ "Socket Designation": "CPU socket #52",
1526
+ "Type": "Central Processor",
1527
+ "Family": "Unknown",
1528
+ "Manufacturer": "000000000000",
1529
+ "ID": "00 00 00 00 00 00 00 00",
1530
+ "Version": "Unknown Processor ",
1531
+ "Voltage": "3.3 V",
1532
+ "External Clock": "Unknown",
1533
+ "Max Speed": "30000 MHz",
1534
+ "Current Speed": "Unknown",
1535
+ "Status": "Unpopulated",
1536
+ "Upgrade": "ZIF Socket",
1537
+ "L1 Cache Handle": "0x00BC",
1538
+ "L2 Cache Handle": "0x00BD",
1539
+ "L3 Cache Handle": "Not Provided",
1540
+ "Serial Number": "Not Specified",
1541
+ "Asset Tag": "Not Specified",
1542
+ "Part Number": "Not Specified"
1543
+ },
1544
+ {
1545
+ "record_id": "0x0039",
1546
+ "size": "4",
1547
+ "application_identifier": "Processor Information",
1548
+ "Socket Designation": "CPU socket #53",
1549
+ "Type": "Central Processor",
1550
+ "Family": "Unknown",
1551
+ "Manufacturer": "000000000000",
1552
+ "ID": "00 00 00 00 00 00 00 00",
1553
+ "Version": "Unknown Processor ",
1554
+ "Voltage": "3.3 V",
1555
+ "External Clock": "Unknown",
1556
+ "Max Speed": "30000 MHz",
1557
+ "Current Speed": "Unknown",
1558
+ "Status": "Unpopulated",
1559
+ "Upgrade": "ZIF Socket",
1560
+ "L1 Cache Handle": "0x00BE",
1561
+ "L2 Cache Handle": "0x00BF",
1562
+ "L3 Cache Handle": "Not Provided",
1563
+ "Serial Number": "Not Specified",
1564
+ "Asset Tag": "Not Specified",
1565
+ "Part Number": "Not Specified"
1566
+ },
1567
+ {
1568
+ "record_id": "0x003A",
1569
+ "size": "4",
1570
+ "application_identifier": "Processor Information",
1571
+ "Socket Designation": "CPU socket #54",
1572
+ "Type": "Central Processor",
1573
+ "Family": "Unknown",
1574
+ "Manufacturer": "000000000000",
1575
+ "ID": "00 00 00 00 00 00 00 00",
1576
+ "Version": "Unknown Processor ",
1577
+ "Voltage": "3.3 V",
1578
+ "External Clock": "Unknown",
1579
+ "Max Speed": "30000 MHz",
1580
+ "Current Speed": "Unknown",
1581
+ "Status": "Unpopulated",
1582
+ "Upgrade": "ZIF Socket",
1583
+ "L1 Cache Handle": "0x00C0",
1584
+ "L2 Cache Handle": "0x00C1",
1585
+ "L3 Cache Handle": "Not Provided",
1586
+ "Serial Number": "Not Specified",
1587
+ "Asset Tag": "Not Specified",
1588
+ "Part Number": "Not Specified"
1589
+ },
1590
+ {
1591
+ "record_id": "0x003B",
1592
+ "size": "4",
1593
+ "application_identifier": "Processor Information",
1594
+ "Socket Designation": "CPU socket #55",
1595
+ "Type": "Central Processor",
1596
+ "Family": "Unknown",
1597
+ "Manufacturer": "000000000000",
1598
+ "ID": "00 00 00 00 00 00 00 00",
1599
+ "Version": "Unknown Processor ",
1600
+ "Voltage": "3.3 V",
1601
+ "External Clock": "Unknown",
1602
+ "Max Speed": "30000 MHz",
1603
+ "Current Speed": "Unknown",
1604
+ "Status": "Unpopulated",
1605
+ "Upgrade": "ZIF Socket",
1606
+ "L1 Cache Handle": "0x00C2",
1607
+ "L2 Cache Handle": "0x00C3",
1608
+ "L3 Cache Handle": "Not Provided",
1609
+ "Serial Number": "Not Specified",
1610
+ "Asset Tag": "Not Specified",
1611
+ "Part Number": "Not Specified"
1612
+ },
1613
+ {
1614
+ "record_id": "0x003C",
1615
+ "size": "4",
1616
+ "application_identifier": "Processor Information",
1617
+ "Socket Designation": "CPU socket #56",
1618
+ "Type": "Central Processor",
1619
+ "Family": "Unknown",
1620
+ "Manufacturer": "000000000000",
1621
+ "ID": "00 00 00 00 00 00 00 00",
1622
+ "Version": "Unknown Processor ",
1623
+ "Voltage": "3.3 V",
1624
+ "External Clock": "Unknown",
1625
+ "Max Speed": "30000 MHz",
1626
+ "Current Speed": "Unknown",
1627
+ "Status": "Unpopulated",
1628
+ "Upgrade": "ZIF Socket",
1629
+ "L1 Cache Handle": "0x00C4",
1630
+ "L2 Cache Handle": "0x00C5",
1631
+ "L3 Cache Handle": "Not Provided",
1632
+ "Serial Number": "Not Specified",
1633
+ "Asset Tag": "Not Specified",
1634
+ "Part Number": "Not Specified"
1635
+ },
1636
+ {
1637
+ "record_id": "0x003D",
1638
+ "size": "4",
1639
+ "application_identifier": "Processor Information",
1640
+ "Socket Designation": "CPU socket #57",
1641
+ "Type": "Central Processor",
1642
+ "Family": "Unknown",
1643
+ "Manufacturer": "000000000000",
1644
+ "ID": "00 00 00 00 00 00 00 00",
1645
+ "Version": "Unknown Processor ",
1646
+ "Voltage": "3.3 V",
1647
+ "External Clock": "Unknown",
1648
+ "Max Speed": "30000 MHz",
1649
+ "Current Speed": "Unknown",
1650
+ "Status": "Unpopulated",
1651
+ "Upgrade": "ZIF Socket",
1652
+ "L1 Cache Handle": "0x00C6",
1653
+ "L2 Cache Handle": "0x00C7",
1654
+ "L3 Cache Handle": "Not Provided",
1655
+ "Serial Number": "Not Specified",
1656
+ "Asset Tag": "Not Specified",
1657
+ "Part Number": "Not Specified"
1658
+ },
1659
+ {
1660
+ "record_id": "0x003E",
1661
+ "size": "4",
1662
+ "application_identifier": "Processor Information",
1663
+ "Socket Designation": "CPU socket #58",
1664
+ "Type": "Central Processor",
1665
+ "Family": "Unknown",
1666
+ "Manufacturer": "000000000000",
1667
+ "ID": "00 00 00 00 00 00 00 00",
1668
+ "Version": "Unknown Processor ",
1669
+ "Voltage": "3.3 V",
1670
+ "External Clock": "Unknown",
1671
+ "Max Speed": "30000 MHz",
1672
+ "Current Speed": "Unknown",
1673
+ "Status": "Unpopulated",
1674
+ "Upgrade": "ZIF Socket",
1675
+ "L1 Cache Handle": "0x00C8",
1676
+ "L2 Cache Handle": "0x00C9",
1677
+ "L3 Cache Handle": "Not Provided",
1678
+ "Serial Number": "Not Specified",
1679
+ "Asset Tag": "Not Specified",
1680
+ "Part Number": "Not Specified"
1681
+ },
1682
+ {
1683
+ "record_id": "0x003F",
1684
+ "size": "4",
1685
+ "application_identifier": "Processor Information",
1686
+ "Socket Designation": "CPU socket #59",
1687
+ "Type": "Central Processor",
1688
+ "Family": "Unknown",
1689
+ "Manufacturer": "000000000000",
1690
+ "ID": "00 00 00 00 00 00 00 00",
1691
+ "Version": "Unknown Processor ",
1692
+ "Voltage": "3.3 V",
1693
+ "External Clock": "Unknown",
1694
+ "Max Speed": "30000 MHz",
1695
+ "Current Speed": "Unknown",
1696
+ "Status": "Unpopulated",
1697
+ "Upgrade": "ZIF Socket",
1698
+ "L1 Cache Handle": "0x00CA",
1699
+ "L2 Cache Handle": "0x00CB",
1700
+ "L3 Cache Handle": "Not Provided",
1701
+ "Serial Number": "Not Specified",
1702
+ "Asset Tag": "Not Specified",
1703
+ "Part Number": "Not Specified"
1704
+ },
1705
+ {
1706
+ "record_id": "0x0040",
1707
+ "size": "4",
1708
+ "application_identifier": "Processor Information",
1709
+ "Socket Designation": "CPU socket #60",
1710
+ "Type": "Central Processor",
1711
+ "Family": "Unknown",
1712
+ "Manufacturer": "000000000000",
1713
+ "ID": "00 00 00 00 00 00 00 00",
1714
+ "Version": "Unknown Processor ",
1715
+ "Voltage": "3.3 V",
1716
+ "External Clock": "Unknown",
1717
+ "Max Speed": "30000 MHz",
1718
+ "Current Speed": "Unknown",
1719
+ "Status": "Unpopulated",
1720
+ "Upgrade": "ZIF Socket",
1721
+ "L1 Cache Handle": "0x00CC",
1722
+ "L2 Cache Handle": "0x00CD",
1723
+ "L3 Cache Handle": "Not Provided",
1724
+ "Serial Number": "Not Specified",
1725
+ "Asset Tag": "Not Specified",
1726
+ "Part Number": "Not Specified"
1727
+ },
1728
+ {
1729
+ "record_id": "0x0041",
1730
+ "size": "4",
1731
+ "application_identifier": "Processor Information",
1732
+ "Socket Designation": "CPU socket #61",
1733
+ "Type": "Central Processor",
1734
+ "Family": "Unknown",
1735
+ "Manufacturer": "000000000000",
1736
+ "ID": "00 00 00 00 00 00 00 00",
1737
+ "Version": "Unknown Processor ",
1738
+ "Voltage": "3.3 V",
1739
+ "External Clock": "Unknown",
1740
+ "Max Speed": "30000 MHz",
1741
+ "Current Speed": "Unknown",
1742
+ "Status": "Unpopulated",
1743
+ "Upgrade": "ZIF Socket",
1744
+ "L1 Cache Handle": "0x00CE",
1745
+ "L2 Cache Handle": "0x00CF",
1746
+ "L3 Cache Handle": "Not Provided",
1747
+ "Serial Number": "Not Specified",
1748
+ "Asset Tag": "Not Specified",
1749
+ "Part Number": "Not Specified"
1750
+ },
1751
+ {
1752
+ "record_id": "0x0042",
1753
+ "size": "4",
1754
+ "application_identifier": "Processor Information",
1755
+ "Socket Designation": "CPU socket #62",
1756
+ "Type": "Central Processor",
1757
+ "Family": "Unknown",
1758
+ "Manufacturer": "000000000000",
1759
+ "ID": "00 00 00 00 00 00 00 00",
1760
+ "Version": "Unknown Processor ",
1761
+ "Voltage": "3.3 V",
1762
+ "External Clock": "Unknown",
1763
+ "Max Speed": "30000 MHz",
1764
+ "Current Speed": "Unknown",
1765
+ "Status": "Unpopulated",
1766
+ "Upgrade": "ZIF Socket",
1767
+ "L1 Cache Handle": "0x00D0",
1768
+ "L2 Cache Handle": "0x00D1",
1769
+ "L3 Cache Handle": "Not Provided",
1770
+ "Serial Number": "Not Specified",
1771
+ "Asset Tag": "Not Specified",
1772
+ "Part Number": "Not Specified"
1773
+ },
1774
+ {
1775
+ "record_id": "0x0043",
1776
+ "size": "4",
1777
+ "application_identifier": "Memory Controller Information",
1778
+ "Socket Designation": "CPU socket #63",
1779
+ "Type": "Central Processor",
1780
+ "Family": "Unknown",
1781
+ "Manufacturer": "000000000000",
1782
+ "ID": "00 00 00 00 00 00 00 00",
1783
+ "Version": "Unknown Processor ",
1784
+ "Voltage": "3.3 V",
1785
+ "External Clock": "Unknown",
1786
+ "Max Speed": "30000 MHz",
1787
+ "Current Speed": "Unknown",
1788
+ "Status": "Unpopulated",
1789
+ "Upgrade": "ZIF Socket",
1790
+ "L1 Cache Handle": "0x00D2",
1791
+ "L2 Cache Handle": "0x00D3",
1792
+ "L3 Cache Handle": "Not Provided",
514
1793
  "Serial Number": "Not Specified",
515
1794
  "Asset Tag": "Not Specified",
516
1795
  "Part Number": "Not Specified",
517
- "Core Count": "4",
518
- "Core Enabled": "4",
519
- "Thread Count": "2",
520
- "Characteristics": {
521
- "3.3 V is provided": null,
522
- "PME signal is supported": null
1796
+ "Error Detecting Method": "None",
1797
+ "Error Correcting Capabilities": {
1798
+ "None": null
1799
+ },
1800
+ "Supported Interleave": "One-way Interleave",
1801
+ "Current Interleave": "One-way Interleave",
1802
+ "Maximum Memory Module Size": "32768 MB",
1803
+ "Maximum Total Memory Size": "491520 MB",
1804
+ "Supported Speeds": {
1805
+ "70 ns": null,
1806
+ "60 ns": null
1807
+ },
1808
+ "Supported Memory Types": {
1809
+ "FPM": null,
1810
+ "EDO": null,
1811
+ "DIMM": null,
1812
+ "SDRAM": null
1813
+ },
1814
+ "Memory Module Voltage": "3.3 V",
1815
+ "Associated Memory Slots": {
1816
+ "0x0045": null,
1817
+ "0x0046": null,
1818
+ "0x0047": null,
1819
+ "0x0048": null,
1820
+ "0x0049": null,
1821
+ "0x004A": null,
1822
+ "0x004B": null,
1823
+ "0x004C": null,
1824
+ "0x004D": null,
1825
+ "0x004E": null,
1826
+ "0x004F": null,
1827
+ "0x0050": null,
1828
+ "0x0051": null,
1829
+ "0x0052": null,
1830
+ "0x0053": null
523
1831
  },
524
- "Configuration": "Enabled, Not Socketed, Level 3",
1832
+ "Enabled Error Correcting Capabilities": {
1833
+ "None": null
1834
+ }
1835
+ }
1836
+ ],
1837
+ "type": "Central Processor",
1838
+ "family": "Unknown",
1839
+ "voltage": "3.3 V",
1840
+ "external_clock": "Unknown",
1841
+ "max_speed": "30000 MHz",
1842
+ "upgrade": "ZIF Socket",
1843
+ "l3_cache_handle": "Not Provided",
1844
+ "serial_number": "Not Specified",
1845
+ "asset_tag": "Not Specified",
1846
+ "part_number": "Not Specified",
1847
+ "error_detecting_method": "None",
1848
+ "supported_interleave": "One-way Interleave",
1849
+ "current_interleave": "One-way Interleave",
1850
+ "maximum_memory_module_size": "32768 MB",
1851
+ "maximum_total_memory_size": "491520 MB",
1852
+ "memory_module_voltage": "3.3 V"
1853
+ },
1854
+ "memory_module": {
1855
+ "all_records": [
1856
+ {
1857
+ "record_id": "0x0045",
1858
+ "size": "6",
1859
+ "application_identifier": "Memory Module Information",
1860
+ "Socket Designation": "RAM socket #0",
1861
+ "Bank Connections": "None",
1862
+ "Current Speed": "Unknown",
1863
+ "Type": "EDO DIMM",
1864
+ "Installed Size": "256 MB (Single-bank Connection)",
1865
+ "Enabled Size": "256 MB (Single-bank Connection)",
1866
+ "Error Status": "OK"
1867
+ },
1868
+ {
1869
+ "record_id": "0x0046",
1870
+ "size": "6",
1871
+ "application_identifier": "Memory Module Information",
1872
+ "Socket Designation": "RAM socket #1",
1873
+ "Bank Connections": "None",
1874
+ "Current Speed": "Unknown",
1875
+ "Type": "EDO DIMM",
1876
+ "Installed Size": "128 MB (Single-bank Connection)",
1877
+ "Enabled Size": "128 MB (Single-bank Connection)",
1878
+ "Error Status": "OK"
1879
+ },
1880
+ {
1881
+ "record_id": "0x0047",
1882
+ "size": "6",
1883
+ "application_identifier": "Memory Module Information",
1884
+ "Socket Designation": "RAM socket #2",
1885
+ "Bank Connections": "None",
1886
+ "Current Speed": "Unknown",
1887
+ "Type": "EDO DIMM",
1888
+ "Installed Size": "64 MB (Single-bank Connection)",
1889
+ "Enabled Size": "64 MB (Single-bank Connection)",
1890
+ "Error Status": "OK"
1891
+ },
1892
+ {
1893
+ "record_id": "0x0048",
1894
+ "size": "6",
1895
+ "application_identifier": "Memory Module Information",
1896
+ "Socket Designation": "RAM socket #3",
1897
+ "Bank Connections": "None",
1898
+ "Current Speed": "Unknown",
1899
+ "Type": "EDO DIMM",
1900
+ "Installed Size": "32 MB (Single-bank Connection)",
1901
+ "Enabled Size": "32 MB (Single-bank Connection)",
1902
+ "Error Status": "OK"
1903
+ },
1904
+ {
1905
+ "record_id": "0x0049",
1906
+ "size": "6",
1907
+ "application_identifier": "Memory Module Information",
1908
+ "Socket Designation": "RAM socket #4",
1909
+ "Bank Connections": "None",
1910
+ "Current Speed": "Unknown",
1911
+ "Type": "DIMM",
1912
+ "Installed Size": "Not Installed",
1913
+ "Enabled Size": "Not Installed",
1914
+ "Error Status": "OK"
1915
+ },
1916
+ {
1917
+ "record_id": "0x004A",
1918
+ "size": "6",
1919
+ "application_identifier": "Memory Module Information",
1920
+ "Socket Designation": "RAM socket #5",
1921
+ "Bank Connections": "None",
1922
+ "Current Speed": "Unknown",
1923
+ "Type": "DIMM",
1924
+ "Installed Size": "Not Installed",
1925
+ "Enabled Size": "Not Installed",
1926
+ "Error Status": "OK"
1927
+ },
1928
+ {
1929
+ "record_id": "0x004B",
1930
+ "size": "6",
1931
+ "application_identifier": "Memory Module Information",
1932
+ "Socket Designation": "RAM socket #6",
1933
+ "Bank Connections": "None",
1934
+ "Current Speed": "Unknown",
1935
+ "Type": "DIMM",
1936
+ "Installed Size": "Not Installed",
1937
+ "Enabled Size": "Not Installed",
1938
+ "Error Status": "OK"
1939
+ },
1940
+ {
1941
+ "record_id": "0x004C",
1942
+ "size": "6",
1943
+ "application_identifier": "Memory Module Information",
1944
+ "Socket Designation": "RAM socket #7",
1945
+ "Bank Connections": "None",
1946
+ "Current Speed": "Unknown",
1947
+ "Type": "DIMM",
1948
+ "Installed Size": "Not Installed",
1949
+ "Enabled Size": "Not Installed",
1950
+ "Error Status": "OK"
1951
+ },
1952
+ {
1953
+ "record_id": "0x004D",
1954
+ "size": "6",
1955
+ "application_identifier": "Memory Module Information",
1956
+ "Socket Designation": "RAM socket #8",
1957
+ "Bank Connections": "None",
1958
+ "Current Speed": "Unknown",
1959
+ "Type": "DIMM",
1960
+ "Installed Size": "Not Installed",
1961
+ "Enabled Size": "Not Installed",
1962
+ "Error Status": "OK"
1963
+ },
1964
+ {
1965
+ "record_id": "0x004E",
1966
+ "size": "6",
1967
+ "application_identifier": "Memory Module Information",
1968
+ "Socket Designation": "RAM socket #9",
1969
+ "Bank Connections": "None",
1970
+ "Current Speed": "Unknown",
1971
+ "Type": "DIMM",
1972
+ "Installed Size": "Not Installed",
1973
+ "Enabled Size": "Not Installed",
1974
+ "Error Status": "OK"
1975
+ },
1976
+ {
1977
+ "record_id": "0x004F",
1978
+ "size": "6",
1979
+ "application_identifier": "Memory Module Information",
1980
+ "Socket Designation": "RAM socket #10",
1981
+ "Bank Connections": "None",
1982
+ "Current Speed": "Unknown",
1983
+ "Type": "DIMM",
1984
+ "Installed Size": "Not Installed",
1985
+ "Enabled Size": "Not Installed",
1986
+ "Error Status": "OK"
1987
+ },
1988
+ {
1989
+ "record_id": "0x0050",
1990
+ "size": "6",
1991
+ "application_identifier": "Memory Module Information",
1992
+ "Socket Designation": "RAM socket #11",
1993
+ "Bank Connections": "None",
1994
+ "Current Speed": "Unknown",
1995
+ "Type": "DIMM",
1996
+ "Installed Size": "Not Installed",
1997
+ "Enabled Size": "Not Installed",
1998
+ "Error Status": "OK"
1999
+ },
2000
+ {
2001
+ "record_id": "0x0051",
2002
+ "size": "6",
2003
+ "application_identifier": "Memory Module Information",
2004
+ "Socket Designation": "RAM socket #12",
2005
+ "Bank Connections": "None",
2006
+ "Current Speed": "Unknown",
2007
+ "Type": "DIMM",
2008
+ "Installed Size": "Not Installed",
2009
+ "Enabled Size": "Not Installed",
2010
+ "Error Status": "OK"
2011
+ },
2012
+ {
2013
+ "record_id": "0x0052",
2014
+ "size": "6",
2015
+ "application_identifier": "Memory Module Information",
2016
+ "Socket Designation": "RAM socket #13",
2017
+ "Bank Connections": "None",
2018
+ "Current Speed": "Unknown",
2019
+ "Type": "DIMM",
2020
+ "Installed Size": "Not Installed",
2021
+ "Enabled Size": "Not Installed",
2022
+ "Error Status": "OK"
2023
+ },
2024
+ {
2025
+ "record_id": "0x0053",
2026
+ "size": "6",
2027
+ "application_identifier": "On Board Device ",
2028
+ "Socket Designation": "L2 Cache",
2029
+ "Bank Connections": "None",
2030
+ "Current Speed": "Unknown",
2031
+ "Type": "Sound",
2032
+ "Installed Size": "0 kB",
2033
+ "Enabled Size": "Not Installed",
2034
+ "Error Status": "OK",
2035
+ "Configuration": "Enabled, Socketed, Level 2",
525
2036
  "Operational Mode": "Write Back",
526
- "Location": "Internal",
527
- "Installed Size": "8192 kB",
528
- "Maximum Size": "8192 kB",
2037
+ "Location": "External",
2038
+ "Maximum Size": "24576 kB",
529
2039
  "Supported SRAM Types": {
530
- "Unknown": null
2040
+ "Burst": null,
2041
+ "Pipeline Burst": null,
2042
+ "Asynchronous": null
531
2043
  },
532
- "Installed SRAM Type": "Unknown",
2044
+ "Installed SRAM Type": "Burst",
533
2045
  "Speed": "Unknown",
534
- "Error Correction Type": "Single-bit ECC",
535
- "System Type": "Unified",
536
- "Associativity": "16-way Set-associative",
537
- "Internal Reference Designator": "DISPLAY PORT",
2046
+ "Error Correction Type": "Unknown",
2047
+ "System Type": "Unknown",
2048
+ "Associativity": "Unknown",
2049
+ "Internal Reference Designator": "J12",
538
2050
  "Internal Connector Type": "None",
539
- "External Reference Designator": "Not Specified",
540
- "External Connector Type": "Other",
541
- "Port Type": "Video Port",
542
- "Designation": "SLOT4 ",
543
- "Current Usage": "In Use",
2051
+ "External Reference Designator": "PS/2 Mouse",
2052
+ "External Connector Type": "Circular DIN-8 male",
2053
+ "Port Type": "Keyboard Port",
2054
+ "Designation": "PCI Slot J14",
2055
+ "Current Usage": "Available",
544
2056
  "Length": "Long",
545
- "Bus Address": "0000:02:00.0",
546
- "Description": "Intel PCH SATA Controller"
2057
+ "Characteristics": {
2058
+ "5.0 V is provided": null,
2059
+ "3.3 V is provided": null
2060
+ },
2061
+ "ID": "4",
2062
+ "Status": "Disabled",
2063
+ "Description": "ES1371"
547
2064
  }
548
2065
  ],
549
- "socket_designation": "Not Specified",
550
- "type": "SATA Controller",
551
- "family": "Core i7",
552
- "manufacturer": "Intel",
553
- "id": "4",
554
- "signature": "Type 0, Family 6, Model 30, Stepping 5",
555
- "version": "Not Specified",
556
- "voltage": "Unknown",
557
- "external_clock": "133 MHz",
558
- "max_speed": "5200 MHz",
559
- "current_speed": "2933 MHz",
560
- "status": "Enabled",
561
- "upgrade": "Socket LGA1156",
562
- "l1_cache_handle": "0x0700",
563
- "l2_cache_handle": "0x0701",
564
- "l3_cache_handle": "0x0704",
565
- "serial_number": "Not Specified",
566
- "asset_tag": "Not Specified",
567
- "part_number": "Not Specified",
568
- "core_count": "4",
569
- "core_enabled": "4",
570
- "thread_count": "2",
571
- "configuration": "Enabled, Not Socketed, Level 3",
2066
+ "bank_connections": "None",
2067
+ "current_speed": "Unknown",
2068
+ "error_status": "OK",
2069
+ "configuration": "Enabled, Socketed, Level 2",
572
2070
  "operational_mode": "Write Back",
573
- "location": "Internal",
574
- "installed_size": "8192 kB",
575
- "maximum_size": "8192 kB",
576
- "installed_sram_type": "Unknown",
2071
+ "location": "External",
2072
+ "maximum_size": "24576 kB",
2073
+ "installed_sram_type": "Burst",
577
2074
  "speed": "Unknown",
578
- "error_correction_type": "Single-bit ECC",
579
- "system_type": "Unified",
580
- "associativity": "16-way Set-associative",
581
- "internal_reference_designator": "DISPLAY PORT",
2075
+ "error_correction_type": "Unknown",
2076
+ "system_type": "Unknown",
2077
+ "associativity": "Unknown",
2078
+ "internal_reference_designator": "J12",
582
2079
  "internal_connector_type": "None",
583
- "external_reference_designator": "Not Specified",
584
- "external_connector_type": "Other",
585
- "port_type": "Video Port",
586
- "designation": "SLOT4 ",
587
- "current_usage": "In Use",
2080
+ "external_reference_designator": "PS/2 Mouse",
2081
+ "external_connector_type": "Circular DIN-8 male",
2082
+ "port_type": "Keyboard Port",
2083
+ "designation": "PCI Slot J14",
2084
+ "current_usage": "Available",
588
2085
  "length": "Long",
589
- "bus_address": "0000:02:00.0",
590
- "description": "Intel PCH SATA Controller"
2086
+ "id": "4",
2087
+ "status": "Disabled",
2088
+ "description": "ES1371"
591
2089
  },
592
2090
  "oem_strings": {
593
2091
  "all_records": [
594
2092
  {
595
- "record_id": "0x0B00",
2093
+ "record_id": "0x00E0",
596
2094
  "size": "11",
597
2095
  "application_identifier": "End Of Table",
598
- "String 1": "www.dell.com",
599
- "Language Description Format": "Long",
600
- "Installable Languages": {
601
- "en|US|iso8859-1": null
602
- },
603
- "Currently Installed Language": "en|US|iso8859-1",
604
- "Area Length": "2049 bytes",
2096
+ "String 1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2097
+ "String 2": "Welcome to the Virtual Machine",
2098
+ "Area Length": "16 bytes",
605
2099
  "Header Start Offset": "0x0000",
606
2100
  "Header Length": "16 bytes",
607
2101
  "Data Start Offset": "0x0010",
608
- "Access Method": "Memory-mapped physical 32-bit address",
609
- "Access Address": "0xFFD01000",
610
- "Status": "Enabled",
611
- "Change Token": "0x0000001B",
2102
+ "Access Method": "General-purpose non-volatile data functions",
2103
+ "Access Address": "0x0000",
2104
+ "Status": "No errors detected",
2105
+ "Change Token": "0x00000036",
612
2106
  "Header Format": "Type 1",
613
2107
  "Supported Log Type Descriptors": "3",
614
2108
  "Descriptor 1": "POST error",
615
2109
  "Data Format 1": "POST results bitmap",
616
- "Descriptor 2": "System limit exceeded",
617
- "Data Format 2": "System management",
618
- "Descriptor 3": "Log area reset/cleared",
619
- "Data Format 3": "None",
2110
+ "Descriptor 2": "Single-bit ECC memory error",
2111
+ "Data Format 2": "Multiple-event",
2112
+ "Descriptor 3": "Multi-bit ECC memory error",
2113
+ "Data Format 3": "Multiple-event",
620
2114
  "Location": "System Board Or Motherboard",
621
2115
  "Use": "System Memory",
622
2116
  "Error Correction Type": "None",
623
- "Maximum Capacity": "16 GB",
624
- "Error Information Handle": "Not Provided",
625
- "Number Of Devices": "4",
626
- "Array Handle": "0x1000",
627
- "Total Width": "64 bits",
628
- "Data Width": "64 bits",
629
- "Size": "4096 MB",
2117
+ "Maximum Capacity": "1 TB",
2118
+ "Error Information Handle": "No Error",
2119
+ "Number Of Devices": "64",
2120
+ "Array Handle": "0x00E2",
2121
+ "Total Width": "Unknown",
2122
+ "Data Width": "Unknown",
2123
+ "Size": "No Module Installed",
630
2124
  "Form Factor": "DIMM",
631
2125
  "Set": "None",
632
- "Locator": "DIMM 4",
633
- "Bank Locator": "Not Specified",
634
- "Type": "SATA Controller",
635
- "Type Detail": "Unbuffered (Unregistered)",
636
- "Speed": "1333 MHz",
637
- "Manufacturer": "80CE000080CE ",
638
- "Serial Number": "423F3AD8",
639
- "Asset Tag": "01101900",
640
- "Part Number": "M378B5273BH1-CH9 ",
641
- "Rank": "1",
642
- "Starting Address": "0x00000000000",
643
- "Ending Address": "0x003FFFFFFFF",
644
- "Range Size": "16 GB",
645
- "Physical Array Handle": "0x1000",
646
- "Partition Width": "1",
647
- "Power-On Password Status": "Enabled",
648
- "Keyboard Password Status": "Not Implemented",
2126
+ "Locator": "RAM slot #63",
2127
+ "Bank Locator": "RAM slot #63",
2128
+ "Type": "OK",
2129
+ "Type Detail": "Unknown",
2130
+ "Speed": "Unknown",
2131
+ "Manufacturer": "Not Specified",
2132
+ "Serial Number": "Not Specified",
2133
+ "Asset Tag": "Not Specified",
2134
+ "Part Number": "Not Specified",
2135
+ "Granularity": "Unknown",
2136
+ "Operation": "Unknown",
2137
+ "Vendor Syndrome": "Unknown",
2138
+ "Memory Array Address": "Unknown",
2139
+ "Device Address": "Unknown",
2140
+ "Resolution": "Unknown",
2141
+ "Starting Address": "0x0001DFFFC00",
2142
+ "Ending Address": "0x0001DFFFFFF",
2143
+ "Range Size": "1 kB",
2144
+ "Physical Array Handle": "0x00E2",
2145
+ "Partition Width": "64",
2146
+ "Physical Device Handle": "0x0122",
2147
+ "Memory Array Mapped Address Handle": "0x0124",
2148
+ "Partition Row Position": "Unknown",
2149
+ "Interleave Position": "Unknown",
2150
+ "Interleaved Data Depth": "Unknown",
2151
+ "Watchdog Timer": "Present",
2152
+ "Boot Option": "Do Not Reboot",
2153
+ "Boot Option On Limit": "Do Not Reboot",
2154
+ "Reset Count": "Unknown",
2155
+ "Reset Limit": "Unknown",
2156
+ "Timer Interval": "Unknown",
2157
+ "Timeout": "Unknown",
2158
+ "Power-On Password Status": "Disabled",
2159
+ "Keyboard Password Status": "Unknown",
649
2160
  "Administrator Password Status": "Enabled",
650
- "Front Panel Reset Status": "Not Implemented",
651
- "Next Scheduled Power-on": "*-* 00:00:00",
652
- "OEM-specific Information": "0x0000DD00",
653
- "Reference Designation": "Intel PCH SATA Controller",
654
- "Type Instance": "1",
655
- "Bus Address": "0000:00:1f.2",
656
- "Header and Data": {
657
- "DE 10 00 DE C1 0B FF FF 00 00 00 00 00 00 00 01": null
658
- },
659
- "Strings": {
660
- "20100526": null,
661
- "20100610": null
662
- }
2161
+ "Front Panel Reset Status": "Unknown",
2162
+ "Manufacturer Name": "Intel",
2163
+ "Inbound Connection": "Enabled",
2164
+ "Outbound Connection": "Disabled"
663
2165
  }
664
2166
  ],
665
- "string_1": "www.dell.com",
666
- "language_description_format": "Long",
667
- "currently_installed_language": "en|US|iso8859-1",
668
- "area_length": "2049 bytes",
2167
+ "string_1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
2168
+ "string_2": "Welcome to the Virtual Machine",
2169
+ "area_length": "16 bytes",
669
2170
  "header_start_offset": "0x0000",
670
2171
  "header_length": "16 bytes",
671
2172
  "data_start_offset": "0x0010",
672
- "access_method": "Memory-mapped physical 32-bit address",
673
- "access_address": "0xFFD01000",
674
- "status": "Enabled",
675
- "change_token": "0x0000001B",
2173
+ "access_method": "General-purpose non-volatile data functions",
2174
+ "access_address": "0x0000",
2175
+ "status": "No errors detected",
2176
+ "change_token": "0x00000036",
676
2177
  "header_format": "Type 1",
677
2178
  "supported_log_type_descriptors": "3",
678
2179
  "descriptor_1": "POST error",
679
2180
  "data_format_1": "POST results bitmap",
680
- "descriptor_2": "System limit exceeded",
681
- "data_format_2": "System management",
682
- "descriptor_3": "Log area reset/cleared",
683
- "data_format_3": "None",
2181
+ "descriptor_2": "Single-bit ECC memory error",
2182
+ "data_format_2": "Multiple-event",
2183
+ "descriptor_3": "Multi-bit ECC memory error",
2184
+ "data_format_3": "Multiple-event",
684
2185
  "location": "System Board Or Motherboard",
685
2186
  "use": "System Memory",
686
2187
  "error_correction_type": "None",
687
- "maximum_capacity": "16 GB",
688
- "error_information_handle": "Not Provided",
689
- "number_of_devices": "4",
690
- "array_handle": "0x1000",
691
- "total_width": "64 bits",
692
- "data_width": "64 bits",
693
- "size": "4096 MB",
2188
+ "maximum_capacity": "1 TB",
2189
+ "error_information_handle": "No Error",
2190
+ "number_of_devices": "64",
2191
+ "array_handle": "0x00E2",
2192
+ "total_width": "Unknown",
2193
+ "data_width": "Unknown",
2194
+ "size": "No Module Installed",
694
2195
  "form_factor": "DIMM",
695
2196
  "set": "None",
696
- "locator": "DIMM 4",
697
- "bank_locator": "Not Specified",
698
- "type": "SATA Controller",
699
- "type_detail": "Unbuffered (Unregistered)",
700
- "speed": "1333 MHz",
701
- "manufacturer": "80CE000080CE ",
702
- "serial_number": "423F3AD8",
703
- "asset_tag": "01101900",
704
- "part_number": "M378B5273BH1-CH9 ",
705
- "rank": "1",
706
- "starting_address": "0x00000000000",
707
- "ending_address": "0x003FFFFFFFF",
708
- "range_size": "16 GB",
709
- "physical_array_handle": "0x1000",
710
- "partition_width": "1",
711
- "power_on_password_status": "Enabled",
712
- "keyboard_password_status": "Not Implemented",
2197
+ "locator": "RAM slot #63",
2198
+ "bank_locator": "RAM slot #63",
2199
+ "type": "OK",
2200
+ "type_detail": "Unknown",
2201
+ "speed": "Unknown",
2202
+ "manufacturer": "Not Specified",
2203
+ "serial_number": "Not Specified",
2204
+ "asset_tag": "Not Specified",
2205
+ "part_number": "Not Specified",
2206
+ "granularity": "Unknown",
2207
+ "operation": "Unknown",
2208
+ "vendor_syndrome": "Unknown",
2209
+ "memory_array_address": "Unknown",
2210
+ "device_address": "Unknown",
2211
+ "resolution": "Unknown",
2212
+ "starting_address": "0x0001DFFFC00",
2213
+ "ending_address": "0x0001DFFFFFF",
2214
+ "range_size": "1 kB",
2215
+ "physical_array_handle": "0x00E2",
2216
+ "partition_width": "64",
2217
+ "physical_device_handle": "0x0122",
2218
+ "memory_array_mapped_address_handle": "0x0124",
2219
+ "partition_row_position": "Unknown",
2220
+ "interleave_position": "Unknown",
2221
+ "interleaved_data_depth": "Unknown",
2222
+ "watchdog_timer": "Present",
2223
+ "boot_option": "Do Not Reboot",
2224
+ "boot_option_on_limit": "Do Not Reboot",
2225
+ "reset_count": "Unknown",
2226
+ "reset_limit": "Unknown",
2227
+ "timer_interval": "Unknown",
2228
+ "timeout": "Unknown",
2229
+ "power_on_password_status": "Disabled",
2230
+ "keyboard_password_status": "Unknown",
713
2231
  "administrator_password_status": "Enabled",
714
- "front_panel_reset_status": "Not Implemented",
715
- "next_scheduled_power_on": "*-* 00:00:00",
716
- "oem_specific_information": "0x0000DD00",
717
- "reference_designation": "Intel PCH SATA Controller",
718
- "type_instance": "1",
719
- "bus_address": "0000:00:1f.2"
2232
+ "front_panel_reset_status": "Unknown",
2233
+ "manufacturer_name": "Intel",
2234
+ "inbound_connection": "Enabled",
2235
+ "outbound_connection": "Disabled"
720
2236
  }
721
2237
  },
722
- "ohai_time": 1351111469.3496056,
2238
+ "cpu": {
2239
+ "real": 1,
2240
+ "total": 1
2241
+ },
2242
+ "ohai_time": 1390510018.243915,
2243
+ "lsb": {
2244
+ },
2245
+ "platform": "redhat",
2246
+ "platform_version": "6.3",
2247
+ "platform_family": "rhel",
723
2248
  "filesystem": {
724
- "/dev/sde1": {
725
- "kb_size": "19222656",
726
- "kb_used": "10928300",
727
- "kb_available": "7317820",
728
- "percent_used": "60%",
2249
+ "/dev/mapper/VolGroup-lv_root": {
2250
+ "kb_size": "39841176",
2251
+ "kb_used": "1484764",
2252
+ "kb_available": "36332580",
2253
+ "percent_used": "4%",
729
2254
  "mount": "/",
730
2255
  "fs_type": "ext4",
731
2256
  "mount_options": [
732
2257
  "rw"
733
2258
  ],
734
- "uuid": "17cc8ee4-0da9-42ff-b7e9-a3439d9301f6"
2259
+ "uuid": "7d9a9b3a-af21-4af3-99f9-13d39fca0fc3"
735
2260
  },
736
2261
  "tmpfs": {
737
- "kb_size": "8128588",
2262
+ "kb_size": "234872",
738
2263
  "kb_used": "0",
739
- "kb_available": "8128588",
2264
+ "kb_available": "234872",
740
2265
  "percent_used": "0%",
741
2266
  "mount": "/dev/shm",
742
2267
  "fs_type": "tmpfs",
743
2268
  "mount_options": [
744
- "rw"
2269
+ "rw",
2270
+ "rootcontext=\"system_u:object_r:tmpfs_t:s0\""
745
2271
  ]
746
2272
  },
747
- "/dev/sde2": {
748
- "kb_size": "56758012",
749
- "kb_used": "28339104",
750
- "kb_available": "25489244",
751
- "percent_used": "53%",
752
- "mount": "/home",
753
- "fs_type": "ext3",
2273
+ "/dev/sda1": {
2274
+ "kb_size": "495844",
2275
+ "kb_used": "33027",
2276
+ "kb_available": "437217",
2277
+ "percent_used": "8%",
2278
+ "mount": "/boot",
2279
+ "fs_type": "ext4",
754
2280
  "mount_options": [
755
2281
  "rw"
756
2282
  ],
757
- "uuid": "35bd46fd-0bdb-4fe7-8e2a-17b3f7c18f50",
758
- "label": "/home1"
2283
+ "uuid": "7bbe3c74-c6a4-47ab-8c15-1abd893949c8"
759
2284
  },
760
- "/dev/sde6": {
761
- "kb_size": "389843300",
762
- "kb_used": "174181956",
763
- "kb_available": "195538928",
764
- "percent_used": "48%",
765
- "mount": "/vmimages",
766
- "fs_type": "ext3",
2285
+ ".host:/": {
2286
+ "kb_size": "487385240",
2287
+ "kb_used": "123262116",
2288
+ "kb_available": "364123124",
2289
+ "percent_used": "26%",
2290
+ "mount": "/mnt/hgfs",
2291
+ "fs_type": "vmhgfs",
767
2292
  "mount_options": [
768
- "rw"
769
- ],
770
- "uuid": "00449c9b-ab45-45f3-92c8-f8eb74de01c3",
771
- "label": "/vmimages1"
2293
+ "rw",
2294
+ "ttl=1"
2295
+ ]
2296
+ },
2297
+ ".host:/-vagrant": {
2298
+ "kb_size": "487385240",
2299
+ "kb_used": "123262116",
2300
+ "kb_available": "364123124",
2301
+ "percent_used": "26%",
2302
+ "mount": "/vagrant",
2303
+ "fs_type": "vmhgfs",
2304
+ "mount_options": [
2305
+ "rw",
2306
+ "ttl=1"
2307
+ ]
772
2308
  },
773
2309
  "proc": {
774
2310
  "mount": "/proc",
@@ -800,9 +2336,20 @@
800
2336
  "rw"
801
2337
  ]
802
2338
  },
803
- "/dev/sde5": {
2339
+ "sunrpc": {
2340
+ "mount": "/var/lib/nfs/rpc_pipefs",
2341
+ "fs_type": "rpc_pipefs",
2342
+ "mount_options": [
2343
+ "rw"
2344
+ ]
2345
+ },
2346
+ "/dev/sda2": {
2347
+ "fs_type": "LVM2_member",
2348
+ "uuid": "dVBaER-9Fab-DGPY-mE0u-bwOy-NG3a-qrRCh0"
2349
+ },
2350
+ "/dev/mapper/VolGroup-lv_swap": {
804
2351
  "fs_type": "swap",
805
- "uuid": "87688177-f5d5-42c6-95cf-39e77c789ace"
2352
+ "uuid": "2470d449-207c-453f-9bb2-95c1d068ba6d"
806
2353
  },
807
2354
  "rootfs": {
808
2355
  "mount": "/",
@@ -816,9 +2363,11 @@
816
2363
  "fs_type": "devtmpfs",
817
2364
  "mount_options": [
818
2365
  "rw",
2366
+ "seclabel",
2367
+ "nosuid",
819
2368
  "relatime",
820
- "size=8118676k",
821
- "nr_inodes=2029669",
2369
+ "size=225116k",
2370
+ "nr_inodes=56279",
822
2371
  "mode=755"
823
2372
  ]
824
2373
  },
@@ -829,43 +2378,6 @@
829
2378
  "rw",
830
2379
  "relatime"
831
2380
  ]
832
- },
833
- "cgroup": {
834
- "mount": "/cgroup/cpuset",
835
- "fs_type": "cgroup",
836
- "mount_options": [
837
- "rw",
838
- "relatime",
839
- "cpuset"
840
- ]
841
- },
842
- "/etc/auto.misc": {
843
- "mount": "/misc",
844
- "fs_type": "autofs",
845
- "mount_options": [
846
- "rw",
847
- "relatime",
848
- "fd=7",
849
- "pgrp=8186",
850
- "timeout=300",
851
- "minproto=5",
852
- "maxproto=5",
853
- "indirect"
854
- ]
855
- },
856
- "-hosts": {
857
- "mount": "/net",
858
- "fs_type": "autofs",
859
- "mount_options": [
860
- "rw",
861
- "relatime",
862
- "fd=13",
863
- "pgrp=8186",
864
- "timeout=300",
865
- "minproto=5",
866
- "maxproto=5",
867
- "indirect"
868
- ]
869
2381
  }
870
2382
  },
871
2383
  "languages": {
@@ -878,12 +2390,12 @@
878
2390
  },
879
2391
  "chef_packages": {
880
2392
  "chef": {
881
- "version": "10.16.0",
882
- "chef_root": "/usr/local/gems/chef-10.16.0/lib"
2393
+ "version": "11.8.0",
2394
+ "chef_root": "/usr/local/gems/chef-11.8.0/lib"
883
2395
  },
884
2396
  "ohai": {
885
- "version": "6.14.0",
886
- "ohai_root": "/usr/local/gems/ohai-6.14.0/lib/ohai"
2397
+ "version": "6.20.0",
2398
+ "ohai_root": "/usr/local/gems/ohai-6.20.0/lib/ohai"
887
2399
  }
888
2400
  },
889
2401
  "counters": {
@@ -948,7 +2460,8 @@
948
2460
  "network": {
949
2461
  "default_gateway": "10.0.0.1",
950
2462
  "default_interface": "eth0",
951
- "settings": {},
2463
+ "settings": {
2464
+ },
952
2465
  "interfaces": {
953
2466
  "eth0": {
954
2467
  "addresses": {