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
@@ -1668,5 +1668,8 @@
1668
1668
  "cpu": {
1669
1669
  "real": 1,
1670
1670
  "total": 1
1671
+ },
1672
+ "memory": {
1673
+ "total": "512"
1671
1674
  }
1672
1675
  }
@@ -1265,6 +1265,9 @@
1265
1265
  "real": 1,
1266
1266
  "total": 1
1267
1267
  },
1268
+ "memory": {
1269
+ "total": "512"
1270
+ },
1268
1271
  "ohai_time": 1367648677.2568352,
1269
1272
  "dmi": {
1270
1273
  },
@@ -0,0 +1,2705 @@
1
+ {
2
+ "kernel": {
3
+ "name": "SunOS",
4
+ "release": "5.11",
5
+ "version": "11.1",
6
+ "machine": "i86pc",
7
+ "os": "SunOS",
8
+ "modules": {
9
+ "specfs": {
10
+ "id": 3,
11
+ "loadaddr": "fffffffffbc44000",
12
+ "size": 24344,
13
+ "description": "filesystem for specfs"
14
+ },
15
+ "fifofs": {
16
+ "id": 4,
17
+ "loadaddr": "fffffffffbc49e78",
18
+ "size": 17576,
19
+ "description": "filesystem for fifo"
20
+ },
21
+ "dtrace": {
22
+ "id": 5,
23
+ "loadaddr": "fffffffff8047000",
24
+ "size": 115336,
25
+ "description": "Dynamic Tracing"
26
+ },
27
+ "devfs": {
28
+ "id": 6,
29
+ "loadaddr": "fffffffffbc4e268",
30
+ "size": 23864,
31
+ "description": "devices filesystem"
32
+ },
33
+ "dev": {
34
+ "id": 7,
35
+ "loadaddr": "fffffffffbc53d58",
36
+ "size": 78808,
37
+ "description": "/dev filesystem"
38
+ },
39
+ "dls": {
40
+ "id": 8,
41
+ "loadaddr": "fffffffffbc66aa8",
42
+ "size": 27320,
43
+ "description": "Data-Link Services"
44
+ },
45
+ "mac": {
46
+ "id": 9,
47
+ "loadaddr": "fffffffffbc6d268",
48
+ "size": 220128,
49
+ "description": "MAC Services"
50
+ },
51
+ "procfs": {
52
+ "id": 10,
53
+ "loadaddr": "fffffffffbca2240",
54
+ "size": 133352,
55
+ "description": "filesystem for proc"
56
+ },
57
+ "TS": {
58
+ "id": 12,
59
+ "loadaddr": "fffffffffbcc20a8",
60
+ "size": 16968,
61
+ "description": "time sharing sched class"
62
+ },
63
+ "TS_DPTBL": {
64
+ "id": 13,
65
+ "loadaddr": "fffffffffbcc5af0",
66
+ "size": 2544,
67
+ "description": "Time sharing dispatch table"
68
+ },
69
+ "pci_autoconfig": {
70
+ "id": 14,
71
+ "loadaddr": "fffffffffbcc5cb0",
72
+ "size": 44264,
73
+ "description": "PCI BIOS interface"
74
+ },
75
+ "acpica": {
76
+ "id": 15,
77
+ "loadaddr": "fffffffffbcd0840",
78
+ "size": 418512,
79
+ "description": "ACPI interpreter"
80
+ },
81
+ "pcie": {
82
+ "id": 16,
83
+ "loadaddr": "fffffffffbd35570",
84
+ "size": 303680,
85
+ "description": "PCI Express Framework Module"
86
+ },
87
+ "busra": {
88
+ "id": 17,
89
+ "loadaddr": "fffffffffbd7eee8",
90
+ "size": 10344,
91
+ "description": "Bus Resource Allocator (BUSRA)"
92
+ },
93
+ "iovcfg": {
94
+ "id": 18,
95
+ "loadaddr": "fffffffffbd816f0",
96
+ "size": 13200,
97
+ "description": "IOV Configuration Module"
98
+ },
99
+ "acpidev": {
100
+ "id": 19,
101
+ "loadaddr": "fffffffffbd84890",
102
+ "size": 76192,
103
+ "description": "ACPI device enumerator"
104
+ },
105
+ "isa": {
106
+ "id": 20,
107
+ "loadaddr": "fffffffffbd96790",
108
+ "size": 17472,
109
+ "description": "isa nexus driver for 'ISA'"
110
+ },
111
+ "cpu.generic": {
112
+ "id": 21,
113
+ "loadaddr": "fffffffffbd9a698",
114
+ "size": 19088,
115
+ "description": "Generic x86 CPU Module"
116
+ },
117
+ "uppc": {
118
+ "id": 23,
119
+ "loadaddr": "fffffffffbd9ff28",
120
+ "size": 14008,
121
+ "description": "UniProcessor PC"
122
+ },
123
+ "pcplusmp": {
124
+ "id": 26,
125
+ "loadaddr": "fffffffffbdb8d60",
126
+ "size": 72368,
127
+ "description": "pcplusmp v1.4 compatible"
128
+ },
129
+ "rootnex": {
130
+ "id": 27,
131
+ "loadaddr": "fffffffffbdca090",
132
+ "size": 19728,
133
+ "description": "i86pc root nexus"
134
+ },
135
+ "options": {
136
+ "id": 28,
137
+ "loadaddr": "fffffffffbdcead0",
138
+ "size": 784,
139
+ "description": "options driver"
140
+ },
141
+ "pseudo": {
142
+ "id": 29,
143
+ "loadaddr": "fffffffffbdced20",
144
+ "size": 3256,
145
+ "description": "nexus driver for 'pseudo' 1.31"
146
+ },
147
+ "clone": {
148
+ "id": 30,
149
+ "loadaddr": "fffffffffbdcf7a0",
150
+ "size": 1880,
151
+ "description": "Clone Pseudodriver 'clone'"
152
+ },
153
+ "scsi_vhci": {
154
+ "id": 31,
155
+ "loadaddr": "fffffffffbdcfcc0",
156
+ "size": 76384,
157
+ "description": "SCSI VHCI Driver"
158
+ },
159
+ "scsi": {
160
+ "id": 32,
161
+ "loadaddr": "fffffffffbde24c8",
162
+ "size": 174328,
163
+ "description": "SCSI Bus Utility Routines"
164
+ },
165
+ "scsi_vhci_f_asym_sun": {
166
+ "id": 33,
167
+ "loadaddr": "fffffffffbe08ea0",
168
+ "size": 3920,
169
+ "description": "f_asym_sun"
170
+ },
171
+ "scsi_vhci_f_asym_lsi": {
172
+ "id": 34,
173
+ "loadaddr": "fffffffffbe09d20",
174
+ "size": 7872,
175
+ "description": "f_asym_lsi"
176
+ },
177
+ "scsi_vhci_f_asym_emc": {
178
+ "id": 35,
179
+ "loadaddr": "fffffffffbe0b950",
180
+ "size": 4480,
181
+ "description": "f_asym_emc"
182
+ },
183
+ "scsi_vhci_f_sym_emc": {
184
+ "id": 36,
185
+ "loadaddr": "fffffffffbe0c9e8",
186
+ "size": 1072,
187
+ "description": "f_sym_emc"
188
+ },
189
+ "scsi_vhci_f_sym_hds": {
190
+ "id": 37,
191
+ "loadaddr": "fffffffffbe0cd48",
192
+ "size": 2056,
193
+ "description": "f_sym_hds"
194
+ },
195
+ "scsi_vhci_f_sym": {
196
+ "id": 38,
197
+ "loadaddr": "fffffffffbe0d488",
198
+ "size": 1840,
199
+ "description": "f_sym"
200
+ },
201
+ "scsi_vhci_f_tpgs": {
202
+ "id": 39,
203
+ "loadaddr": "fffffffffbe0da68",
204
+ "size": 3264,
205
+ "description": "f_tpgs"
206
+ },
207
+ "pci": {
208
+ "id": 43,
209
+ "loadaddr": "fffffffffbda33f8",
210
+ "size": 29392,
211
+ "description": "x86 Host to PCI nexus driver"
212
+ },
213
+ "pcihp": {
214
+ "id": 44,
215
+ "loadaddr": "fffffffffbdb2fc0",
216
+ "size": 22288,
217
+ "description": "PCI nexus hotplug support"
218
+ },
219
+ "hpcsvc": {
220
+ "id": 45,
221
+ "loadaddr": "fffffffffbda9aa8",
222
+ "size": 5584,
223
+ "description": "hot-plug controller services"
224
+ },
225
+ "kcf": {
226
+ "id": 46,
227
+ "loadaddr": "fffffffffbe0e668",
228
+ "size": 180128,
229
+ "description": "Kernel Crypto Framework"
230
+ },
231
+ "zfs": {
232
+ "id": 48,
233
+ "loadaddr": "fffffffff77fb000",
234
+ "size": 1017736,
235
+ "description": "ZFS storage pool"
236
+ },
237
+ "swrand": {
238
+ "id": 49,
239
+ "loadaddr": "fffffffffbdab010",
240
+ "size": 11448,
241
+ "description": "Kernel Random number Provider"
242
+ },
243
+ "sha1": {
244
+ "id": 50,
245
+ "loadaddr": "fffffffffbe376d0",
246
+ "size": 40528,
247
+ "description": "SHA1 Kernel SW Provider"
248
+ },
249
+ "idmap": {
250
+ "id": 51,
251
+ "loadaddr": "fffffffff78e8000",
252
+ "size": 20232,
253
+ "description": "ID Mapping kernel module"
254
+ },
255
+ "doorfs": {
256
+ "id": 52,
257
+ "loadaddr": "fffffffff78ed000",
258
+ "size": 25496,
259
+ "description": "32-bit door syscalls"
260
+ },
261
+ "rpcmod": {
262
+ "id": 53,
263
+ "loadaddr": "fffffffff78f4000",
264
+ "size": 152408,
265
+ "description": "rpc interface str mod"
266
+ },
267
+ "tlimod": {
268
+ "id": 54,
269
+ "loadaddr": "fffffffffbe41210",
270
+ "size": 8816,
271
+ "description": "KTLI misc module"
272
+ },
273
+ "sha2": {
274
+ "id": 55,
275
+ "loadaddr": "fffffffff7913000",
276
+ "size": 27904,
277
+ "description": "SHA2 Kernel SW Provider"
278
+ },
279
+ "acpippm": {
280
+ "id": 56,
281
+ "loadaddr": "fffffffffbe43428",
282
+ "size": 3168,
283
+ "description": "ACPI ppm driver"
284
+ },
285
+ "ppm": {
286
+ "id": 57,
287
+ "loadaddr": "fffffffff791a000",
288
+ "size": 24272,
289
+ "description": "platform pm driver"
290
+ },
291
+ "cmdk": {
292
+ "id": 58,
293
+ "loadaddr": "fffffffff7920000",
294
+ "size": 14232,
295
+ "description": "Common Direct Access Disk"
296
+ },
297
+ "dadk": {
298
+ "id": 59,
299
+ "loadaddr": "fffffffff7924000",
300
+ "size": 14800,
301
+ "description": "Direct Attached Disk"
302
+ },
303
+ "gda": {
304
+ "id": 60,
305
+ "loadaddr": "fffffffff7912378",
306
+ "size": 2920,
307
+ "description": "Generic Direct Attached Device "
308
+ },
309
+ "strategy": {
310
+ "id": 61,
311
+ "loadaddr": "fffffffff7928000",
312
+ "size": 8952,
313
+ "description": "Device Strategy Objects"
314
+ },
315
+ "cmlb": {
316
+ "id": 62,
317
+ "loadaddr": "fffffffff792b000",
318
+ "size": 40808,
319
+ "description": "Common Labeling module"
320
+ },
321
+ "ata": {
322
+ "id": 63,
323
+ "loadaddr": "fffffffff7934000",
324
+ "size": 67232,
325
+ "description": "ATA AT-bus attachment disk cont"
326
+ },
327
+ "pci-ide": {
328
+ "id": 64,
329
+ "loadaddr": "fffffffff7944000",
330
+ "size": 5056,
331
+ "description": "pciide nexus driver for 'PCI-ID"
332
+ },
333
+ "sd": {
334
+ "id": 67,
335
+ "loadaddr": "fffffffff796e000",
336
+ "size": 184672,
337
+ "description": "SCSI Disk Driver"
338
+ },
339
+ "SDC": {
340
+ "id": 86,
341
+ "loadaddr": "fffffffff7b7c000",
342
+ "size": 7544,
343
+ "description": "system duty cycle scheduling cl"
344
+ },
345
+ "ctfs": {
346
+ "id": 87,
347
+ "loadaddr": "fffffffff7b7e000",
348
+ "size": 16712,
349
+ "description": "contract filesystem"
350
+ },
351
+ "mntfs": {
352
+ "id": 88,
353
+ "loadaddr": "fffffffff7b82000",
354
+ "size": 17104,
355
+ "description": "mount information file system"
356
+ },
357
+ "tmpfs": {
358
+ "id": 89,
359
+ "loadaddr": "fffffffff7b87000",
360
+ "size": 95768,
361
+ "description": "filesystem for tmpfs"
362
+ },
363
+ "objfs": {
364
+ "id": 90,
365
+ "loadaddr": "fffffffff7b8f000",
366
+ "size": 9616,
367
+ "description": "kernel object filesystem"
368
+ },
369
+ "sharefs": {
370
+ "id": 91,
371
+ "loadaddr": "fffffffff7b92000",
372
+ "size": 5688,
373
+ "description": "sharetab filesystem"
374
+ },
375
+ "acpinex": {
376
+ "id": 92,
377
+ "loadaddr": "fffffffff7b94000",
378
+ "size": 10672,
379
+ "description": "ACPI virtual bus driver"
380
+ },
381
+ "strplumb": {
382
+ "id": 94,
383
+ "loadaddr": "fffffffff7b9a000",
384
+ "size": 6224,
385
+ "description": "STREAMS Plumbing Module"
386
+ },
387
+ "dld": {
388
+ "id": 95,
389
+ "loadaddr": "fffffffff7b9c000",
390
+ "size": 37584,
391
+ "description": "Data-Link Driver"
392
+ },
393
+ "ip": {
394
+ "id": 96,
395
+ "loadaddr": "fffffffff7ba5000",
396
+ "size": 1390288,
397
+ "description": "IP STREAMS module 1.47"
398
+ },
399
+ "md5": {
400
+ "id": 97,
401
+ "loadaddr": "fffffffff7ce8000",
402
+ "size": 10784,
403
+ "description": "MD5 Kernel SW Provider"
404
+ },
405
+ "hook": {
406
+ "id": 98,
407
+ "loadaddr": "fffffffff7ceb000",
408
+ "size": 17280,
409
+ "description": "Hooks Interface v1.0"
410
+ },
411
+ "neti": {
412
+ "id": 99,
413
+ "loadaddr": "fffffffff7cf0000",
414
+ "size": 10112,
415
+ "description": "netinfo module"
416
+ },
417
+ "ip6": {
418
+ "id": 100,
419
+ "loadaddr": "fffffffff79a7c70",
420
+ "size": 1456,
421
+ "description": "IP6 STREAMS driver"
422
+ },
423
+ "tcp": {
424
+ "id": 101,
425
+ "loadaddr": "fffffffff7a01b98",
426
+ "size": 1720,
427
+ "description": "TCP socket module"
428
+ },
429
+ "tcp6": {
430
+ "id": 102,
431
+ "loadaddr": "fffffffff79f8ad0",
432
+ "size": 1464,
433
+ "description": "TCP6 STREAMS driver"
434
+ },
435
+ "udp": {
436
+ "id": 103,
437
+ "loadaddr": "fffffffff7a0ba60",
438
+ "size": 1720,
439
+ "description": "UDP socket module"
440
+ },
441
+ "udp6": {
442
+ "id": 104,
443
+ "loadaddr": "fffffffff791fa58",
444
+ "size": 1464,
445
+ "description": "UDP6 STREAMS driver"
446
+ },
447
+ "icmp": {
448
+ "id": 105,
449
+ "loadaddr": "fffffffff7a5aa50",
450
+ "size": 1712,
451
+ "description": "Rawip socket module"
452
+ },
453
+ "icmp6": {
454
+ "id": 106,
455
+ "loadaddr": "fffffffff7a4fa48",
456
+ "size": 1456,
457
+ "description": "ICMP6 STREAMS driver"
458
+ },
459
+ "arp": {
460
+ "id": 107,
461
+ "loadaddr": "fffffffff78e7978",
462
+ "size": 1544,
463
+ "description": "ARP STREAMS module"
464
+ },
465
+ "timod": {
466
+ "id": 108,
467
+ "loadaddr": "fffffffff7cf3000",
468
+ "size": 19592,
469
+ "description": "transport interface str mod"
470
+ },
471
+ "consconfig_dacf": {
472
+ "id": 110,
473
+ "loadaddr": "fffffffff7cf8000",
474
+ "size": 23784,
475
+ "description": "Consconfig DACF"
476
+ },
477
+ "usbser": {
478
+ "id": 111,
479
+ "loadaddr": "fffffffff7cfd000",
480
+ "size": 21704,
481
+ "description": "USB generic serial module"
482
+ },
483
+ "usba": {
484
+ "id": 112,
485
+ "loadaddr": "fffffffff7d03000",
486
+ "size": 253024,
487
+ "description": "USBA: USB Architecture 2.0 1.66"
488
+ },
489
+ "i8042": {
490
+ "id": 113,
491
+ "loadaddr": "fffffffff7d40000",
492
+ "size": 7096,
493
+ "description": "i8042 nexus driver"
494
+ },
495
+ "vgatext": {
496
+ "id": 114,
497
+ "loadaddr": "fffffffff7d42000",
498
+ "size": 11392,
499
+ "description": "VGA text driver"
500
+ },
501
+ "agpmaster": {
502
+ "id": 115,
503
+ "loadaddr": "fffffffff7d44000",
504
+ "size": 7104,
505
+ "description": "AGP master interfaces"
506
+ },
507
+ "gfx_private": {
508
+ "id": 116,
509
+ "loadaddr": "fffffffff7d46000",
510
+ "size": 33744,
511
+ "description": "gfx private interfaces"
512
+ },
513
+ "conskbd": {
514
+ "id": 117,
515
+ "loadaddr": "fffffffff7d4d000",
516
+ "size": 11672,
517
+ "description": "conskbd multiplexer driver"
518
+ },
519
+ "kbtrans": {
520
+ "id": 118,
521
+ "loadaddr": "fffffffff7d50000",
522
+ "size": 19368,
523
+ "description": "kbtrans (key translation)"
524
+ },
525
+ "consms": {
526
+ "id": 119,
527
+ "loadaddr": "fffffffff7d54000",
528
+ "size": 7448,
529
+ "description": "Mouse Driver for Sun 'consms' 5"
530
+ },
531
+ "wc": {
532
+ "id": 120,
533
+ "loadaddr": "fffffffff7d56000",
534
+ "size": 16808,
535
+ "description": "Workstation multiplexer Driver "
536
+ },
537
+ "tem": {
538
+ "id": 121,
539
+ "loadaddr": "fffffffff7d5a000",
540
+ "size": 24392,
541
+ "description": "ANSI Terminal Emulator"
542
+ },
543
+ "iwscn": {
544
+ "id": 122,
545
+ "loadaddr": "fffffffff7999238",
546
+ "size": 3872,
547
+ "description": "Workstation Redirection driver"
548
+ },
549
+ "kb8042": {
550
+ "id": 126,
551
+ "loadaddr": "fffffffff7d9c000",
552
+ "size": 13544,
553
+ "description": "PS/2 keyboard driver"
554
+ },
555
+ "mouse8042": {
556
+ "id": 127,
557
+ "loadaddr": "fffffffff7d9f000",
558
+ "size": 4856,
559
+ "description": "PS/2 Mouse"
560
+ },
561
+ "vuid3ps2": {
562
+ "id": 128,
563
+ "loadaddr": "fffffffff7da1000",
564
+ "size": 8976,
565
+ "description": "mouse events to vuid events"
566
+ },
567
+ "acpi_drv": {
568
+ "id": 133,
569
+ "loadaddr": "fffffffff7da4000",
570
+ "size": 19536,
571
+ "description": "ACPI driver"
572
+ },
573
+ "elfexec": {
574
+ "id": 140,
575
+ "loadaddr": "fffffffff7e02000",
576
+ "size": 44496,
577
+ "description": "32-bit exec module for elf"
578
+ },
579
+ "smbios": {
580
+ "id": 149,
581
+ "loadaddr": "fffffffff7cf2708",
582
+ "size": 2640,
583
+ "description": "System Management BIOS driver"
584
+ },
585
+ "kssl": {
586
+ "id": 153,
587
+ "loadaddr": "fffffffff7e4e000",
588
+ "size": 11880,
589
+ "description": "Kernel SSL Interface"
590
+ },
591
+ "fctl": {
592
+ "id": 160,
593
+ "loadaddr": "fffffffff7e7a000",
594
+ "size": 42368,
595
+ "description": "SunFC Transport v20090729-1.70"
596
+ },
597
+ "sad": {
598
+ "id": 162,
599
+ "loadaddr": "fffffffff7e86000",
600
+ "size": 4936,
601
+ "description": "STREAMS Administrative Driver '"
602
+ },
603
+ "ldterm": {
604
+ "id": 163,
605
+ "loadaddr": "fffffffff7f98000",
606
+ "size": 60952,
607
+ "description": "terminal line discipline"
608
+ },
609
+ "ttcompat": {
610
+ "id": 164,
611
+ "loadaddr": "fffffffff7e88000",
612
+ "size": 8240,
613
+ "description": "alt ioctl calls"
614
+ },
615
+ "ptsl": {
616
+ "id": 166,
617
+ "loadaddr": "fffffffff7e8a000",
618
+ "size": 5864,
619
+ "description": "tty pseudo driver slave 'ptsl'"
620
+ },
621
+ "ptc": {
622
+ "id": 167,
623
+ "loadaddr": "fffffffff7e8c000",
624
+ "size": 7672,
625
+ "description": "tty pseudo driver control 'ptc'"
626
+ },
627
+ "ipsecesp": {
628
+ "id": 174,
629
+ "loadaddr": "fffffffff7fcd000",
630
+ "size": 31768,
631
+ "description": "IPsec ESP STREAMS module"
632
+ },
633
+ "ipsecah": {
634
+ "id": 175,
635
+ "loadaddr": "fffffffff7fd5000",
636
+ "size": 84520,
637
+ "description": "IPsec AH STREAMS module"
638
+ },
639
+ "sysmsg": {
640
+ "id": 177,
641
+ "loadaddr": "fffffffff7e8e000",
642
+ "size": 6384,
643
+ "description": "System message redirection (fan"
644
+ },
645
+ "cn": {
646
+ "id": 178,
647
+ "loadaddr": "fffffffff7b93570",
648
+ "size": 3000,
649
+ "description": "Console redirection driver"
650
+ },
651
+ "mm": {
652
+ "id": 179,
653
+ "loadaddr": "fffffffff7ff3000",
654
+ "size": 7088,
655
+ "description": "memory driver"
656
+ },
657
+ "pipe": {
658
+ "id": 180,
659
+ "loadaddr": "fffffffff7e21d18",
660
+ "size": 912,
661
+ "description": "32-bit pipe(2) syscall"
662
+ },
663
+ "namefs": {
664
+ "id": 181,
665
+ "loadaddr": "fffffffff7ff5000",
666
+ "size": 9000,
667
+ "description": "filesystem for namefs"
668
+ },
669
+ "portfs": {
670
+ "id": 182,
671
+ "loadaddr": "fffffffff7ff8000",
672
+ "size": 27832,
673
+ "description": "32-bit event ports syscalls"
674
+ },
675
+ "intpexec": {
676
+ "id": 183,
677
+ "loadaddr": "fffffffff7ff4a20",
678
+ "size": 1600,
679
+ "description": "exec mod for interp"
680
+ },
681
+ "sysevent": {
682
+ "id": 184,
683
+ "loadaddr": "fffffffff7fff000",
684
+ "size": 5664,
685
+ "description": "sysevent driver"
686
+ },
687
+ "sockfs": {
688
+ "id": 185,
689
+ "loadaddr": "fffffffff8001000",
690
+ "size": 201832,
691
+ "description": "filesystem for sockfs"
692
+ },
693
+ "tl": {
694
+ "id": 186,
695
+ "loadaddr": "fffffffff8031000",
696
+ "size": 29776,
697
+ "description": "TPI Local Transport (tl)"
698
+ },
699
+ "keysock": {
700
+ "id": 187,
701
+ "loadaddr": "fffffffff8038000",
702
+ "size": 19352,
703
+ "description": "PF_KEY socket STREAMS module"
704
+ },
705
+ "spdsock": {
706
+ "id": 188,
707
+ "loadaddr": "fffffffff803d000",
708
+ "size": 28272,
709
+ "description": "PF_POLICY socket STREAMS driver"
710
+ },
711
+ "rds": {
712
+ "id": 189,
713
+ "loadaddr": "fffffffff8044000",
714
+ "size": 13408,
715
+ "description": "RDS STREAMS driver"
716
+ },
717
+ "log": {
718
+ "id": 190,
719
+ "loadaddr": "fffffffff7b9b710",
720
+ "size": 2832,
721
+ "description": "streams log driver"
722
+ },
723
+ "softmac": {
724
+ "id": 191,
725
+ "loadaddr": "fffffffff8063000",
726
+ "size": 39968,
727
+ "description": "softmac driver"
728
+ },
729
+ "lofs": {
730
+ "id": 192,
731
+ "loadaddr": "fffffffff7e90000",
732
+ "size": 21136,
733
+ "description": "filesystem for lofs"
734
+ },
735
+ "cryptoadm": {
736
+ "id": 193,
737
+ "loadaddr": "fffffffff7e96000",
738
+ "size": 6656,
739
+ "description": "Cryptographic Administrative In"
740
+ },
741
+ "cubic": {
742
+ "id": 194,
743
+ "loadaddr": "fffffffff7fd43e0",
744
+ "size": 4416,
745
+ "description": "cubic congestion control module"
746
+ },
747
+ "highspeed": {
748
+ "id": 195,
749
+ "loadaddr": "fffffffff7fbda18",
750
+ "size": 2160,
751
+ "description": "highspeed congestion control mo"
752
+ },
753
+ "vegas": {
754
+ "id": 196,
755
+ "loadaddr": "fffffffff7b7d8d0",
756
+ "size": 2376,
757
+ "description": "vegas congestion control module"
758
+ },
759
+ "rts": {
760
+ "id": 197,
761
+ "loadaddr": "fffffffff7e0cc78",
762
+ "size": 1568,
763
+ "description": "PF_ROUTE socket module"
764
+ },
765
+ "random": {
766
+ "id": 199,
767
+ "loadaddr": "fffffffff8043968",
768
+ "size": 2064,
769
+ "description": "random number device"
770
+ },
771
+ "fdfs": {
772
+ "id": 200,
773
+ "loadaddr": "fffffffff7e98000",
774
+ "size": 4992,
775
+ "description": "filesystem for fd"
776
+ },
777
+ "e1000g": {
778
+ "id": 201,
779
+ "loadaddr": "fffffffff80b4000",
780
+ "size": 223984,
781
+ "description": "Intel PRO/1000 Ethernet"
782
+ },
783
+ "mac_ether": {
784
+ "id": 202,
785
+ "loadaddr": "fffffffff7e5b348",
786
+ "size": 6792,
787
+ "description": "Ethernet MAC plugin"
788
+ },
789
+ "vboxguest": {
790
+ "id": 204,
791
+ "loadaddr": "fffffffff80eb000",
792
+ "size": 151768,
793
+ "description": "VirtualBox GstDrv 4.3.2r90405"
794
+ },
795
+ "ctf": {
796
+ "id": 205,
797
+ "loadaddr": "fffffffff806d000",
798
+ "size": 40384,
799
+ "description": "Compact C Type Format routines"
800
+ },
801
+ "devinfo": {
802
+ "id": 206,
803
+ "loadaddr": "fffffffff79f9000",
804
+ "size": 25848,
805
+ "description": "DEVINFO Driver"
806
+ },
807
+ "xsvc": {
808
+ "id": 207,
809
+ "loadaddr": "fffffffff7e9a000",
810
+ "size": 6384,
811
+ "description": "xsvc driver"
812
+ },
813
+ "FX": {
814
+ "id": 208,
815
+ "loadaddr": "fffffffff807e000",
816
+ "size": 13256,
817
+ "description": "Fixed priority sched class"
818
+ },
819
+ "FX_DPTBL": {
820
+ "id": 209,
821
+ "loadaddr": "fffffffff8062e98",
822
+ "size": 936,
823
+ "description": "Fixed priority dispatch table"
824
+ },
825
+ "sy": {
826
+ "id": 210,
827
+ "loadaddr": "fffffffff7d4c910",
828
+ "size": 2064,
829
+ "description": "Indirect driver for tty 'sy'"
830
+ },
831
+ "pool": {
832
+ "id": 212,
833
+ "loadaddr": "fffffffff7e9c000",
834
+ "size": 5296,
835
+ "description": "pool driver"
836
+ },
837
+ "openeepr": {
838
+ "id": 213,
839
+ "loadaddr": "fffffffff8085000",
840
+ "size": 7904,
841
+ "description": "OPENPROM/NVRAM Driver"
842
+ },
843
+ "iscsi": {
844
+ "id": 214,
845
+ "loadaddr": "fffffffff810d000",
846
+ "size": 227760,
847
+ "description": "iSCSI Initiator v-1.55"
848
+ },
849
+ "ksocket": {
850
+ "id": 215,
851
+ "loadaddr": "fffffffff8087000",
852
+ "size": 6984,
853
+ "description": "kernel socket module"
854
+ },
855
+ "idm": {
856
+ "id": 216,
857
+ "loadaddr": "fffffffff8089000",
858
+ "size": 80536,
859
+ "description": "iSCSI Data Mover"
860
+ },
861
+ "kstat": {
862
+ "id": 217,
863
+ "loadaddr": "fffffffff809d000",
864
+ "size": 4672,
865
+ "description": "kernel statistics driver"
866
+ },
867
+ "aes": {
868
+ "id": 218,
869
+ "loadaddr": "fffffffff8144000",
870
+ "size": 91760,
871
+ "description": "AES Kernel SW Provider"
872
+ },
873
+ "des": {
874
+ "id": 219,
875
+ "loadaddr": "fffffffff809f000",
876
+ "size": 47544,
877
+ "description": "DES Kernel SW Provider"
878
+ },
879
+ "blowfish": {
880
+ "id": 220,
881
+ "loadaddr": "fffffffff80aa000",
882
+ "size": 12504,
883
+ "description": "Blowfish Kernel SW Provider"
884
+ },
885
+ "vboxms": {
886
+ "id": 221,
887
+ "loadaddr": "fffffffff80ad000",
888
+ "size": 15272,
889
+ "description": "VBoxMouseIntegr 4.3.2r90405"
890
+ },
891
+ "power": {
892
+ "id": 223,
893
+ "loadaddr": "fffffffff80b1000",
894
+ "size": 6120,
895
+ "description": "power button driver"
896
+ },
897
+ "nfs": {
898
+ "id": 225,
899
+ "loadaddr": "fffffffff816b000",
900
+ "size": 646432,
901
+ "description": "network filesystem version 4"
902
+ },
903
+ "rpcsec": {
904
+ "id": 226,
905
+ "loadaddr": "fffffffff8207000",
906
+ "size": 25192,
907
+ "description": "kernel RPC security module."
908
+ },
909
+ "autofs": {
910
+ "id": 227,
911
+ "loadaddr": "fffffffff820e000",
912
+ "size": 35944,
913
+ "description": "AUTOFS syscall (32-bit)"
914
+ },
915
+ "pset": {
916
+ "id": 229,
917
+ "loadaddr": "fffffffff8223000",
918
+ "size": 7080,
919
+ "description": "32-bit pset(2) syscall"
920
+ },
921
+ "c2audit": {
922
+ "id": 230,
923
+ "loadaddr": "fffffffff8225000",
924
+ "size": 83960,
925
+ "description": "Solaris Auditing (C2)"
926
+ },
927
+ "fm": {
928
+ "id": 231,
929
+ "loadaddr": "fffffffffbdac8c8",
930
+ "size": 5984,
931
+ "description": "fault management driver"
932
+ },
933
+ "cpuid": {
934
+ "id": 232,
935
+ "loadaddr": "fffffffff7cfc9d8",
936
+ "size": 1904,
937
+ "description": "cpuid driver"
938
+ },
939
+ "fcoe": {
940
+ "id": 237,
941
+ "loadaddr": "fffffffff8287000",
942
+ "size": 34800,
943
+ "description": "FCoE Transport v20120513-1.05"
944
+ },
945
+ "sppp": {
946
+ "id": 238,
947
+ "loadaddr": "fffffffff8290000",
948
+ "size": 21384,
949
+ "description": "PPP 4.0 mux"
950
+ },
951
+ "pit_beep": {
952
+ "id": 240,
953
+ "loadaddr": "fffffffff7e50b50",
954
+ "size": 1480,
955
+ "description": "Intel Pit_beep Driver"
956
+ },
957
+ "cpc": {
958
+ "id": 246,
959
+ "loadaddr": "fffffffff82d6000",
960
+ "size": 6600,
961
+ "description": "32-bit cpc sampling system call"
962
+ },
963
+ "crypto": {
964
+ "id": 247,
965
+ "loadaddr": "fffffffff7946000",
966
+ "size": 94984,
967
+ "description": "Cryptographic Library Interface"
968
+ },
969
+ "fasttrap": {
970
+ "id": 250,
971
+ "loadaddr": "fffffffff82f2000",
972
+ "size": 22584,
973
+ "description": "Fasttrap Tracing"
974
+ },
975
+ "fcip": {
976
+ "id": 252,
977
+ "loadaddr": "fffffffff82fa000",
978
+ "size": 36624,
979
+ "description": "SunFC FCIP v1.61"
980
+ },
981
+ "fssnap_if": {
982
+ "id": 279,
983
+ "loadaddr": "fffffffff7e8dca0",
984
+ "size": 976,
985
+ "description": "File System Snapshot Interface"
986
+ },
987
+ "ufs": {
988
+ "id": 280,
989
+ "loadaddr": "fffffffff8446000",
990
+ "size": 262960,
991
+ "description": "filesystem for ufs"
992
+ },
993
+ "ipf": {
994
+ "id": 281,
995
+ "loadaddr": "fffffffff8485000",
996
+ "size": 236208,
997
+ "description": "IP Filter: v4.1.9"
998
+ },
999
+ "ksyms": {
1000
+ "id": 282,
1001
+ "loadaddr": "fffffffff7d02208",
1002
+ "size": 3912,
1003
+ "description": "kernel symbols driver"
1004
+ },
1005
+ "logindmux": {
1006
+ "id": 283,
1007
+ "loadaddr": "fffffffff84be000",
1008
+ "size": 7984,
1009
+ "description": "logindmux driver"
1010
+ },
1011
+ "ptm": {
1012
+ "id": 284,
1013
+ "loadaddr": "fffffffff816a2a8",
1014
+ "size": 3976,
1015
+ "description": "Master streams driver 'ptm'"
1016
+ },
1017
+ "pts": {
1018
+ "id": 285,
1019
+ "loadaddr": "fffffffff7ff7280",
1020
+ "size": 4008,
1021
+ "description": "Slave Stream Pseudo Terminal dr"
1022
+ },
1023
+ "sppptun": {
1024
+ "id": 286,
1025
+ "loadaddr": "fffffffff84c0000",
1026
+ "size": 14936,
1027
+ "description": "PPP 4.0 tunnel driver"
1028
+ },
1029
+ "ptem": {
1030
+ "id": 288,
1031
+ "loadaddr": "fffffffffbdaded0",
1032
+ "size": 5800,
1033
+ "description": "pty hardware emulator"
1034
+ }
1035
+ }
1036
+ },
1037
+ "os": "solaris2",
1038
+ "os_version": "5.11",
1039
+ "platform_version": "5.11",
1040
+ "platform_build": "11.1",
1041
+ "platform_family": "solaris2",
1042
+ "filesystem": {
1043
+ "rpool/ROOT/solaris": {
1044
+ "kb_size": "15095808",
1045
+ "kb_used": "3838446",
1046
+ "kb_available": "9579675",
1047
+ "percent_used": "29%",
1048
+ "mount": "/",
1049
+ "fs_type": "zfs",
1050
+ "mount_time": "Thu Jan 1 00:00:00 1970",
1051
+ "mount_options": [
1052
+ "read",
1053
+ "write",
1054
+ "setuid",
1055
+ "devices",
1056
+ "rstchown",
1057
+ "dev=4490002"
1058
+ ],
1059
+ "zfs_values": {
1060
+ "aclinherit": "restricted",
1061
+ "aclmode": "discard",
1062
+ "atime": "on",
1063
+ "available": "9809587200",
1064
+ "canmount": "noauto",
1065
+ "casesensitivity": "mixed",
1066
+ "checksum": "on",
1067
+ "compression": "off",
1068
+ "compressratio": "1.00x",
1069
+ "copies": "1",
1070
+ "creation": "1389615002",
1071
+ "dedup": "off",
1072
+ "devices": "on",
1073
+ "encryption": "off",
1074
+ "exec": "on",
1075
+ "keychangedate": "-",
1076
+ "keysource": "none",
1077
+ "keystatus": "none",
1078
+ "logbias": "latency",
1079
+ "mlslabel": "none",
1080
+ "mounted": "yes",
1081
+ "mountpoint": "/",
1082
+ "multilevel": "off",
1083
+ "nbmand": "off",
1084
+ "normalization": "none",
1085
+ "primarycache": "all",
1086
+ "quota": "0",
1087
+ "readonly": "off",
1088
+ "recordsize": "131072",
1089
+ "referenced": "3930569216",
1090
+ "refquota": "0",
1091
+ "refreservation": "0",
1092
+ "rekeydate": "-",
1093
+ "reservation": "0",
1094
+ "rstchown": "on",
1095
+ "secondarycache": "all",
1096
+ "setuid": "on",
1097
+ "shadow": "none",
1098
+ "share.*": "...",
1099
+ "snapdir": "hidden",
1100
+ "sync": "standard",
1101
+ "type": "filesystem",
1102
+ "used": "4110495744",
1103
+ "usedbychildren": "119254528",
1104
+ "usedbydataset": "3930569216",
1105
+ "usedbyrefreservation": "0",
1106
+ "usedbysnapshots": "60672000",
1107
+ "utf8only": "off",
1108
+ "version": "6",
1109
+ "vscan": "off",
1110
+ "xattr": "on",
1111
+ "zoned": "off",
1112
+ "org.opensolaris.libbe:uuid": "e42f7995-403b-6147-ecd9-99082dafd73a"
1113
+ },
1114
+ "zfs_sources": {
1115
+ "aclinherit": "default",
1116
+ "aclmode": "default",
1117
+ "atime": "default",
1118
+ "available": "-",
1119
+ "canmount": "local",
1120
+ "casesensitivity": "-",
1121
+ "checksum": "default",
1122
+ "compression": "default",
1123
+ "compressratio": "-",
1124
+ "copies": "default",
1125
+ "creation": "-",
1126
+ "dedup": "default",
1127
+ "devices": "default",
1128
+ "encryption": "-",
1129
+ "exec": "default",
1130
+ "keychangedate": "default",
1131
+ "keysource": "default",
1132
+ "keystatus": "-",
1133
+ "logbias": "default",
1134
+ "mlslabel": "-",
1135
+ "mounted": "-",
1136
+ "mountpoint": "local",
1137
+ "multilevel": "-",
1138
+ "nbmand": "default",
1139
+ "normalization": "-",
1140
+ "primarycache": "default",
1141
+ "quota": "default",
1142
+ "readonly": "default",
1143
+ "recordsize": "default",
1144
+ "referenced": "-",
1145
+ "refquota": "default",
1146
+ "refreservation": "default",
1147
+ "rekeydate": "default",
1148
+ "reservation": "default",
1149
+ "rstchown": "default",
1150
+ "secondarycache": "default",
1151
+ "setuid": "default",
1152
+ "shadow": "-",
1153
+ "share.*": "local",
1154
+ "snapdir": "default",
1155
+ "sync": "default",
1156
+ "type": "-",
1157
+ "used": "-",
1158
+ "usedbychildren": "-",
1159
+ "usedbydataset": "-",
1160
+ "usedbyrefreservation": "-",
1161
+ "usedbysnapshots": "-",
1162
+ "utf8only": "-",
1163
+ "version": "-",
1164
+ "vscan": "default",
1165
+ "xattr": "default",
1166
+ "zoned": "default",
1167
+ "org.opensolaris.libbe:uuid": "local"
1168
+ },
1169
+ "zfs_parents": [
1170
+ "rpool",
1171
+ "rpool/ROOT"
1172
+ ],
1173
+ "zfs_zpool": false
1174
+ },
1175
+ "/devices": {
1176
+ "kb_size": "0",
1177
+ "kb_used": "0",
1178
+ "kb_available": "0",
1179
+ "percent_used": "0%",
1180
+ "mount": "/devices",
1181
+ "fs_type": "devfs",
1182
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1183
+ "mount_options": [
1184
+ "read",
1185
+ "write",
1186
+ "setuid",
1187
+ "devices",
1188
+ "rstchown",
1189
+ "dev=85c0000"
1190
+ ]
1191
+ },
1192
+ "/dev": {
1193
+ "kb_size": "0",
1194
+ "kb_used": "0",
1195
+ "kb_available": "0",
1196
+ "percent_used": "0%",
1197
+ "mount": "/dev",
1198
+ "fs_type": "dev",
1199
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1200
+ "mount_options": [
1201
+ "read",
1202
+ "write",
1203
+ "setuid",
1204
+ "devices",
1205
+ "rstchown",
1206
+ "dev=8600000"
1207
+ ]
1208
+ },
1209
+ "ctfs": {
1210
+ "kb_size": "0",
1211
+ "kb_used": "0",
1212
+ "kb_available": "0",
1213
+ "percent_used": "0%",
1214
+ "mount": "/system/contract",
1215
+ "fs_type": "ctfs",
1216
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1217
+ "mount_options": [
1218
+ "read",
1219
+ "write",
1220
+ "setuid",
1221
+ "devices",
1222
+ "rstchown",
1223
+ "dev=86c0001"
1224
+ ]
1225
+ },
1226
+ "proc": {
1227
+ "kb_size": "0",
1228
+ "kb_used": "0",
1229
+ "kb_available": "0",
1230
+ "percent_used": "0%",
1231
+ "mount": "/proc",
1232
+ "fs_type": "proc",
1233
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1234
+ "mount_options": [
1235
+ "read",
1236
+ "write",
1237
+ "setuid",
1238
+ "devices",
1239
+ "rstchown",
1240
+ "dev=8640000"
1241
+ ]
1242
+ },
1243
+ "mnttab": {
1244
+ "kb_size": "0",
1245
+ "kb_used": "0",
1246
+ "kb_available": "0",
1247
+ "percent_used": "0%",
1248
+ "mount": "/etc/mnttab",
1249
+ "fs_type": "mntfs",
1250
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1251
+ "mount_options": [
1252
+ "read",
1253
+ "write",
1254
+ "setuid",
1255
+ "devices",
1256
+ "rstchown",
1257
+ "dev=8700001"
1258
+ ]
1259
+ },
1260
+ "swap": {
1261
+ "kb_size": "1056160",
1262
+ "kb_used": "0",
1263
+ "kb_available": "1056160",
1264
+ "percent_used": "0%",
1265
+ "mount": "/tmp",
1266
+ "fs_type": "tmpfs",
1267
+ "mount_time": "Tue Apr 29 05:42:32 2014",
1268
+ "mount_options": [
1269
+ "read",
1270
+ "write",
1271
+ "setuid",
1272
+ "devices",
1273
+ "rstchown",
1274
+ "xattr",
1275
+ "dev=8740002"
1276
+ ]
1277
+ },
1278
+ "objfs": {
1279
+ "kb_size": "0",
1280
+ "kb_used": "0",
1281
+ "kb_available": "0",
1282
+ "percent_used": "0%",
1283
+ "mount": "/system/object",
1284
+ "fs_type": "objfs",
1285
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1286
+ "mount_options": [
1287
+ "read",
1288
+ "write",
1289
+ "setuid",
1290
+ "devices",
1291
+ "rstchown",
1292
+ "dev=8780001"
1293
+ ]
1294
+ },
1295
+ "sharefs": {
1296
+ "kb_size": "0",
1297
+ "kb_used": "0",
1298
+ "kb_available": "0",
1299
+ "percent_used": "0%",
1300
+ "mount": "/etc/dfs/sharetab",
1301
+ "fs_type": "sharefs",
1302
+ "mount_time": "Tue Apr 29 05:42:26 2014",
1303
+ "mount_options": [
1304
+ "read",
1305
+ "write",
1306
+ "setuid",
1307
+ "devices",
1308
+ "rstchown",
1309
+ "dev=87c0001"
1310
+ ]
1311
+ },
1312
+ "/usr/lib/libc/libc_hwcap1.so.1": {
1313
+ "kb_size": "13418121",
1314
+ "kb_used": "3838446",
1315
+ "kb_available": "9579675",
1316
+ "percent_used": "29%",
1317
+ "mount": "/lib/libc.so.1",
1318
+ "fs_type": "lofs",
1319
+ "mount_time": "Tue Apr 29 05:42:30 2014",
1320
+ "mount_options": [
1321
+ "read",
1322
+ "write",
1323
+ "setuid",
1324
+ "devices",
1325
+ "rstchown",
1326
+ "dev=4490002"
1327
+ ]
1328
+ },
1329
+ "fd": {
1330
+ "kb_size": "0",
1331
+ "kb_used": "0",
1332
+ "kb_available": "0",
1333
+ "percent_used": "0%",
1334
+ "mount": "/dev/fd",
1335
+ "fs_type": "fd",
1336
+ "mount_time": "Tue Apr 29 05:42:31 2014",
1337
+ "mount_options": [
1338
+ "read",
1339
+ "write",
1340
+ "setuid",
1341
+ "devices",
1342
+ "rstchown",
1343
+ "dev=88c0001"
1344
+ ]
1345
+ },
1346
+ "rpool/ROOT/solaris/var": {
1347
+ "kb_size": "15095808",
1348
+ "kb_used": "114126",
1349
+ "kb_available": "9579675",
1350
+ "percent_used": "2%",
1351
+ "mount": "/var",
1352
+ "fs_type": "zfs",
1353
+ "mount_time": "Tue Apr 29 05:42:32 2014",
1354
+ "mount_options": [
1355
+ "read",
1356
+ "write",
1357
+ "setuid",
1358
+ "devices",
1359
+ "rstchown",
1360
+ "nonbmand",
1361
+ "exec",
1362
+ "xattr",
1363
+ "atime",
1364
+ "dev=4490003"
1365
+ ],
1366
+ "zfs_values": {
1367
+ "aclinherit": "restricted",
1368
+ "aclmode": "discard",
1369
+ "atime": "on",
1370
+ "available": "9809587200",
1371
+ "canmount": "noauto",
1372
+ "casesensitivity": "mixed",
1373
+ "checksum": "on",
1374
+ "compression": "off",
1375
+ "compressratio": "1.00x",
1376
+ "copies": "1",
1377
+ "creation": "1389615002",
1378
+ "dedup": "off",
1379
+ "devices": "on",
1380
+ "encryption": "off",
1381
+ "exec": "on",
1382
+ "keychangedate": "-",
1383
+ "keysource": "none",
1384
+ "keystatus": "none",
1385
+ "logbias": "latency",
1386
+ "mlslabel": "none",
1387
+ "mounted": "yes",
1388
+ "mountpoint": "/var",
1389
+ "multilevel": "off",
1390
+ "nbmand": "off",
1391
+ "normalization": "none",
1392
+ "primarycache": "all",
1393
+ "quota": "0",
1394
+ "readonly": "off",
1395
+ "recordsize": "131072",
1396
+ "referenced": "116865536",
1397
+ "refquota": "0",
1398
+ "refreservation": "0",
1399
+ "rekeydate": "-",
1400
+ "reservation": "0",
1401
+ "rstchown": "on",
1402
+ "secondarycache": "all",
1403
+ "setuid": "on",
1404
+ "shadow": "none",
1405
+ "share.*": "...",
1406
+ "snapdir": "hidden",
1407
+ "sync": "standard",
1408
+ "type": "filesystem",
1409
+ "used": "119254528",
1410
+ "usedbychildren": "0",
1411
+ "usedbydataset": "116865536",
1412
+ "usedbyrefreservation": "0",
1413
+ "usedbysnapshots": "2388992",
1414
+ "utf8only": "off",
1415
+ "version": "6",
1416
+ "vscan": "off",
1417
+ "xattr": "on",
1418
+ "zoned": "off",
1419
+ "org.opensolaris.libbe:uuid": "e42f7995-403b-6147-ecd9-99082dafd73a"
1420
+ },
1421
+ "zfs_sources": {
1422
+ "aclinherit": "default",
1423
+ "aclmode": "default",
1424
+ "atime": "default",
1425
+ "available": "-",
1426
+ "canmount": "local",
1427
+ "casesensitivity": "-",
1428
+ "checksum": "default",
1429
+ "compression": "default",
1430
+ "compressratio": "-",
1431
+ "copies": "default",
1432
+ "creation": "-",
1433
+ "dedup": "default",
1434
+ "devices": "default",
1435
+ "encryption": "-",
1436
+ "exec": "default",
1437
+ "keychangedate": "default",
1438
+ "keysource": "default",
1439
+ "keystatus": "-",
1440
+ "logbias": "default",
1441
+ "mlslabel": "-",
1442
+ "mounted": "-",
1443
+ "mountpoint": "inherited from rpool/ROOT/solaris",
1444
+ "multilevel": "-",
1445
+ "nbmand": "default",
1446
+ "normalization": "-",
1447
+ "primarycache": "default",
1448
+ "quota": "default",
1449
+ "readonly": "default",
1450
+ "recordsize": "default",
1451
+ "referenced": "-",
1452
+ "refquota": "default",
1453
+ "refreservation": "default",
1454
+ "rekeydate": "default",
1455
+ "reservation": "default",
1456
+ "rstchown": "default",
1457
+ "secondarycache": "default",
1458
+ "setuid": "default",
1459
+ "shadow": "-",
1460
+ "share.*": "inherited",
1461
+ "snapdir": "default",
1462
+ "sync": "default",
1463
+ "type": "-",
1464
+ "used": "-",
1465
+ "usedbychildren": "-",
1466
+ "usedbydataset": "-",
1467
+ "usedbyrefreservation": "-",
1468
+ "usedbysnapshots": "-",
1469
+ "utf8only": "-",
1470
+ "version": "-",
1471
+ "vscan": "default",
1472
+ "xattr": "default",
1473
+ "zoned": "default",
1474
+ "org.opensolaris.libbe:uuid": "inherited from rpool/ROOT/solaris"
1475
+ },
1476
+ "zfs_parents": [
1477
+ "rpool",
1478
+ "rpool/ROOT",
1479
+ "rpool/ROOT/solaris"
1480
+ ],
1481
+ "zfs_zpool": false
1482
+ },
1483
+ "rpool/VARSHARE": {
1484
+ "kb_size": "15095808",
1485
+ "kb_used": "56",
1486
+ "kb_available": "9579675",
1487
+ "percent_used": "1%",
1488
+ "mount": "/var/share",
1489
+ "fs_type": "zfs",
1490
+ "mount_time": "Tue Apr 29 05:42:33 2014",
1491
+ "mount_options": [
1492
+ "read",
1493
+ "write",
1494
+ "setuid",
1495
+ "devices",
1496
+ "rstchown",
1497
+ "nonbmand",
1498
+ "exec",
1499
+ "xattr",
1500
+ "atime",
1501
+ "dev=4490004"
1502
+ ],
1503
+ "zfs_values": {
1504
+ "aclinherit": "restricted",
1505
+ "aclmode": "discard",
1506
+ "atime": "on",
1507
+ "available": "9809587200",
1508
+ "canmount": "noauto",
1509
+ "casesensitivity": "mixed",
1510
+ "checksum": "on",
1511
+ "compression": "off",
1512
+ "compressratio": "1.00x",
1513
+ "copies": "1",
1514
+ "creation": "1389615002",
1515
+ "dedup": "off",
1516
+ "devices": "on",
1517
+ "encryption": "off",
1518
+ "exec": "on",
1519
+ "keychangedate": "-",
1520
+ "keysource": "none",
1521
+ "keystatus": "none",
1522
+ "logbias": "latency",
1523
+ "mlslabel": "none",
1524
+ "mounted": "yes",
1525
+ "mountpoint": "/var/share",
1526
+ "multilevel": "off",
1527
+ "nbmand": "off",
1528
+ "normalization": "none",
1529
+ "primarycache": "all",
1530
+ "quota": "0",
1531
+ "readonly": "off",
1532
+ "recordsize": "131072",
1533
+ "referenced": "57344",
1534
+ "refquota": "0",
1535
+ "refreservation": "0",
1536
+ "rekeydate": "-",
1537
+ "reservation": "0",
1538
+ "rstchown": "on",
1539
+ "secondarycache": "all",
1540
+ "setuid": "on",
1541
+ "shadow": "none",
1542
+ "share.*": "...",
1543
+ "snapdir": "hidden",
1544
+ "sync": "standard",
1545
+ "type": "filesystem",
1546
+ "used": "57344",
1547
+ "usedbychildren": "0",
1548
+ "usedbydataset": "57344",
1549
+ "usedbyrefreservation": "0",
1550
+ "usedbysnapshots": "0",
1551
+ "utf8only": "off",
1552
+ "version": "6",
1553
+ "vscan": "off",
1554
+ "xattr": "on",
1555
+ "zoned": "off"
1556
+ },
1557
+ "zfs_sources": {
1558
+ "aclinherit": "default",
1559
+ "aclmode": "default",
1560
+ "atime": "default",
1561
+ "available": "-",
1562
+ "canmount": "local",
1563
+ "casesensitivity": "-",
1564
+ "checksum": "default",
1565
+ "compression": "default",
1566
+ "compressratio": "-",
1567
+ "copies": "default",
1568
+ "creation": "-",
1569
+ "dedup": "default",
1570
+ "devices": "default",
1571
+ "encryption": "-",
1572
+ "exec": "default",
1573
+ "keychangedate": "default",
1574
+ "keysource": "default",
1575
+ "keystatus": "-",
1576
+ "logbias": "default",
1577
+ "mlslabel": "-",
1578
+ "mounted": "-",
1579
+ "mountpoint": "local",
1580
+ "multilevel": "-",
1581
+ "nbmand": "default",
1582
+ "normalization": "-",
1583
+ "primarycache": "default",
1584
+ "quota": "default",
1585
+ "readonly": "default",
1586
+ "recordsize": "default",
1587
+ "referenced": "-",
1588
+ "refquota": "default",
1589
+ "refreservation": "default",
1590
+ "rekeydate": "default",
1591
+ "reservation": "default",
1592
+ "rstchown": "default",
1593
+ "secondarycache": "default",
1594
+ "setuid": "default",
1595
+ "shadow": "-",
1596
+ "share.*": "local",
1597
+ "snapdir": "default",
1598
+ "sync": "default",
1599
+ "type": "-",
1600
+ "used": "-",
1601
+ "usedbychildren": "-",
1602
+ "usedbydataset": "-",
1603
+ "usedbyrefreservation": "-",
1604
+ "usedbysnapshots": "-",
1605
+ "utf8only": "-",
1606
+ "version": "-",
1607
+ "vscan": "default",
1608
+ "xattr": "default",
1609
+ "zoned": "default"
1610
+ },
1611
+ "zfs_parents": [
1612
+ "rpool"
1613
+ ],
1614
+ "zfs_zpool": false
1615
+ },
1616
+ "rpool/export": {
1617
+ "kb_size": "15095808",
1618
+ "kb_used": "32",
1619
+ "kb_available": "9579675",
1620
+ "percent_used": "1%",
1621
+ "mount": "/export",
1622
+ "fs_type": "zfs",
1623
+ "mount_time": "Tue Apr 29 05:42:41 2014",
1624
+ "mount_options": [
1625
+ "read",
1626
+ "write",
1627
+ "setuid",
1628
+ "devices",
1629
+ "rstchown",
1630
+ "nonbmand",
1631
+ "exec",
1632
+ "xattr",
1633
+ "atime",
1634
+ "dev=4490005"
1635
+ ],
1636
+ "zfs_values": {
1637
+ "aclinherit": "restricted",
1638
+ "aclmode": "discard",
1639
+ "atime": "on",
1640
+ "available": "9809587200",
1641
+ "canmount": "on",
1642
+ "casesensitivity": "mixed",
1643
+ "checksum": "on",
1644
+ "compression": "off",
1645
+ "compressratio": "1.00x",
1646
+ "copies": "1",
1647
+ "creation": "1389615001",
1648
+ "dedup": "off",
1649
+ "devices": "on",
1650
+ "encryption": "off",
1651
+ "exec": "on",
1652
+ "keychangedate": "-",
1653
+ "keysource": "none",
1654
+ "keystatus": "none",
1655
+ "logbias": "latency",
1656
+ "mlslabel": "none",
1657
+ "mounted": "yes",
1658
+ "mountpoint": "/export",
1659
+ "multilevel": "off",
1660
+ "nbmand": "off",
1661
+ "normalization": "none",
1662
+ "primarycache": "all",
1663
+ "quota": "0",
1664
+ "readonly": "off",
1665
+ "recordsize": "131072",
1666
+ "referenced": "32768",
1667
+ "refquota": "0",
1668
+ "refreservation": "0",
1669
+ "rekeydate": "-",
1670
+ "reservation": "0",
1671
+ "rstchown": "on",
1672
+ "secondarycache": "all",
1673
+ "setuid": "on",
1674
+ "shadow": "none",
1675
+ "share.*": "...",
1676
+ "snapdir": "hidden",
1677
+ "sync": "standard",
1678
+ "type": "filesystem",
1679
+ "used": "8534528",
1680
+ "usedbychildren": "8501760",
1681
+ "usedbydataset": "32768",
1682
+ "usedbyrefreservation": "0",
1683
+ "usedbysnapshots": "0",
1684
+ "utf8only": "off",
1685
+ "version": "6",
1686
+ "vscan": "off",
1687
+ "xattr": "on",
1688
+ "zoned": "off"
1689
+ },
1690
+ "zfs_sources": {
1691
+ "aclinherit": "default",
1692
+ "aclmode": "default",
1693
+ "atime": "default",
1694
+ "available": "-",
1695
+ "canmount": "default",
1696
+ "casesensitivity": "-",
1697
+ "checksum": "default",
1698
+ "compression": "default",
1699
+ "compressratio": "-",
1700
+ "copies": "default",
1701
+ "creation": "-",
1702
+ "dedup": "default",
1703
+ "devices": "default",
1704
+ "encryption": "-",
1705
+ "exec": "default",
1706
+ "keychangedate": "default",
1707
+ "keysource": "default",
1708
+ "keystatus": "-",
1709
+ "logbias": "default",
1710
+ "mlslabel": "-",
1711
+ "mounted": "-",
1712
+ "mountpoint": "local",
1713
+ "multilevel": "-",
1714
+ "nbmand": "default",
1715
+ "normalization": "-",
1716
+ "primarycache": "default",
1717
+ "quota": "default",
1718
+ "readonly": "default",
1719
+ "recordsize": "default",
1720
+ "referenced": "-",
1721
+ "refquota": "default",
1722
+ "refreservation": "default",
1723
+ "rekeydate": "default",
1724
+ "reservation": "default",
1725
+ "rstchown": "default",
1726
+ "secondarycache": "default",
1727
+ "setuid": "default",
1728
+ "shadow": "-",
1729
+ "share.*": "local",
1730
+ "snapdir": "default",
1731
+ "sync": "default",
1732
+ "type": "-",
1733
+ "used": "-",
1734
+ "usedbychildren": "-",
1735
+ "usedbydataset": "-",
1736
+ "usedbyrefreservation": "-",
1737
+ "usedbysnapshots": "-",
1738
+ "utf8only": "-",
1739
+ "version": "-",
1740
+ "vscan": "default",
1741
+ "xattr": "default",
1742
+ "zoned": "default"
1743
+ },
1744
+ "zfs_parents": [
1745
+ "rpool"
1746
+ ],
1747
+ "zfs_zpool": false
1748
+ },
1749
+ "rpool/export/home": {
1750
+ "kb_size": "15095808",
1751
+ "kb_used": "32",
1752
+ "kb_available": "9579675",
1753
+ "percent_used": "1%",
1754
+ "mount": "/export/home",
1755
+ "fs_type": "zfs",
1756
+ "mount_time": "Tue Apr 29 05:42:41 2014",
1757
+ "mount_options": [
1758
+ "read",
1759
+ "write",
1760
+ "setuid",
1761
+ "devices",
1762
+ "rstchown",
1763
+ "nonbmand",
1764
+ "exec",
1765
+ "xattr",
1766
+ "atime",
1767
+ "dev=4490006"
1768
+ ],
1769
+ "zfs_values": {
1770
+ "aclinherit": "restricted",
1771
+ "aclmode": "discard",
1772
+ "atime": "on",
1773
+ "available": "9809587200",
1774
+ "canmount": "on",
1775
+ "casesensitivity": "mixed",
1776
+ "checksum": "on",
1777
+ "compression": "off",
1778
+ "compressratio": "1.00x",
1779
+ "copies": "1",
1780
+ "creation": "1389615002",
1781
+ "dedup": "off",
1782
+ "devices": "on",
1783
+ "encryption": "off",
1784
+ "exec": "on",
1785
+ "keychangedate": "-",
1786
+ "keysource": "none",
1787
+ "keystatus": "none",
1788
+ "logbias": "latency",
1789
+ "mlslabel": "none",
1790
+ "mounted": "yes",
1791
+ "mountpoint": "/export/home",
1792
+ "multilevel": "off",
1793
+ "nbmand": "off",
1794
+ "normalization": "none",
1795
+ "primarycache": "all",
1796
+ "quota": "0",
1797
+ "readonly": "off",
1798
+ "recordsize": "131072",
1799
+ "referenced": "32768",
1800
+ "refquota": "0",
1801
+ "refreservation": "0",
1802
+ "rekeydate": "-",
1803
+ "reservation": "0",
1804
+ "rstchown": "on",
1805
+ "secondarycache": "all",
1806
+ "setuid": "on",
1807
+ "shadow": "none",
1808
+ "share.*": "...",
1809
+ "snapdir": "hidden",
1810
+ "sync": "standard",
1811
+ "type": "filesystem",
1812
+ "used": "8501760",
1813
+ "usedbychildren": "8468992",
1814
+ "usedbydataset": "32768",
1815
+ "usedbyrefreservation": "0",
1816
+ "usedbysnapshots": "0",
1817
+ "utf8only": "off",
1818
+ "version": "6",
1819
+ "vscan": "off",
1820
+ "xattr": "on",
1821
+ "zoned": "off"
1822
+ },
1823
+ "zfs_sources": {
1824
+ "aclinherit": "default",
1825
+ "aclmode": "default",
1826
+ "atime": "default",
1827
+ "available": "-",
1828
+ "canmount": "default",
1829
+ "casesensitivity": "-",
1830
+ "checksum": "default",
1831
+ "compression": "default",
1832
+ "compressratio": "-",
1833
+ "copies": "default",
1834
+ "creation": "-",
1835
+ "dedup": "default",
1836
+ "devices": "default",
1837
+ "encryption": "-",
1838
+ "exec": "default",
1839
+ "keychangedate": "default",
1840
+ "keysource": "default",
1841
+ "keystatus": "-",
1842
+ "logbias": "default",
1843
+ "mlslabel": "-",
1844
+ "mounted": "-",
1845
+ "mountpoint": "inherited from rpool/export",
1846
+ "multilevel": "-",
1847
+ "nbmand": "default",
1848
+ "normalization": "-",
1849
+ "primarycache": "default",
1850
+ "quota": "default",
1851
+ "readonly": "default",
1852
+ "recordsize": "default",
1853
+ "referenced": "-",
1854
+ "refquota": "default",
1855
+ "refreservation": "default",
1856
+ "rekeydate": "default",
1857
+ "reservation": "default",
1858
+ "rstchown": "default",
1859
+ "secondarycache": "default",
1860
+ "setuid": "default",
1861
+ "shadow": "-",
1862
+ "share.*": "inherited",
1863
+ "snapdir": "default",
1864
+ "sync": "default",
1865
+ "type": "-",
1866
+ "used": "-",
1867
+ "usedbychildren": "-",
1868
+ "usedbydataset": "-",
1869
+ "usedbyrefreservation": "-",
1870
+ "usedbysnapshots": "-",
1871
+ "utf8only": "-",
1872
+ "version": "-",
1873
+ "vscan": "default",
1874
+ "xattr": "default",
1875
+ "zoned": "default"
1876
+ },
1877
+ "zfs_parents": [
1878
+ "rpool",
1879
+ "rpool/export"
1880
+ ],
1881
+ "zfs_zpool": false
1882
+ },
1883
+ "rpool/export/home/vagrant": {
1884
+ "kb_size": "15095808",
1885
+ "kb_used": "8270",
1886
+ "kb_available": "9579675",
1887
+ "percent_used": "1%",
1888
+ "mount": "/export/home/vagrant",
1889
+ "fs_type": "zfs",
1890
+ "mount_time": "Tue Apr 29 05:42:41 2014",
1891
+ "mount_options": [
1892
+ "read",
1893
+ "write",
1894
+ "setuid",
1895
+ "devices",
1896
+ "rstchown",
1897
+ "nonbmand",
1898
+ "exec",
1899
+ "xattr",
1900
+ "atime",
1901
+ "dev=4490007"
1902
+ ],
1903
+ "zfs_values": {
1904
+ "aclinherit": "restricted",
1905
+ "aclmode": "discard",
1906
+ "atime": "on",
1907
+ "available": "9809587200",
1908
+ "canmount": "on",
1909
+ "casesensitivity": "mixed",
1910
+ "checksum": "on",
1911
+ "compression": "off",
1912
+ "compressratio": "1.00x",
1913
+ "copies": "1",
1914
+ "creation": "1389617218",
1915
+ "dedup": "off",
1916
+ "devices": "on",
1917
+ "encryption": "off",
1918
+ "exec": "on",
1919
+ "keychangedate": "-",
1920
+ "keysource": "none",
1921
+ "keystatus": "none",
1922
+ "logbias": "latency",
1923
+ "mlslabel": "none",
1924
+ "mounted": "yes",
1925
+ "mountpoint": "/export/home/vagrant",
1926
+ "multilevel": "off",
1927
+ "nbmand": "off",
1928
+ "normalization": "none",
1929
+ "primarycache": "all",
1930
+ "quota": "0",
1931
+ "readonly": "off",
1932
+ "recordsize": "131072",
1933
+ "referenced": "8468992",
1934
+ "refquota": "0",
1935
+ "refreservation": "0",
1936
+ "rekeydate": "-",
1937
+ "reservation": "0",
1938
+ "rstchown": "on",
1939
+ "secondarycache": "all",
1940
+ "setuid": "on",
1941
+ "shadow": "none",
1942
+ "share.*": "...",
1943
+ "snapdir": "hidden",
1944
+ "sync": "standard",
1945
+ "type": "filesystem",
1946
+ "used": "8468992",
1947
+ "usedbychildren": "0",
1948
+ "usedbydataset": "8468992",
1949
+ "usedbyrefreservation": "0",
1950
+ "usedbysnapshots": "0",
1951
+ "utf8only": "off",
1952
+ "version": "6",
1953
+ "vscan": "off",
1954
+ "xattr": "on",
1955
+ "zoned": "off"
1956
+ },
1957
+ "zfs_sources": {
1958
+ "aclinherit": "default",
1959
+ "aclmode": "default",
1960
+ "atime": "default",
1961
+ "available": "-",
1962
+ "canmount": "default",
1963
+ "casesensitivity": "-",
1964
+ "checksum": "default",
1965
+ "compression": "default",
1966
+ "compressratio": "-",
1967
+ "copies": "default",
1968
+ "creation": "-",
1969
+ "dedup": "default",
1970
+ "devices": "default",
1971
+ "encryption": "-",
1972
+ "exec": "default",
1973
+ "keychangedate": "default",
1974
+ "keysource": "default",
1975
+ "keystatus": "-",
1976
+ "logbias": "default",
1977
+ "mlslabel": "-",
1978
+ "mounted": "-",
1979
+ "mountpoint": "inherited from rpool/export",
1980
+ "multilevel": "-",
1981
+ "nbmand": "default",
1982
+ "normalization": "-",
1983
+ "primarycache": "default",
1984
+ "quota": "default",
1985
+ "readonly": "default",
1986
+ "recordsize": "default",
1987
+ "referenced": "-",
1988
+ "refquota": "default",
1989
+ "refreservation": "default",
1990
+ "rekeydate": "default",
1991
+ "reservation": "default",
1992
+ "rstchown": "default",
1993
+ "secondarycache": "default",
1994
+ "setuid": "default",
1995
+ "shadow": "-",
1996
+ "share.*": "inherited",
1997
+ "snapdir": "default",
1998
+ "sync": "default",
1999
+ "type": "-",
2000
+ "used": "-",
2001
+ "usedbychildren": "-",
2002
+ "usedbydataset": "-",
2003
+ "usedbyrefreservation": "-",
2004
+ "usedbysnapshots": "-",
2005
+ "utf8only": "-",
2006
+ "version": "-",
2007
+ "vscan": "default",
2008
+ "xattr": "default",
2009
+ "zoned": "default"
2010
+ },
2011
+ "zfs_parents": [
2012
+ "rpool",
2013
+ "rpool/export",
2014
+ "rpool/export/home"
2015
+ ],
2016
+ "zfs_zpool": false
2017
+ },
2018
+ "rpool": {
2019
+ "kb_size": "15095808",
2020
+ "kb_used": "4685",
2021
+ "kb_available": "9579675",
2022
+ "percent_used": "1%",
2023
+ "mount": "/rpool",
2024
+ "fs_type": "zfs",
2025
+ "mount_time": "Tue Apr 29 05:42:41 2014",
2026
+ "mount_options": [
2027
+ "read",
2028
+ "write",
2029
+ "setuid",
2030
+ "devices",
2031
+ "rstchown",
2032
+ "nonbmand",
2033
+ "exec",
2034
+ "xattr",
2035
+ "atime",
2036
+ "dev=4490008"
2037
+ ],
2038
+ "zfs_values": {
2039
+ "aclinherit": "restricted",
2040
+ "aclmode": "discard",
2041
+ "atime": "on",
2042
+ "available": "9809587200",
2043
+ "canmount": "on",
2044
+ "casesensitivity": "mixed",
2045
+ "checksum": "on",
2046
+ "compression": "off",
2047
+ "compressratio": "1.00x",
2048
+ "copies": "1",
2049
+ "creation": "1389615001",
2050
+ "dedup": "off",
2051
+ "devices": "on",
2052
+ "encryption": "off",
2053
+ "exec": "on",
2054
+ "keychangedate": "-",
2055
+ "keysource": "none",
2056
+ "keystatus": "none",
2057
+ "logbias": "latency",
2058
+ "mlslabel": "none",
2059
+ "mounted": "yes",
2060
+ "mountpoint": "/rpool",
2061
+ "multilevel": "off",
2062
+ "nbmand": "off",
2063
+ "normalization": "none",
2064
+ "primarycache": "all",
2065
+ "quota": "0",
2066
+ "readonly": "off",
2067
+ "recordsize": "131072",
2068
+ "referenced": "4797952",
2069
+ "refquota": "0",
2070
+ "refreservation": "0",
2071
+ "rekeydate": "-",
2072
+ "reservation": "0",
2073
+ "rstchown": "on",
2074
+ "secondarycache": "all",
2075
+ "setuid": "on",
2076
+ "shadow": "none",
2077
+ "share.*": "...",
2078
+ "snapdir": "hidden",
2079
+ "sync": "standard",
2080
+ "type": "filesystem",
2081
+ "used": "5648520192",
2082
+ "usedbychildren": "5643722240",
2083
+ "usedbydataset": "4797952",
2084
+ "usedbyrefreservation": "0",
2085
+ "usedbysnapshots": "0",
2086
+ "utf8only": "off",
2087
+ "version": "6",
2088
+ "vscan": "off",
2089
+ "xattr": "on",
2090
+ "zoned": "off"
2091
+ },
2092
+ "zfs_sources": {
2093
+ "aclinherit": "default",
2094
+ "aclmode": "default",
2095
+ "atime": "default",
2096
+ "available": "-",
2097
+ "canmount": "default",
2098
+ "casesensitivity": "-",
2099
+ "checksum": "default",
2100
+ "compression": "default",
2101
+ "compressratio": "-",
2102
+ "copies": "default",
2103
+ "creation": "-",
2104
+ "dedup": "default",
2105
+ "devices": "default",
2106
+ "encryption": "-",
2107
+ "exec": "default",
2108
+ "keychangedate": "default",
2109
+ "keysource": "default",
2110
+ "keystatus": "-",
2111
+ "logbias": "default",
2112
+ "mlslabel": "-",
2113
+ "mounted": "-",
2114
+ "mountpoint": "default",
2115
+ "multilevel": "-",
2116
+ "nbmand": "default",
2117
+ "normalization": "-",
2118
+ "primarycache": "default",
2119
+ "quota": "default",
2120
+ "readonly": "default",
2121
+ "recordsize": "default",
2122
+ "referenced": "-",
2123
+ "refquota": "default",
2124
+ "refreservation": "default",
2125
+ "rekeydate": "default",
2126
+ "reservation": "default",
2127
+ "rstchown": "default",
2128
+ "secondarycache": "default",
2129
+ "setuid": "default",
2130
+ "shadow": "-",
2131
+ "share.*": "default",
2132
+ "snapdir": "default",
2133
+ "sync": "default",
2134
+ "type": "-",
2135
+ "used": "-",
2136
+ "usedbychildren": "-",
2137
+ "usedbydataset": "-",
2138
+ "usedbyrefreservation": "-",
2139
+ "usedbysnapshots": "-",
2140
+ "utf8only": "-",
2141
+ "version": "-",
2142
+ "vscan": "default",
2143
+ "xattr": "default",
2144
+ "zoned": "default"
2145
+ },
2146
+ "zfs_parents": [
2147
+
2148
+ ],
2149
+ "zfs_zpool": true
2150
+ },
2151
+ "-hosts": {
2152
+ "kb_size": "0",
2153
+ "kb_used": "0",
2154
+ "kb_available": "0",
2155
+ "percent_used": "0%",
2156
+ "mount": "/net",
2157
+ "fs_type": "autofs"
2158
+ },
2159
+ "auto_home": {
2160
+ "kb_size": "0",
2161
+ "kb_used": "0",
2162
+ "kb_available": "0",
2163
+ "percent_used": "0%",
2164
+ "mount": "/home",
2165
+ "fs_type": "autofs"
2166
+ },
2167
+ "-fedfs": {
2168
+ "kb_size": "0",
2169
+ "kb_used": "0",
2170
+ "kb_available": "0",
2171
+ "percent_used": "0%",
2172
+ "mount": "/nfs4",
2173
+ "fs_type": "autofs"
2174
+ },
2175
+ "/export/home/vagrant": {
2176
+ "kb_size": "9587945",
2177
+ "kb_used": "8270",
2178
+ "kb_available": "9579675",
2179
+ "percent_used": "1%",
2180
+ "mount": "/home/vagrant",
2181
+ "fs_type": "lofs",
2182
+ "mount_time": "Tue Apr 29 15:02:28 2014",
2183
+ "mount_options": [
2184
+ "read",
2185
+ "write",
2186
+ "setuid",
2187
+ "devices",
2188
+ "rstchown",
2189
+ "dev=4490007"
2190
+ ]
2191
+ },
2192
+ "rpool/ROOT": {
2193
+ "fs_type": "zfs",
2194
+ "mount": "legacy",
2195
+ "zfs_values": {
2196
+ "aclinherit": "restricted",
2197
+ "aclmode": "discard",
2198
+ "atime": "on",
2199
+ "available": "9809587200",
2200
+ "canmount": "off",
2201
+ "casesensitivity": "mixed",
2202
+ "checksum": "on",
2203
+ "compression": "off",
2204
+ "compressratio": "1.00x",
2205
+ "copies": "1",
2206
+ "creation": "1389615002",
2207
+ "dedup": "off",
2208
+ "devices": "on",
2209
+ "encryption": "off",
2210
+ "exec": "on",
2211
+ "keychangedate": "-",
2212
+ "keysource": "none",
2213
+ "keystatus": "none",
2214
+ "logbias": "latency",
2215
+ "mlslabel": "none",
2216
+ "mounted": "no",
2217
+ "mountpoint": "legacy",
2218
+ "multilevel": "off",
2219
+ "nbmand": "off",
2220
+ "normalization": "none",
2221
+ "primarycache": "all",
2222
+ "quota": "0",
2223
+ "readonly": "off",
2224
+ "recordsize": "131072",
2225
+ "referenced": "31744",
2226
+ "refquota": "0",
2227
+ "refreservation": "0",
2228
+ "rekeydate": "-",
2229
+ "reservation": "0",
2230
+ "rstchown": "on",
2231
+ "secondarycache": "all",
2232
+ "setuid": "on",
2233
+ "shadow": "none",
2234
+ "sharenfs": "off",
2235
+ "sharesmb": "off",
2236
+ "snapdir": "hidden",
2237
+ "sync": "standard",
2238
+ "type": "filesystem",
2239
+ "used": "4110527488",
2240
+ "usedbychildren": "4110495744",
2241
+ "usedbydataset": "31744",
2242
+ "usedbyrefreservation": "0",
2243
+ "usedbysnapshots": "0",
2244
+ "utf8only": "off",
2245
+ "version": "6",
2246
+ "vscan": "off",
2247
+ "xattr": "on",
2248
+ "zoned": "off"
2249
+ },
2250
+ "zfs_sources": {
2251
+ "aclinherit": "default",
2252
+ "aclmode": "default",
2253
+ "atime": "default",
2254
+ "available": "-",
2255
+ "canmount": "local",
2256
+ "casesensitivity": "-",
2257
+ "checksum": "default",
2258
+ "compression": "default",
2259
+ "compressratio": "-",
2260
+ "copies": "default",
2261
+ "creation": "-",
2262
+ "dedup": "default",
2263
+ "devices": "default",
2264
+ "encryption": "-",
2265
+ "exec": "default",
2266
+ "keychangedate": "default",
2267
+ "keysource": "default",
2268
+ "keystatus": "-",
2269
+ "logbias": "default",
2270
+ "mlslabel": "-",
2271
+ "mounted": "-",
2272
+ "mountpoint": "local",
2273
+ "multilevel": "-",
2274
+ "nbmand": "default",
2275
+ "normalization": "-",
2276
+ "primarycache": "default",
2277
+ "quota": "default",
2278
+ "readonly": "default",
2279
+ "recordsize": "default",
2280
+ "referenced": "-",
2281
+ "refquota": "default",
2282
+ "refreservation": "default",
2283
+ "rekeydate": "default",
2284
+ "reservation": "default",
2285
+ "rstchown": "default",
2286
+ "secondarycache": "default",
2287
+ "setuid": "default",
2288
+ "shadow": "-",
2289
+ "sharenfs": "default",
2290
+ "sharesmb": "default",
2291
+ "snapdir": "default",
2292
+ "sync": "default",
2293
+ "type": "-",
2294
+ "used": "-",
2295
+ "usedbychildren": "-",
2296
+ "usedbydataset": "-",
2297
+ "usedbyrefreservation": "-",
2298
+ "usedbysnapshots": "-",
2299
+ "utf8only": "-",
2300
+ "version": "-",
2301
+ "vscan": "default",
2302
+ "xattr": "default",
2303
+ "zoned": "default"
2304
+ },
2305
+ "zfs_parents": [
2306
+ "rpool"
2307
+ ],
2308
+ "zfs_zpool": false
2309
+ },
2310
+ "rpool/ROOT/solaris@install": {
2311
+ "fs_type": "zfs",
2312
+ "zfs_values": {
2313
+ "casesensitivity": "mixed",
2314
+ "compressratio": "1.00x",
2315
+ "creation": "1389617126",
2316
+ "defer_destroy": "off",
2317
+ "devices": "on",
2318
+ "encryption": "off",
2319
+ "exec": "on",
2320
+ "keysource": "none",
2321
+ "keystatus": "none",
2322
+ "multilevel": "off",
2323
+ "nbmand": "off",
2324
+ "normalization": "none",
2325
+ "primarycache": "all",
2326
+ "referenced": "3653717504",
2327
+ "rstchown": "on",
2328
+ "secondarycache": "all",
2329
+ "setuid": "on",
2330
+ "type": "snapshot",
2331
+ "used": "60672000",
2332
+ "userrefs": "0",
2333
+ "utf8only": "off",
2334
+ "version": "6",
2335
+ "xattr": "on",
2336
+ "org.opensolaris.libbe:uuid": "e42f7995-403b-6147-ecd9-99082dafd73a",
2337
+ "org.opensolaris.libbe:policy": "static"
2338
+ },
2339
+ "zfs_sources": {
2340
+ "casesensitivity": "-",
2341
+ "compressratio": "-",
2342
+ "creation": "-",
2343
+ "defer_destroy": "-",
2344
+ "devices": "default",
2345
+ "encryption": "-",
2346
+ "exec": "default",
2347
+ "keysource": "default",
2348
+ "keystatus": "-",
2349
+ "multilevel": "-",
2350
+ "nbmand": "default",
2351
+ "normalization": "-",
2352
+ "primarycache": "default",
2353
+ "referenced": "-",
2354
+ "rstchown": "default",
2355
+ "secondarycache": "default",
2356
+ "setuid": "default",
2357
+ "type": "-",
2358
+ "used": "-",
2359
+ "userrefs": "-",
2360
+ "utf8only": "-",
2361
+ "version": "-",
2362
+ "xattr": "default",
2363
+ "org.opensolaris.libbe:uuid": "inherited from rpool/ROOT/solaris",
2364
+ "org.opensolaris.libbe:policy": "local"
2365
+ },
2366
+ "zfs_parents": [
2367
+ "rpool",
2368
+ "rpool/ROOT"
2369
+ ],
2370
+ "zfs_zpool": false
2371
+ },
2372
+ "rpool/ROOT/solaris/var@install": {
2373
+ "fs_type": "zfs",
2374
+ "zfs_values": {
2375
+ "casesensitivity": "mixed",
2376
+ "compressratio": "1.00x",
2377
+ "creation": "1389617126",
2378
+ "defer_destroy": "off",
2379
+ "devices": "on",
2380
+ "encryption": "off",
2381
+ "exec": "on",
2382
+ "keysource": "none",
2383
+ "keystatus": "none",
2384
+ "multilevel": "off",
2385
+ "nbmand": "off",
2386
+ "normalization": "none",
2387
+ "primarycache": "all",
2388
+ "referenced": "111765504",
2389
+ "rstchown": "on",
2390
+ "secondarycache": "all",
2391
+ "setuid": "on",
2392
+ "type": "snapshot",
2393
+ "used": "2388992",
2394
+ "userrefs": "0",
2395
+ "utf8only": "off",
2396
+ "version": "6",
2397
+ "xattr": "on",
2398
+ "org.opensolaris.libbe:uuid": "e42f7995-403b-6147-ecd9-99082dafd73a",
2399
+ "org.opensolaris.libbe:policy": "static"
2400
+ },
2401
+ "zfs_sources": {
2402
+ "casesensitivity": "-",
2403
+ "compressratio": "-",
2404
+ "creation": "-",
2405
+ "defer_destroy": "-",
2406
+ "devices": "default",
2407
+ "encryption": "-",
2408
+ "exec": "default",
2409
+ "keysource": "default",
2410
+ "keystatus": "-",
2411
+ "multilevel": "-",
2412
+ "nbmand": "default",
2413
+ "normalization": "-",
2414
+ "primarycache": "default",
2415
+ "referenced": "-",
2416
+ "rstchown": "default",
2417
+ "secondarycache": "default",
2418
+ "setuid": "default",
2419
+ "type": "-",
2420
+ "used": "-",
2421
+ "userrefs": "-",
2422
+ "utf8only": "-",
2423
+ "version": "-",
2424
+ "xattr": "default",
2425
+ "org.opensolaris.libbe:uuid": "inherited from rpool/ROOT/solaris",
2426
+ "org.opensolaris.libbe:policy": "local"
2427
+ },
2428
+ "zfs_parents": [
2429
+ "rpool",
2430
+ "rpool/ROOT",
2431
+ "rpool/ROOT/solaris"
2432
+ ],
2433
+ "zfs_zpool": false
2434
+ },
2435
+ "rpool/dump": {
2436
+ "fs_type": "zfs",
2437
+ "zfs_values": {
2438
+ "available": "9822507008",
2439
+ "checksum": "off",
2440
+ "compression": "off",
2441
+ "compressratio": "1.00x",
2442
+ "copies": "1",
2443
+ "creation": "1389615002",
2444
+ "dedup": "off",
2445
+ "encryption": "off",
2446
+ "keychangedate": "-",
2447
+ "keysource": "none",
2448
+ "keystatus": "none",
2449
+ "logbias": "latency",
2450
+ "primarycache": "all",
2451
+ "readonly": "off",
2452
+ "referenced": "402676736",
2453
+ "refreservation": "415596544",
2454
+ "rekeydate": "-",
2455
+ "reservation": "0",
2456
+ "secondarycache": "all",
2457
+ "sync": "standard",
2458
+ "type": "volume",
2459
+ "used": "415596544",
2460
+ "usedbychildren": "0",
2461
+ "usedbydataset": "402676736",
2462
+ "usedbyrefreservation": "12919808",
2463
+ "usedbysnapshots": "0",
2464
+ "volblocksize": "1048576",
2465
+ "volsize": "402653184",
2466
+ "zoned": "off"
2467
+ },
2468
+ "zfs_sources": {
2469
+ "available": "-",
2470
+ "checksum": "local",
2471
+ "compression": "local",
2472
+ "compressratio": "-",
2473
+ "copies": "default",
2474
+ "creation": "-",
2475
+ "dedup": "local",
2476
+ "encryption": "-",
2477
+ "keychangedate": "default",
2478
+ "keysource": "default",
2479
+ "keystatus": "-",
2480
+ "logbias": "default",
2481
+ "primarycache": "default",
2482
+ "readonly": "default",
2483
+ "referenced": "-",
2484
+ "refreservation": "local",
2485
+ "rekeydate": "default",
2486
+ "reservation": "default",
2487
+ "secondarycache": "default",
2488
+ "sync": "default",
2489
+ "type": "-",
2490
+ "used": "-",
2491
+ "usedbychildren": "-",
2492
+ "usedbydataset": "-",
2493
+ "usedbyrefreservation": "-",
2494
+ "usedbysnapshots": "-",
2495
+ "volblocksize": "-",
2496
+ "volsize": "local",
2497
+ "zoned": "default"
2498
+ },
2499
+ "zfs_parents": [
2500
+ "rpool"
2501
+ ],
2502
+ "zfs_zpool": false
2503
+ },
2504
+ "rpool/swap": {
2505
+ "fs_type": "zfs",
2506
+ "zfs_values": {
2507
+ "available": "9843631104",
2508
+ "checksum": "off",
2509
+ "compression": "off",
2510
+ "compressratio": "1.00x",
2511
+ "copies": "1",
2512
+ "creation": "1389615003",
2513
+ "dedup": "off",
2514
+ "encryption": "off",
2515
+ "keychangedate": "-",
2516
+ "keysource": "none",
2517
+ "keystatus": "none",
2518
+ "logbias": "latency",
2519
+ "primarycache": "metadata",
2520
+ "readonly": "off",
2521
+ "referenced": "1073776640",
2522
+ "refreservation": "1107820544",
2523
+ "rekeydate": "-",
2524
+ "reservation": "0",
2525
+ "secondarycache": "all",
2526
+ "sync": "standard",
2527
+ "type": "volume",
2528
+ "used": "1107820544",
2529
+ "usedbychildren": "0",
2530
+ "usedbydataset": "1073776640",
2531
+ "usedbyrefreservation": "34043904",
2532
+ "usedbysnapshots": "0",
2533
+ "volblocksize": "1048576",
2534
+ "volsize": "1073741824",
2535
+ "zoned": "off"
2536
+ },
2537
+ "zfs_sources": {
2538
+ "available": "-",
2539
+ "checksum": "local",
2540
+ "compression": "local",
2541
+ "compressratio": "-",
2542
+ "copies": "default",
2543
+ "creation": "-",
2544
+ "dedup": "local",
2545
+ "encryption": "-",
2546
+ "keychangedate": "default",
2547
+ "keysource": "default",
2548
+ "keystatus": "-",
2549
+ "logbias": "default",
2550
+ "primarycache": "local",
2551
+ "readonly": "default",
2552
+ "referenced": "-",
2553
+ "refreservation": "local",
2554
+ "rekeydate": "default",
2555
+ "reservation": "default",
2556
+ "secondarycache": "default",
2557
+ "sync": "default",
2558
+ "type": "-",
2559
+ "used": "-",
2560
+ "usedbychildren": "-",
2561
+ "usedbydataset": "-",
2562
+ "usedbyrefreservation": "-",
2563
+ "usedbysnapshots": "-",
2564
+ "volblocksize": "-",
2565
+ "volsize": "local",
2566
+ "zoned": "default"
2567
+ },
2568
+ "zfs_parents": [
2569
+ "rpool"
2570
+ ],
2571
+ "zfs_zpool": false
2572
+ }
2573
+ },
2574
+ "ohai_time": 1398784848.095432,
2575
+ "dmi": {
2576
+ },
2577
+ "command": {
2578
+ "ps": "ps -ef"
2579
+ },
2580
+ "languages": {
2581
+ "ruby": {
2582
+ "bin_dir": "/usr/local/bin",
2583
+ "gem_bin": "/usr/local/bin/gem",
2584
+ "gems_dir": "/usr/local/gems",
2585
+ "ruby_bin": "/usr/local/bin/ruby"
2586
+ }
2587
+ },
2588
+ "chef_packages": {
2589
+ "chef": {
2590
+ "version": "11.12.2",
2591
+ "chef_root": "/usr/local/gems/chef-11.12.2/lib"
2592
+ },
2593
+ "ohai": {
2594
+ "version": "7.0.2",
2595
+ "ohai_root": "/usr/local/gems/ohai-7.0.2/lib/ohai"
2596
+ }
2597
+ },
2598
+ "counters": {
2599
+ "network": {
2600
+ "interfaces": {
2601
+ "eth0": {
2602
+ "rx": {
2603
+ "bytes": "0",
2604
+ "packets": "0",
2605
+ "errors": "0",
2606
+ "drop": 0,
2607
+ "overrun": 0,
2608
+ "frame": 0,
2609
+ "compressed": 0,
2610
+ "multicast": 0
2611
+ },
2612
+ "tx": {
2613
+ "bytes": "342",
2614
+ "packets": "0",
2615
+ "errors": "0",
2616
+ "drop": 0,
2617
+ "overrun": 0,
2618
+ "collisions": "0",
2619
+ "carrier": 0,
2620
+ "compressed": 0
2621
+ }
2622
+ }
2623
+ }
2624
+ }
2625
+ },
2626
+ "current_user": "fauxhai",
2627
+ "domain": "local",
2628
+ "etc": {
2629
+ "passwd": {
2630
+ "fauxhai": {
2631
+ "dir": "/home/fauxhai",
2632
+ "gid": 0,
2633
+ "uid": 0,
2634
+ "shell": "/bin/bash",
2635
+ "gecos": "Fauxhai"
2636
+ }
2637
+ },
2638
+ "group": {
2639
+ "fauxhai": {
2640
+ "gid": 0,
2641
+ "members": [
2642
+ "fauxhai"
2643
+ ]
2644
+ }
2645
+ }
2646
+ },
2647
+ "hostname": "Fauxhai",
2648
+ "fqdn": "fauxhai.local",
2649
+ "ipaddress": "10.0.0.2",
2650
+ "keys": {
2651
+ "ssh": {
2652
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
2653
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
2654
+ }
2655
+ },
2656
+ "macaddress": "11:11:11:11:11:11",
2657
+ "network": {
2658
+ "default_gateway": "10.0.0.1",
2659
+ "default_interface": "eth0",
2660
+ "settings": {
2661
+ },
2662
+ "interfaces": {
2663
+ "eth0": {
2664
+ "addresses": {
2665
+ "10.0.0.2": {
2666
+ "broadcast": "10.0.0.255",
2667
+ "family": "inet",
2668
+ "netmask": "255.255.255.0",
2669
+ "prefixlen": "23",
2670
+ "scope": "Global"
2671
+ }
2672
+ },
2673
+ "arp": {
2674
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
2675
+ },
2676
+ "encapsulation": "Ethernet",
2677
+ "flags": [
2678
+ "BROADCAST",
2679
+ "MULTICAST",
2680
+ "UP",
2681
+ "LOWER_UP"
2682
+ ],
2683
+ "mtu": "1500",
2684
+ "number": "0",
2685
+ "routes": {
2686
+ "10.0.0.0/255": {
2687
+ "scope": "link",
2688
+ "src": "10.0.0.2"
2689
+ }
2690
+ },
2691
+ "state": "up",
2692
+ "type": "eth"
2693
+ }
2694
+ }
2695
+ },
2696
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
2697
+ "uptime_seconds": 2646450,
2698
+ "cpu": {
2699
+ "real": 1,
2700
+ "total": 1
2701
+ },
2702
+ "memory": {
2703
+ "total": "512"
2704
+ }
2705
+ }