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