fauxhai 2.1.2 → 2.2.0

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