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