fauxhai-ng 8.4.0 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -0
  3. data/fauxhai-ng.gemspec +28 -0
  4. data/lib/.DS_Store +0 -0
  5. data/lib/fauxhai/.DS_Store +0 -0
  6. data/lib/fauxhai/platforms/.DS_Store +0 -0
  7. data/lib/fauxhai/platforms/aix/7.1.json +781 -2025
  8. data/lib/fauxhai/platforms/aix/7.2.json +5284 -0
  9. data/lib/fauxhai/platforms/{oracle → mac_os_x}/.DS_Store +0 -0
  10. data/lib/fauxhai/platforms/mac_os_x/11.0.json +3436 -0
  11. data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
  12. data/lib/fauxhai/version.rb +1 -1
  13. metadata +8 -35
  14. data/lib/fauxhai/platforms/aix/6.1.json +0 -731
  15. data/lib/fauxhai/platforms/amazon/2015.03.json +0 -3328
  16. data/lib/fauxhai/platforms/amazon/2015.09.json +0 -3386
  17. data/lib/fauxhai/platforms/amazon/2016.03.json +0 -3377
  18. data/lib/fauxhai/platforms/amazon/2016.09.json +0 -3384
  19. data/lib/fauxhai/platforms/amazon/2017.03.json +0 -3388
  20. data/lib/fauxhai/platforms/amazon/2017.09.json +0 -3409
  21. data/lib/fauxhai/platforms/centos/5.11.json +0 -4920
  22. data/lib/fauxhai/platforms/centos/6.9.json +0 -2693
  23. data/lib/fauxhai/platforms/centos/7.5.1804.json +0 -3795
  24. data/lib/fauxhai/platforms/centos/7.6.1810.json +0 -3809
  25. data/lib/fauxhai/platforms/debian/8.11.json +0 -3596
  26. data/lib/fauxhai/platforms/debian/9.8.json +0 -2938
  27. data/lib/fauxhai/platforms/debian/9.9.json +0 -2938
  28. data/lib/fauxhai/platforms/fedora/29.json +0 -3831
  29. data/lib/fauxhai/platforms/fedora/30.json +0 -3906
  30. data/lib/fauxhai/platforms/freebsd/11.1.json +0 -426
  31. data/lib/fauxhai/platforms/linuxmint/18.3.json +0 -10350
  32. data/lib/fauxhai/platforms/mac_os_x/10.13.json +0 -1338
  33. data/lib/fauxhai/platforms/opensuse/15.0.json +0 -6060
  34. data/lib/fauxhai/platforms/opensuse/15.1.json +0 -5775
  35. data/lib/fauxhai/platforms/oracle/5.11.json +0 -7029
  36. data/lib/fauxhai/platforms/oracle/6.9.json +0 -4177
  37. data/lib/fauxhai/platforms/redhat/5.11.json +0 -6682
  38. data/lib/fauxhai/platforms/redhat/6.9.json +0 -5817
  39. data/lib/fauxhai/platforms/redhat/7.4.json +0 -3886
  40. data/lib/fauxhai/platforms/redhat/7.5.json +0 -3947
  41. data/lib/fauxhai/platforms/redhat/7.6.json +0 -3803
  42. data/lib/fauxhai/platforms/suse/12.3.json +0 -5808
  43. data/lib/fauxhai/platforms/ubuntu/14.04.json +0 -2998
  44. data/lib/fauxhai/platforms/windows/2008R2.json +0 -444
@@ -1,1338 +0,0 @@
1
- {
2
- "chef_packages": {
3
- "chef": {
4
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0.190/lib",
5
- "version": "14.0.190"
6
- },
7
- "ohai": {
8
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0.31/lib/ohai",
9
- "version": "14.0.31"
10
- }
11
- },
12
- "command": {
13
- "ps": "ps -ef"
14
- },
15
- "counters": {
16
- "network": {
17
- "interfaces": {
18
- "en0": {
19
- "rx": {
20
- "bytes": 0,
21
- "compressed": 0,
22
- "drop": 0,
23
- "errors": 0,
24
- "frame": 0,
25
- "multicast": 0,
26
- "overrun": 0,
27
- "packets": 0
28
- },
29
- "tx": {
30
- "bytes": 0,
31
- "carrier": 0,
32
- "collisions": 0,
33
- "compressed": 0,
34
- "drop": 0,
35
- "errors": 0,
36
- "overrun": 0,
37
- "packets": 0
38
- }
39
- },
40
- "lo": {
41
- "rx": {
42
- "bytes": 0,
43
- "drop": 0,
44
- "errors": 0,
45
- "overrun": 0,
46
- "packets": 0
47
- },
48
- "tx": {
49
- "bytes": 0,
50
- "carrier": 0,
51
- "collisions": 0,
52
- "drop": 0,
53
- "errors": 0,
54
- "packets": 0,
55
- "queuelen": "1"
56
- }
57
- }
58
- }
59
- }
60
- },
61
- "cpu": {
62
- "cores": 1,
63
- "real": 1,
64
- "total": 1
65
- },
66
- "current_user": "fauxhai",
67
- "dmi": {},
68
- "domain": "local",
69
- "filesystem": {
70
- "by_device": {
71
- "/dev/disk1s1": {
72
- "block_size": 512,
73
- "fs_type": "apfs",
74
- "inodes_available": "9223372036852517133",
75
- "inodes_percent_used": "0%",
76
- "inodes_used": "2258674",
77
- "kb_available": "44526896",
78
- "kb_size": "488347692",
79
- "kb_used": "439895284",
80
- "mount_options": [
81
- "local",
82
- "journaled"
83
- ],
84
- "mounts": [
85
- "/"
86
- ],
87
- "percent_used": "91%",
88
- "total_inodes": "9223372036854775807"
89
- },
90
- "/dev/disk1s4": {
91
- "block_size": 512,
92
- "fs_type": "apfs",
93
- "inodes_available": "9223372036854775804",
94
- "inodes_percent_used": "0%",
95
- "inodes_used": "3",
96
- "kb_available": "44526896",
97
- "kb_size": "488347692",
98
- "kb_used": "3239980",
99
- "mount_options": [
100
- "local",
101
- "noexec",
102
- "journaled",
103
- "noatime",
104
- "nobrowse"
105
- ],
106
- "mounts": [
107
- "/private/var/vm"
108
- ],
109
- "percent_used": "7%",
110
- "total_inodes": "9223372036854775807"
111
- },
112
- "devfs": {
113
- "block_size": 512,
114
- "fs_type": "devfs",
115
- "inodes_available": "0",
116
- "inodes_percent_used": "100%",
117
- "inodes_used": "660",
118
- "kb_available": "0",
119
- "kb_size": "190",
120
- "kb_used": "190",
121
- "mount_options": [
122
- "local",
123
- "nobrowse"
124
- ],
125
- "mounts": [
126
- "/dev"
127
- ],
128
- "percent_used": "100%",
129
- "total_inodes": "660"
130
- },
131
- "map -hosts": {
132
- "block_size": 512,
133
- "fs_type": "autofs",
134
- "inodes_available": "0",
135
- "inodes_percent_used": "100%",
136
- "inodes_used": "0",
137
- "kb_available": "0",
138
- "kb_size": "0",
139
- "kb_used": "0",
140
- "mount_options": [
141
- "nosuid",
142
- "automounted",
143
- "nobrowse"
144
- ],
145
- "mounts": [
146
- "/net"
147
- ],
148
- "percent_used": "100%",
149
- "total_inodes": "0"
150
- },
151
- "map auto_home": {
152
- "block_size": 512,
153
- "fs_type": "autofs",
154
- "inodes_available": "0",
155
- "inodes_percent_used": "100%",
156
- "inodes_used": "0",
157
- "kb_available": "0",
158
- "kb_size": "0",
159
- "kb_used": "0",
160
- "mount_options": [
161
- "automounted",
162
- "nobrowse"
163
- ],
164
- "mounts": [
165
- "/home"
166
- ],
167
- "percent_used": "100%",
168
- "total_inodes": "0"
169
- }
170
- },
171
- "by_mountpoint": {
172
- "/": {
173
- "block_size": 512,
174
- "devices": [
175
- "/dev/disk1s1"
176
- ],
177
- "fs_type": "apfs",
178
- "inodes_available": "9223372036852517133",
179
- "inodes_percent_used": "0%",
180
- "inodes_used": "2258674",
181
- "kb_available": "44526896",
182
- "kb_size": "488347692",
183
- "kb_used": "439895284",
184
- "mount_options": [
185
- "local",
186
- "journaled"
187
- ],
188
- "percent_used": "91%",
189
- "total_inodes": "9223372036854775807"
190
- },
191
- "/dev": {
192
- "block_size": 512,
193
- "devices": [
194
- "devfs"
195
- ],
196
- "fs_type": "devfs",
197
- "inodes_available": "0",
198
- "inodes_percent_used": "100%",
199
- "inodes_used": "660",
200
- "kb_available": "0",
201
- "kb_size": "190",
202
- "kb_used": "190",
203
- "mount_options": [
204
- "local",
205
- "nobrowse"
206
- ],
207
- "percent_used": "100%",
208
- "total_inodes": "660"
209
- },
210
- "/home": {
211
- "block_size": 512,
212
- "devices": [
213
- "map auto_home"
214
- ],
215
- "fs_type": "autofs",
216
- "inodes_available": "0",
217
- "inodes_percent_used": "100%",
218
- "inodes_used": "0",
219
- "kb_available": "0",
220
- "kb_size": "0",
221
- "kb_used": "0",
222
- "mount_options": [
223
- "automounted",
224
- "nobrowse"
225
- ],
226
- "percent_used": "100%",
227
- "total_inodes": "0"
228
- },
229
- "/net": {
230
- "block_size": 512,
231
- "devices": [
232
- "map -hosts"
233
- ],
234
- "fs_type": "autofs",
235
- "inodes_available": "0",
236
- "inodes_percent_used": "100%",
237
- "inodes_used": "0",
238
- "kb_available": "0",
239
- "kb_size": "0",
240
- "kb_used": "0",
241
- "mount_options": [
242
- "nosuid",
243
- "automounted",
244
- "nobrowse"
245
- ],
246
- "percent_used": "100%",
247
- "total_inodes": "0"
248
- },
249
- "/private/var/vm": {
250
- "block_size": 512,
251
- "devices": [
252
- "/dev/disk1s4"
253
- ],
254
- "fs_type": "apfs",
255
- "inodes_available": "9223372036854775804",
256
- "inodes_percent_used": "0%",
257
- "inodes_used": "3",
258
- "kb_available": "44526896",
259
- "kb_size": "488347692",
260
- "kb_used": "3239980",
261
- "mount_options": [
262
- "local",
263
- "noexec",
264
- "journaled",
265
- "noatime",
266
- "nobrowse"
267
- ],
268
- "percent_used": "7%",
269
- "total_inodes": "9223372036854775807"
270
- }
271
- },
272
- "by_pair": {
273
- "/dev/disk1s1,/": {
274
- "block_size": 512,
275
- "device": "/dev/disk1s1",
276
- "fs_type": "apfs",
277
- "inodes_available": "9223372036852517133",
278
- "inodes_percent_used": "0%",
279
- "inodes_used": "2258674",
280
- "kb_available": "44526896",
281
- "kb_size": "488347692",
282
- "kb_used": "439895284",
283
- "mount": "/",
284
- "mount_options": [
285
- "local",
286
- "journaled"
287
- ],
288
- "percent_used": "91%",
289
- "total_inodes": "9223372036854775807"
290
- },
291
- "/dev/disk1s4,/private/var/vm": {
292
- "block_size": 512,
293
- "device": "/dev/disk1s4",
294
- "fs_type": "apfs",
295
- "inodes_available": "9223372036854775804",
296
- "inodes_percent_used": "0%",
297
- "inodes_used": "3",
298
- "kb_available": "44526896",
299
- "kb_size": "488347692",
300
- "kb_used": "3239980",
301
- "mount": "/private/var/vm",
302
- "mount_options": [
303
- "local",
304
- "noexec",
305
- "journaled",
306
- "noatime",
307
- "nobrowse"
308
- ],
309
- "percent_used": "7%",
310
- "total_inodes": "9223372036854775807"
311
- },
312
- "devfs,/dev": {
313
- "block_size": 512,
314
- "device": "devfs",
315
- "fs_type": "devfs",
316
- "inodes_available": "0",
317
- "inodes_percent_used": "100%",
318
- "inodes_used": "660",
319
- "kb_available": "0",
320
- "kb_size": "190",
321
- "kb_used": "190",
322
- "mount": "/dev",
323
- "mount_options": [
324
- "local",
325
- "nobrowse"
326
- ],
327
- "percent_used": "100%",
328
- "total_inodes": "660"
329
- },
330
- "map -hosts,/net": {
331
- "block_size": 512,
332
- "device": "map -hosts",
333
- "fs_type": "autofs",
334
- "inodes_available": "0",
335
- "inodes_percent_used": "100%",
336
- "inodes_used": "0",
337
- "kb_available": "0",
338
- "kb_size": "0",
339
- "kb_used": "0",
340
- "mount": "/net",
341
- "mount_options": [
342
- "nosuid",
343
- "automounted",
344
- "nobrowse"
345
- ],
346
- "percent_used": "100%",
347
- "total_inodes": "0"
348
- },
349
- "map auto_home,/home": {
350
- "block_size": 512,
351
- "device": "map auto_home",
352
- "fs_type": "autofs",
353
- "inodes_available": "0",
354
- "inodes_percent_used": "100%",
355
- "inodes_used": "0",
356
- "kb_available": "0",
357
- "kb_size": "0",
358
- "kb_used": "0",
359
- "mount": "/home",
360
- "mount_options": [
361
- "automounted",
362
- "nobrowse"
363
- ],
364
- "percent_used": "100%",
365
- "total_inodes": "0"
366
- }
367
- }
368
- },
369
- "fqdn": "fauxhai.local",
370
- "hostname": "Fauxhai",
371
- "idle": "30 days 15 hours 07 minutes 30 seconds",
372
- "idletime_seconds": 2646450,
373
- "ipaddress": "10.0.0.2",
374
- "kernel": {
375
- "machine": "x86_64",
376
- "modules": {
377
- "com.apple.AGDCPluginDisplayMetrics": {
378
- "index": "148",
379
- "refcount": "0",
380
- "size": 12288,
381
- "version": "3.18.48"
382
- },
383
- "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
384
- "index": "60",
385
- "refcount": "0",
386
- "size": 24576,
387
- "version": "1.0.0"
388
- },
389
- "com.apple.AppleGPUWrangler": {
390
- "index": "134",
391
- "refcount": "0",
392
- "size": 40960,
393
- "version": "3.18.48"
394
- },
395
- "com.apple.AppleGraphicsDeviceControl": {
396
- "index": "102",
397
- "refcount": "9",
398
- "size": 36864,
399
- "version": "3.18.48"
400
- },
401
- "com.apple.BootCache": {
402
- "index": "61",
403
- "refcount": "0",
404
- "size": 53248,
405
- "version": "40"
406
- },
407
- "com.apple.driver.AGDCBacklightControl": {
408
- "index": "136",
409
- "refcount": "0",
410
- "size": 20480,
411
- "version": "3.18.48"
412
- },
413
- "com.apple.driver.AGPM": {
414
- "index": "165",
415
- "refcount": "0",
416
- "size": 102400,
417
- "version": "110.23.33"
418
- },
419
- "com.apple.driver.AppleACPIButtons": {
420
- "index": "47",
421
- "refcount": "0",
422
- "size": 16384,
423
- "version": "6.1"
424
- },
425
- "com.apple.driver.AppleACPIEC": {
426
- "index": "42",
427
- "refcount": "0",
428
- "size": 28672,
429
- "version": "6.1"
430
- },
431
- "com.apple.driver.AppleACPIPlatform": {
432
- "index": "14",
433
- "refcount": "2",
434
- "size": 638976,
435
- "version": "6.1"
436
- },
437
- "com.apple.driver.AppleAHCIPort": {
438
- "index": "66",
439
- "refcount": "0",
440
- "size": 81920,
441
- "version": "329.50.2"
442
- },
443
- "com.apple.driver.AppleAPIC": {
444
- "index": "40",
445
- "refcount": "0",
446
- "size": 12288,
447
- "version": "1.7"
448
- },
449
- "com.apple.driver.AppleActuatorDriver": {
450
- "index": "91",
451
- "refcount": "0",
452
- "size": 57344,
453
- "version": "1404.4"
454
- },
455
- "com.apple.driver.AppleBacklightExpert": {
456
- "index": "131",
457
- "refcount": "1",
458
- "size": 24576,
459
- "version": "1.1.0"
460
- },
461
- "com.apple.driver.AppleBusPowerController": {
462
- "index": "20",
463
- "refcount": "1",
464
- "size": 32768,
465
- "version": "1.0"
466
- },
467
- "com.apple.driver.AppleCameraInterface": {
468
- "index": "119",
469
- "refcount": "0",
470
- "size": 688128,
471
- "version": "6.01.2"
472
- },
473
- "com.apple.driver.AppleCredentialManager": {
474
- "index": "24",
475
- "refcount": "1",
476
- "size": 221184,
477
- "version": "1.0"
478
- },
479
- "com.apple.driver.AppleEFINVRAM": {
480
- "index": "50",
481
- "refcount": "1",
482
- "size": 45056,
483
- "version": "2.1"
484
- },
485
- "com.apple.driver.AppleEFIRuntime": {
486
- "index": "48",
487
- "refcount": "2",
488
- "size": 20480,
489
- "version": "2.1"
490
- },
491
- "com.apple.driver.AppleEffaceableStorage": {
492
- "index": "32",
493
- "refcount": "2",
494
- "size": 49152,
495
- "version": "1.0"
496
- },
497
- "com.apple.driver.AppleFDEKeyStore": {
498
- "index": "33",
499
- "refcount": "0",
500
- "size": 49152,
501
- "version": "28.30"
502
- },
503
- "com.apple.driver.AppleGraphicsControl": {
504
- "index": "113",
505
- "refcount": "2",
506
- "size": 12288,
507
- "version": "3.18.48"
508
- },
509
- "com.apple.driver.AppleGraphicsDevicePolicy": {
510
- "index": "149",
511
- "refcount": "0",
512
- "size": 73728,
513
- "version": "3.18.48"
514
- },
515
- "com.apple.driver.AppleHDA": {
516
- "index": "158",
517
- "refcount": "0",
518
- "size": 749568,
519
- "version": "281.51"
520
- },
521
- "com.apple.driver.AppleHDAController": {
522
- "index": "123",
523
- "refcount": "1",
524
- "size": 118784,
525
- "version": "281.51"
526
- },
527
- "com.apple.driver.AppleHIDKeyboard": {
528
- "index": "85",
529
- "refcount": "1",
530
- "size": 45056,
531
- "version": "205"
532
- },
533
- "com.apple.driver.AppleHPET": {
534
- "index": "44",
535
- "refcount": "0",
536
- "size": 12288,
537
- "version": "1.8"
538
- },
539
- "com.apple.driver.AppleHSBluetoothDriver": {
540
- "index": "89",
541
- "refcount": "1",
542
- "size": 57344,
543
- "version": "133"
544
- },
545
- "com.apple.driver.AppleHV": {
546
- "index": "143",
547
- "refcount": "0",
548
- "size": 40960,
549
- "version": "1"
550
- },
551
- "com.apple.driver.AppleInputDeviceSupport": {
552
- "index": "83",
553
- "refcount": "2",
554
- "size": 90112,
555
- "version": "1404.3"
556
- },
557
- "com.apple.driver.AppleIntelFramebufferAzul": {
558
- "index": "103",
559
- "refcount": "0",
560
- "size": 1372160,
561
- "version": "10.3.2"
562
- },
563
- "com.apple.driver.AppleIntelHD5000Graphics": {
564
- "index": "135",
565
- "refcount": "0",
566
- "size": 503808,
567
- "version": "10.3.2"
568
- },
569
- "com.apple.driver.AppleIntelSlowAdaptiveClocking": {
570
- "index": "106",
571
- "refcount": "0",
572
- "size": 8192,
573
- "version": "4.0.0"
574
- },
575
- "com.apple.driver.AppleKeyStore": {
576
- "index": "31",
577
- "refcount": "0",
578
- "size": 405504,
579
- "version": "2"
580
- },
581
- "com.apple.driver.AppleLPC": {
582
- "index": "118",
583
- "refcount": "0",
584
- "size": 12288,
585
- "version": "3.1"
586
- },
587
- "com.apple.driver.AppleMCCSControl": {
588
- "index": "112",
589
- "refcount": "0",
590
- "size": 65536,
591
- "version": "1.5.4"
592
- },
593
- "com.apple.driver.AppleMobileFileIntegrity": {
594
- "index": "29",
595
- "refcount": "5",
596
- "size": 86016,
597
- "version": "1.0.5"
598
- },
599
- "com.apple.driver.AppleMultitouchDriver": {
600
- "index": "84",
601
- "refcount": "3",
602
- "size": 167936,
603
- "version": "1404.4"
604
- },
605
- "com.apple.driver.AppleMuxControl": {
606
- "index": "114",
607
- "refcount": "0",
608
- "size": 77824,
609
- "version": "3.18.48"
610
- },
611
- "com.apple.driver.AppleOSXWatchdog": {
612
- "index": "109",
613
- "refcount": "0",
614
- "size": 16384,
615
- "version": "1"
616
- },
617
- "com.apple.driver.AppleRTC": {
618
- "index": "45",
619
- "refcount": "0",
620
- "size": 32768,
621
- "version": "2.0"
622
- },
623
- "com.apple.driver.AppleSEPManager": {
624
- "index": "19",
625
- "refcount": "3",
626
- "size": 98304,
627
- "version": "1.0.1"
628
- },
629
- "com.apple.driver.AppleSMBIOS": {
630
- "index": "43",
631
- "refcount": "0",
632
- "size": 16384,
633
- "version": "2.1"
634
- },
635
- "com.apple.driver.AppleSMC": {
636
- "index": "13",
637
- "refcount": "8",
638
- "size": 118784,
639
- "version": "3.1.9"
640
- },
641
- "com.apple.driver.AppleSMCLMU": {
642
- "index": "110",
643
- "refcount": "0",
644
- "size": 24576,
645
- "version": "211"
646
- },
647
- "com.apple.driver.AppleSSE": {
648
- "index": "141",
649
- "refcount": "0",
650
- "size": 49152,
651
- "version": "1.0"
652
- },
653
- "com.apple.driver.AppleSmartBatteryManager": {
654
- "index": "49",
655
- "refcount": "0",
656
- "size": 40960,
657
- "version": "161.0.0"
658
- },
659
- "com.apple.driver.AppleThunderboltDPAdapterFamily": {
660
- "index": "57",
661
- "refcount": "1",
662
- "size": 61440,
663
- "version": "5.5.3"
664
- },
665
- "com.apple.driver.AppleThunderboltDPInAdapter": {
666
- "index": "58",
667
- "refcount": "0",
668
- "size": 24576,
669
- "version": "5.5.3"
670
- },
671
- "com.apple.driver.AppleThunderboltIP": {
672
- "index": "98",
673
- "refcount": "0",
674
- "size": 90112,
675
- "version": "3.1.1"
676
- },
677
- "com.apple.driver.AppleThunderboltNHI": {
678
- "index": "55",
679
- "refcount": "0",
680
- "size": 118784,
681
- "version": "4.7.2"
682
- },
683
- "com.apple.driver.AppleThunderboltPCIDownAdapter": {
684
- "index": "56",
685
- "refcount": "0",
686
- "size": 20480,
687
- "version": "2.1.3"
688
- },
689
- "com.apple.driver.AppleTopCaseHIDEventDriver": {
690
- "index": "90",
691
- "refcount": "0",
692
- "size": 40960,
693
- "version": "133"
694
- },
695
- "com.apple.driver.AppleUSBCardReader": {
696
- "index": "92",
697
- "refcount": "0",
698
- "size": 53248,
699
- "version": "439.50.6"
700
- },
701
- "com.apple.driver.AppleUSBHostMergeProperties": {
702
- "index": "51",
703
- "refcount": "1",
704
- "size": 16384,
705
- "version": "1.2"
706
- },
707
- "com.apple.driver.AppleUSBTDM": {
708
- "index": "30",
709
- "refcount": "1",
710
- "size": 73728,
711
- "version": "439.50.6"
712
- },
713
- "com.apple.driver.AppleUSBTopCaseDriver": {
714
- "index": "86",
715
- "refcount": "0",
716
- "size": 8192,
717
- "version": "133"
718
- },
719
- "com.apple.driver.AppleUpstreamUserClient": {
720
- "index": "155",
721
- "refcount": "0",
722
- "size": 20480,
723
- "version": "3.6.5"
724
- },
725
- "com.apple.driver.AppleXsanScheme": {
726
- "index": "210",
727
- "refcount": "0",
728
- "size": 32768,
729
- "version": "3"
730
- },
731
- "com.apple.driver.AudioAUUC": {
732
- "index": "151",
733
- "refcount": "0",
734
- "size": 20480,
735
- "version": "1.70"
736
- },
737
- "com.apple.driver.DiskImages": {
738
- "index": "34",
739
- "refcount": "0",
740
- "size": 102400,
741
- "version": "480.50.10"
742
- },
743
- "com.apple.driver.DspFuncLib": {
744
- "index": "157",
745
- "refcount": "1",
746
- "size": 1323008,
747
- "version": "281.51"
748
- },
749
- "com.apple.driver.IOSlaveProcessor": {
750
- "index": "18",
751
- "refcount": "4",
752
- "size": 28672,
753
- "version": "1"
754
- },
755
- "com.apple.driver.KernelRelayHost": {
756
- "index": "23",
757
- "refcount": "3",
758
- "size": 118784,
759
- "version": "1"
760
- },
761
- "com.apple.driver.X86PlatformPlugin": {
762
- "index": "108",
763
- "refcount": "1",
764
- "size": 94208,
765
- "version": "1.0.0"
766
- },
767
- "com.apple.driver.X86PlatformShim": {
768
- "index": "163",
769
- "refcount": "1",
770
- "size": 28672,
771
- "version": "1.0.0"
772
- },
773
- "com.apple.driver.corecapture": {
774
- "index": "71",
775
- "refcount": "2",
776
- "size": 172032,
777
- "version": "1.0.4"
778
- },
779
- "com.apple.driver.eficheck": {
780
- "index": "133",
781
- "refcount": "0",
782
- "size": 12288,
783
- "version": "1"
784
- },
785
- "com.apple.driver.pmtelemetry": {
786
- "index": "138",
787
- "refcount": "0",
788
- "size": 61440,
789
- "version": "1"
790
- },
791
- "com.apple.driver.usb.AppleUSBCommon": {
792
- "index": "21",
793
- "refcount": "8",
794
- "size": 32768,
795
- "version": "1.0"
796
- },
797
- "com.apple.driver.usb.AppleUSBHostCompositeDevice": {
798
- "index": "79",
799
- "refcount": "0",
800
- "size": 32768,
801
- "version": "1.2"
802
- },
803
- "com.apple.driver.usb.AppleUSBHostPacketFilter": {
804
- "index": "53",
805
- "refcount": "0",
806
- "size": 20480,
807
- "version": "1.0"
808
- },
809
- "com.apple.driver.usb.AppleUSBHub": {
810
- "index": "204",
811
- "refcount": "0",
812
- "size": 212992,
813
- "version": "1.2"
814
- },
815
- "com.apple.driver.usb.AppleUSBXHCI": {
816
- "index": "67",
817
- "refcount": "1",
818
- "size": 311296,
819
- "version": "1.2"
820
- },
821
- "com.apple.driver.usb.AppleUSBXHCIPCI": {
822
- "index": "68",
823
- "refcount": "0",
824
- "size": 184320,
825
- "version": "1.2"
826
- },
827
- "com.apple.driver.usb.IOUSBHostHIDDevice": {
828
- "index": "82",
829
- "refcount": "1",
830
- "size": 49152,
831
- "version": "1.2"
832
- },
833
- "com.apple.driver.usb.networking": {
834
- "index": "80",
835
- "refcount": "0",
836
- "size": 32768,
837
- "version": "5.0.0"
838
- },
839
- "com.apple.filesystems.afpfs": {
840
- "index": "174",
841
- "refcount": "0",
842
- "size": 327680,
843
- "version": "11.1"
844
- },
845
- "com.apple.filesystems.apfs": {
846
- "index": "77",
847
- "refcount": "1",
848
- "size": 942080,
849
- "version": "748.51.0"
850
- },
851
- "com.apple.filesystems.autofs": {
852
- "index": "162",
853
- "refcount": "0",
854
- "size": 36864,
855
- "version": "3.0"
856
- },
857
- "com.apple.filesystems.hfs.encodings.kext": {
858
- "index": "59",
859
- "refcount": "2",
860
- "size": 32768,
861
- "version": "1"
862
- },
863
- "com.apple.filesystems.hfs.kext": {
864
- "index": "63",
865
- "refcount": "1",
866
- "size": 421888,
867
- "version": "407.50.6"
868
- },
869
- "com.apple.filesystems.smbfs": {
870
- "index": "177",
871
- "refcount": "0",
872
- "size": 405504,
873
- "version": "3.2.2"
874
- },
875
- "com.apple.iokit.IO80211Family": {
876
- "index": "73",
877
- "refcount": "1",
878
- "size": 1007616,
879
- "version": "1200.12.2"
880
- },
881
- "com.apple.iokit.IOACPIFamily": {
882
- "index": "11",
883
- "refcount": "32",
884
- "size": 36864,
885
- "version": "1.4"
886
- },
887
- "com.apple.iokit.IOAHCIBlockStorage": {
888
- "index": "75",
889
- "refcount": "0",
890
- "size": 159744,
891
- "version": "301.40.2"
892
- },
893
- "com.apple.iokit.IOAHCIFamily": {
894
- "index": "65",
895
- "refcount": "2",
896
- "size": 106496,
897
- "version": "288"
898
- },
899
- "com.apple.iokit.IOAVBFamily": {
900
- "index": "146",
901
- "refcount": "0",
902
- "size": 65536,
903
- "version": "675.6"
904
- },
905
- "com.apple.iokit.IOAcceleratorFamily2": {
906
- "index": "101",
907
- "refcount": "3",
908
- "size": 618496,
909
- "version": "378.18.1"
910
- },
911
- "com.apple.iokit.IOAudioFamily": {
912
- "index": "121",
913
- "refcount": "5",
914
- "size": 258048,
915
- "version": "206.5"
916
- },
917
- "com.apple.iokit.IOEthernetAVBController": {
918
- "index": "144",
919
- "refcount": "2",
920
- "size": 28672,
921
- "version": "1.1.0"
922
- },
923
- "com.apple.iokit.IOGraphicsFamily": {
924
- "index": "100",
925
- "refcount": "22",
926
- "size": 299008,
927
- "version": "519.15"
928
- },
929
- "com.apple.iokit.IOHDAFamily": {
930
- "index": "122",
931
- "refcount": "2",
932
- "size": 49152,
933
- "version": "281.51"
934
- },
935
- "com.apple.iokit.IOHIDFamily": {
936
- "index": "46",
937
- "refcount": "11",
938
- "size": 503808,
939
- "version": "2.0.0"
940
- },
941
- "com.apple.iokit.IONDRVSupport": {
942
- "index": "128",
943
- "refcount": "3",
944
- "size": 65536,
945
- "version": "519.15"
946
- },
947
- "com.apple.iokit.IONetworkingFamily": {
948
- "index": "15",
949
- "refcount": "9",
950
- "size": 196608,
951
- "version": "3.4"
952
- },
953
- "com.apple.iokit.IOPCIFamily": {
954
- "index": "12",
955
- "refcount": "41",
956
- "size": 217088,
957
- "version": "2.9"
958
- },
959
- "com.apple.iokit.IOReportFamily": {
960
- "index": "17",
961
- "refcount": "5",
962
- "size": 28672,
963
- "version": "31"
964
- },
965
- "com.apple.iokit.IOSCSIArchitectureModelFamily": {
966
- "index": "26",
967
- "refcount": "4",
968
- "size": 176128,
969
- "version": "404.30.2"
970
- },
971
- "com.apple.iokit.IOSCSIBlockCommandsDevice": {
972
- "index": "27",
973
- "refcount": "2",
974
- "size": 102400,
975
- "version": "404.30.2"
976
- },
977
- "com.apple.iokit.IOSMBusFamily": {
978
- "index": "41",
979
- "refcount": "3",
980
- "size": 16384,
981
- "version": "1.1"
982
- },
983
- "com.apple.iokit.IOSerialFamily": {
984
- "index": "139",
985
- "refcount": "1",
986
- "size": 57344,
987
- "version": "11"
988
- },
989
- "com.apple.iokit.IOSlowAdaptiveClockingFamily": {
990
- "index": "105",
991
- "refcount": "1",
992
- "size": 20480,
993
- "version": "1.0.0"
994
- },
995
- "com.apple.iokit.IOStorageFamily": {
996
- "index": "25",
997
- "refcount": "9",
998
- "size": 163840,
999
- "version": "2.1"
1000
- },
1001
- "com.apple.iokit.IOSurface": {
1002
- "index": "99",
1003
- "refcount": "3",
1004
- "size": 106496,
1005
- "version": "211.12"
1006
- },
1007
- "com.apple.iokit.IOThunderboltFamily": {
1008
- "index": "54",
1009
- "refcount": "5",
1010
- "size": 966656,
1011
- "version": "6.7.8"
1012
- },
1013
- "com.apple.iokit.IOTimeSyncFamily": {
1014
- "index": "16",
1015
- "refcount": "2",
1016
- "size": 155648,
1017
- "version": "675.12"
1018
- },
1019
- "com.apple.iokit.IOUSBFamily": {
1020
- "index": "52",
1021
- "refcount": "4",
1022
- "size": 634880,
1023
- "version": "900.4.1"
1024
- },
1025
- "com.apple.iokit.IOUSBHIDDriver": {
1026
- "index": "206",
1027
- "refcount": "0",
1028
- "size": 36864,
1029
- "version": "900.4.1"
1030
- },
1031
- "com.apple.iokit.IOUSBHostFamily": {
1032
- "index": "22",
1033
- "refcount": "19",
1034
- "size": 491520,
1035
- "version": "1.2"
1036
- },
1037
- "com.apple.iokit.IOUSBMassStorageDriver": {
1038
- "index": "28",
1039
- "refcount": "2",
1040
- "size": 184320,
1041
- "version": "140.50.3"
1042
- },
1043
- "com.apple.iokit.IOUSBUserClient": {
1044
- "index": "166",
1045
- "refcount": "1",
1046
- "size": 12288,
1047
- "version": "900.4.1"
1048
- },
1049
- "com.apple.iokit.IOUserEthernet": {
1050
- "index": "142",
1051
- "refcount": "0",
1052
- "size": 24576,
1053
- "version": "1.0.1"
1054
- },
1055
- "com.apple.kec.Libm": {
1056
- "index": "9",
1057
- "refcount": "1",
1058
- "size": 65536,
1059
- "version": "1"
1060
- },
1061
- "com.apple.kec.corecrypto": {
1062
- "index": "8",
1063
- "refcount": "9",
1064
- "size": 720896,
1065
- "version": "1.0"
1066
- },
1067
- "com.apple.kec.pthread": {
1068
- "index": "10",
1069
- "refcount": "0",
1070
- "size": 61440,
1071
- "version": "1"
1072
- },
1073
- "com.apple.kext.AMD7000Controller": {
1074
- "index": "117",
1075
- "refcount": "0",
1076
- "size": 372736,
1077
- "version": "1.6.6"
1078
- },
1079
- "com.apple.kext.AMDFramebuffer": {
1080
- "index": "154",
1081
- "refcount": "0",
1082
- "size": 167936,
1083
- "version": "1.6.6"
1084
- },
1085
- "com.apple.kext.AMDRadeonX4000": {
1086
- "index": "152",
1087
- "refcount": "0",
1088
- "size": 4956160,
1089
- "version": "1.6.6"
1090
- },
1091
- "com.apple.kext.AMDRadeonX4000HWServices": {
1092
- "index": "150",
1093
- "refcount": "0",
1094
- "size": 73728,
1095
- "version": "1.6.6"
1096
- },
1097
- "com.apple.kext.AMDRadeonX4030HWLibs": {
1098
- "index": "153",
1099
- "refcount": "0",
1100
- "size": 7663616,
1101
- "version": "1.0"
1102
- },
1103
- "com.apple.kext.AMDSupport": {
1104
- "index": "116",
1105
- "refcount": "2",
1106
- "size": 2023424,
1107
- "version": "1.6.6"
1108
- },
1109
- "com.apple.kext.OSvKernDSPLib": {
1110
- "index": "156",
1111
- "refcount": "1",
1112
- "size": 77824,
1113
- "version": "526"
1114
- },
1115
- "com.apple.kext.triggers": {
1116
- "index": "161",
1117
- "refcount": "2",
1118
- "size": 20480,
1119
- "version": "1.0"
1120
- },
1121
- "com.apple.nke.applicationfirewall": {
1122
- "index": "39",
1123
- "refcount": "0",
1124
- "size": 32768,
1125
- "version": "183"
1126
- },
1127
- "com.apple.plugin.IOgPTPPlugin": {
1128
- "index": "145",
1129
- "refcount": "1",
1130
- "size": 614400,
1131
- "version": "675.12"
1132
- },
1133
- "com.apple.security.SecureRemotePassword": {
1134
- "index": "173",
1135
- "refcount": "1",
1136
- "size": 69632,
1137
- "version": "1.0"
1138
- },
1139
- "com.apple.security.TMSafetyNet": {
1140
- "index": "38",
1141
- "refcount": "0",
1142
- "size": 8192,
1143
- "version": "8"
1144
- },
1145
- "com.apple.security.quarantine": {
1146
- "index": "37",
1147
- "refcount": "0",
1148
- "size": 36864,
1149
- "version": "3"
1150
- },
1151
- "com.apple.security.sandbox": {
1152
- "index": "36",
1153
- "refcount": "1",
1154
- "size": 135168,
1155
- "version": "300.0"
1156
- },
1157
- "com.apple.vecLib.kext": {
1158
- "index": "120",
1159
- "refcount": "2",
1160
- "size": 700416,
1161
- "version": "1.2.0"
1162
- },
1163
- "org.virtualbox.kext.VBoxDrv": {
1164
- "index": "160",
1165
- "refcount": "3",
1166
- "size": 409600,
1167
- "version": "5.2.8"
1168
- },
1169
- "org.virtualbox.kext.VBoxNetAdp": {
1170
- "index": "169",
1171
- "refcount": "0",
1172
- "size": 24576,
1173
- "version": "5.2.8"
1174
- },
1175
- "org.virtualbox.kext.VBoxNetFlt": {
1176
- "index": "168",
1177
- "refcount": "0",
1178
- "size": 20480,
1179
- "version": "5.2.8"
1180
- },
1181
- "org.virtualbox.kext.VBoxUSB": {
1182
- "index": "167",
1183
- "refcount": "0",
1184
- "size": 32768,
1185
- "version": "5.2.8"
1186
- }
1187
- },
1188
- "name": "Darwin",
1189
- "os": "Darwin",
1190
- "processor": "i386",
1191
- "release": "17.5.0",
1192
- "version": "Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64"
1193
- },
1194
- "keys": {
1195
- "ssh": {
1196
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1197
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1198
- }
1199
- },
1200
- "languages": {
1201
- "powershell": null,
1202
- "ruby": {
1203
- "bin_dir": "/usr/local/bin",
1204
- "gem_bin": "/usr/local/bin/gem",
1205
- "gems_dir": "/usr/local/gems",
1206
- "host": "x86_64-apple-darwin17.4.0",
1207
- "host_cpu": "x86_64",
1208
- "host_os": "darwin17.4.0",
1209
- "host_vendor": "apple",
1210
- "platform": "x86_64-darwin17",
1211
- "release_date": "2017-12-14",
1212
- "ruby_bin": "/usr/local/bin/ruby",
1213
- "target": "x86_64-apple-darwin17",
1214
- "target_cpu": "x86_64",
1215
- "target_os": "darwin17",
1216
- "target_vendor": "apple",
1217
- "version": "2.4.3"
1218
- }
1219
- },
1220
- "macaddress": "11:11:11:11:11:11",
1221
- "machinename": "Fauxhai",
1222
- "memory": {
1223
- "total": "1048576kB"
1224
- },
1225
- "network": {
1226
- "default_gateway": "10.0.0.1",
1227
- "default_interface": "en0",
1228
- "interfaces": {
1229
- "en0": {
1230
- "addresses": {
1231
- "10.0.0.2": {
1232
- "broadcast": "10.0.0.255",
1233
- "family": "inet",
1234
- "ip_scope": "RFC1918 PRIVATE",
1235
- "netmask": "255.255.255.0",
1236
- "prefixlen": "24",
1237
- "scope": "Global"
1238
- },
1239
- "11:11:11:11:11:11": {
1240
- "family": "lladdr"
1241
- },
1242
- "fe80::11:1111:1111:1111": {
1243
- "family": "inet6",
1244
- "ip_scope": "LINK LOCAL UNICAST",
1245
- "prefixlen": "64",
1246
- "scope": "Link",
1247
- "tags": []
1248
- }
1249
- },
1250
- "arp": {
1251
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1252
- },
1253
- "encapsulation": "Ethernet",
1254
- "flags": [
1255
- "BROADCAST",
1256
- "MULTICAST",
1257
- "UP",
1258
- "LOWER_UP"
1259
- ],
1260
- "mtu": "1500",
1261
- "number": "0",
1262
- "ring_params": {},
1263
- "routes": [
1264
- {
1265
- "destination": "default",
1266
- "family": "inet",
1267
- "via": "10.0.0.1"
1268
- },
1269
- {
1270
- "destination": "10.0.0.0/24",
1271
- "family": "inet",
1272
- "proto": "kernel",
1273
- "scope": "link",
1274
- "src": "10.0.0.2"
1275
- },
1276
- {
1277
- "destination": "fe80::/64",
1278
- "family": "inet6",
1279
- "metric": "256",
1280
- "proto": "kernel"
1281
- }
1282
- ],
1283
- "state": "up",
1284
- "type": "en"
1285
- },
1286
- "lo": {
1287
- "addresses": {
1288
- "127.0.0.1": {
1289
- "family": "inet",
1290
- "ip_scope": "LOOPBACK",
1291
- "netmask": "255.0.0.0",
1292
- "prefixlen": "8",
1293
- "scope": "Node"
1294
- },
1295
- "::1": {
1296
- "family": "inet6",
1297
- "ip_scope": "LINK LOCAL LOOPBACK",
1298
- "prefixlen": "128",
1299
- "scope": "Node",
1300
- "tags": []
1301
- }
1302
- },
1303
- "encapsulation": "Loopback",
1304
- "flags": [
1305
- "LOOPBACK",
1306
- "UP",
1307
- "LOWER_UP"
1308
- ],
1309
- "mtu": "65536",
1310
- "state": "unknown"
1311
- }
1312
- }
1313
- },
1314
- "ohai_time": 1523309258.095066,
1315
- "os": "darwin",
1316
- "os_version": "17.5.0",
1317
- "platform": "mac_os_x",
1318
- "platform_build": "17E199",
1319
- "platform_family": "mac_os_x",
1320
- "platform_version": "10.13.4",
1321
- "root_group": "wheel",
1322
- "shells": [
1323
- "/bin/bash",
1324
- "/bin/csh",
1325
- "/bin/ksh",
1326
- "/bin/sh",
1327
- "/bin/tcsh",
1328
- "/bin/zsh"
1329
- ],
1330
- "time": {
1331
- "timezone": "GMT"
1332
- },
1333
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
1334
- "uptime_seconds": 2646450,
1335
- "virtualization": {
1336
- "systems": {}
1337
- }
1338
- }