fauxhai 3.3.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/fauxhai/platforms/debian/8.4.json +792 -0
- data/lib/fauxhai/platforms/freebsd/10.3.json +331 -0
- data/lib/fauxhai/platforms/omnios/151018.json +2357 -0
- data/lib/fauxhai/platforms/ubuntu/16.04.json +870 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +7 -3
@@ -0,0 +1,331 @@
|
|
1
|
+
{
|
2
|
+
"filesystem": {
|
3
|
+
"/dev/ada0p2": {
|
4
|
+
"kb_size": "9637788",
|
5
|
+
"kb_used": "1985868",
|
6
|
+
"kb_available": "6880900",
|
7
|
+
"percent_used": "22%",
|
8
|
+
"mount": "/",
|
9
|
+
"inodes_used": "190235",
|
10
|
+
"inodes_available": "1093859",
|
11
|
+
"total_inodes": "1284094",
|
12
|
+
"inodes_percent_used": "15",
|
13
|
+
"fs_type": "ufs",
|
14
|
+
"mount_options": [
|
15
|
+
"local",
|
16
|
+
"journaled soft-updates"
|
17
|
+
]
|
18
|
+
},
|
19
|
+
"devfs": {
|
20
|
+
"kb_size": "1",
|
21
|
+
"kb_used": "1",
|
22
|
+
"kb_available": "0",
|
23
|
+
"percent_used": "100%",
|
24
|
+
"mount": "/dev",
|
25
|
+
"inodes_used": "0",
|
26
|
+
"inodes_available": "0",
|
27
|
+
"total_inodes": "0",
|
28
|
+
"inodes_percent_used": "100",
|
29
|
+
"fs_type": "devfs",
|
30
|
+
"mount_options": [
|
31
|
+
"local",
|
32
|
+
"multilabel"
|
33
|
+
]
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"kernel": {
|
37
|
+
"name": "FreeBSD",
|
38
|
+
"release": "10.3-RELEASE",
|
39
|
+
"version": "FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC ",
|
40
|
+
"machine": "amd64",
|
41
|
+
"processor": "amd64",
|
42
|
+
"os": "FreeBSD",
|
43
|
+
"ident": "GENERIC",
|
44
|
+
"securelevel": [
|
45
|
+
"kern.securelevel: -1"
|
46
|
+
],
|
47
|
+
"modules": {
|
48
|
+
"kernel": {
|
49
|
+
"size": "17bc680",
|
50
|
+
"refcount": "1"
|
51
|
+
}
|
52
|
+
}
|
53
|
+
},
|
54
|
+
"os": "freebsd",
|
55
|
+
"os_version": "1003000",
|
56
|
+
"platform": "freebsd",
|
57
|
+
"platform_version": "10.3-RELEASE",
|
58
|
+
"platform_family": "freebsd",
|
59
|
+
"dmi": {
|
60
|
+
"dmidecode_version": "3.0",
|
61
|
+
"smbios_version": "2.5",
|
62
|
+
"structures": {
|
63
|
+
"count": "10",
|
64
|
+
"size": "450"
|
65
|
+
},
|
66
|
+
"table_location": "0x000E1000",
|
67
|
+
"bios": {
|
68
|
+
"all_records": [
|
69
|
+
{
|
70
|
+
"record_id": "0x0000",
|
71
|
+
"size": "0",
|
72
|
+
"application_identifier": "BIOS Information",
|
73
|
+
"Vendor": "innotek GmbH",
|
74
|
+
"Version": "VirtualBox",
|
75
|
+
"Release Date": "12/01/2006",
|
76
|
+
"Address": "0xE0000",
|
77
|
+
"Runtime Size": "128 kB",
|
78
|
+
"ROM Size": "128 kB",
|
79
|
+
"Characteristics": {
|
80
|
+
"ISA is supported": null,
|
81
|
+
"PCI is supported": null,
|
82
|
+
"Boot from CD is supported": null,
|
83
|
+
"Selectable boot is supported": null,
|
84
|
+
"8042 keyboard services are supported (int 9h)": null,
|
85
|
+
"CGA/mono video services are supported (int 10h)": null,
|
86
|
+
"ACPI is supported": null
|
87
|
+
}
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"vendor": "innotek GmbH",
|
91
|
+
"version": "VirtualBox",
|
92
|
+
"release_date": "12/01/2006",
|
93
|
+
"address": "0xE0000",
|
94
|
+
"runtime_size": "128 kB",
|
95
|
+
"rom_size": "128 kB"
|
96
|
+
},
|
97
|
+
"system": {
|
98
|
+
"all_records": [
|
99
|
+
{
|
100
|
+
"record_id": "0x0001",
|
101
|
+
"size": "1",
|
102
|
+
"application_identifier": "System Information",
|
103
|
+
"Manufacturer": "innotek GmbH",
|
104
|
+
"Product Name": "VirtualBox",
|
105
|
+
"Version": "1.2",
|
106
|
+
"Serial Number": "0",
|
107
|
+
"UUID": "336478CA-8FCB-4ABE-8B89-A7CE228BBCCF",
|
108
|
+
"Wake-up Type": "Power Switch",
|
109
|
+
"SKU Number": "Not Specified",
|
110
|
+
"Family": "Virtual Machine"
|
111
|
+
}
|
112
|
+
],
|
113
|
+
"manufacturer": "innotek GmbH",
|
114
|
+
"product_name": "VirtualBox",
|
115
|
+
"version": "1.2",
|
116
|
+
"serial_number": "0",
|
117
|
+
"uuid": "336478CA-8FCB-4ABE-8B89-A7CE228BBCCF",
|
118
|
+
"wake_up_type": "Power Switch",
|
119
|
+
"sku_number": "Not Specified",
|
120
|
+
"family": "Virtual Machine"
|
121
|
+
},
|
122
|
+
"base_board": {
|
123
|
+
"all_records": [
|
124
|
+
{
|
125
|
+
"record_id": "0x0008",
|
126
|
+
"size": "2",
|
127
|
+
"application_identifier": "Base Board Information",
|
128
|
+
"Manufacturer": "Oracle Corporation",
|
129
|
+
"Product Name": "VirtualBox",
|
130
|
+
"Version": "1.2",
|
131
|
+
"Serial Number": "0",
|
132
|
+
"Asset Tag": "Not Specified",
|
133
|
+
"Features": {
|
134
|
+
"Board is a hosting board": null
|
135
|
+
},
|
136
|
+
"Location In Chassis": "Not Specified",
|
137
|
+
"Chassis Handle": "0x0003",
|
138
|
+
"Type": "Motherboard",
|
139
|
+
"Contained Object Handles": "0"
|
140
|
+
}
|
141
|
+
],
|
142
|
+
"manufacturer": "Oracle Corporation",
|
143
|
+
"product_name": "VirtualBox",
|
144
|
+
"version": "1.2",
|
145
|
+
"serial_number": "0",
|
146
|
+
"asset_tag": "Not Specified",
|
147
|
+
"location_in_chassis": "Not Specified",
|
148
|
+
"chassis_handle": "0x0003",
|
149
|
+
"type": "Motherboard",
|
150
|
+
"contained_object_handles": "0"
|
151
|
+
},
|
152
|
+
"chassis": {
|
153
|
+
"all_records": [
|
154
|
+
{
|
155
|
+
"record_id": "0x0003",
|
156
|
+
"size": "3",
|
157
|
+
"application_identifier": "Chassis Information",
|
158
|
+
"Manufacturer": "Oracle Corporation",
|
159
|
+
"Type": "Other",
|
160
|
+
"Lock": "Not Present",
|
161
|
+
"Version": "Not Specified",
|
162
|
+
"Serial Number": "Not Specified",
|
163
|
+
"Asset Tag": "Not Specified",
|
164
|
+
"Boot-up State": "Safe",
|
165
|
+
"Power Supply State": "Safe",
|
166
|
+
"Thermal State": "Safe",
|
167
|
+
"Security Status": "None"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"manufacturer": "Oracle Corporation",
|
171
|
+
"type": "Other",
|
172
|
+
"lock": "Not Present",
|
173
|
+
"version": "Not Specified",
|
174
|
+
"serial_number": "Not Specified",
|
175
|
+
"asset_tag": "Not Specified",
|
176
|
+
"boot_up_state": "Safe",
|
177
|
+
"power_supply_state": "Safe",
|
178
|
+
"thermal_state": "Safe",
|
179
|
+
"security_status": "None"
|
180
|
+
},
|
181
|
+
"oem_strings": {
|
182
|
+
"all_records": [
|
183
|
+
{
|
184
|
+
"record_id": "0x0002",
|
185
|
+
"size": "11",
|
186
|
+
"application_identifier": "OEM Strings",
|
187
|
+
"String 1": "vboxVer_5.0.16",
|
188
|
+
"String 2": "vboxRev_105871"
|
189
|
+
}
|
190
|
+
],
|
191
|
+
"string_1": "vboxVer_5.0.16",
|
192
|
+
"string_2": "vboxRev_105871"
|
193
|
+
}
|
194
|
+
},
|
195
|
+
"command": {
|
196
|
+
"ps": "ps -axww"
|
197
|
+
},
|
198
|
+
"ohai_time": 1461251111.2575984,
|
199
|
+
"root_group": "wheel",
|
200
|
+
"languages": {
|
201
|
+
"ruby": {
|
202
|
+
"bin_dir": "/usr/local/bin",
|
203
|
+
"gem_bin": "/usr/local/bin/gem",
|
204
|
+
"gems_dir": "/usr/local/gems",
|
205
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
206
|
+
},
|
207
|
+
"powershell": null
|
208
|
+
},
|
209
|
+
"chef_packages": {
|
210
|
+
"chef": {
|
211
|
+
"version": "12.9.38",
|
212
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.9.38/lib"
|
213
|
+
},
|
214
|
+
"ohai": {
|
215
|
+
"version": "8.14.0",
|
216
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.14.0/lib/ohai"
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"counters": {
|
220
|
+
"network": {
|
221
|
+
"interfaces": {
|
222
|
+
"eth0": {
|
223
|
+
"rx": {
|
224
|
+
"bytes": "0",
|
225
|
+
"packets": "0",
|
226
|
+
"errors": "0",
|
227
|
+
"drop": 0,
|
228
|
+
"overrun": 0,
|
229
|
+
"frame": 0,
|
230
|
+
"compressed": 0,
|
231
|
+
"multicast": 0
|
232
|
+
},
|
233
|
+
"tx": {
|
234
|
+
"bytes": "342",
|
235
|
+
"packets": "0",
|
236
|
+
"errors": "0",
|
237
|
+
"drop": 0,
|
238
|
+
"overrun": 0,
|
239
|
+
"collisions": "0",
|
240
|
+
"carrier": 0,
|
241
|
+
"compressed": 0
|
242
|
+
}
|
243
|
+
}
|
244
|
+
}
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"current_user": "fauxhai",
|
248
|
+
"domain": "local",
|
249
|
+
"etc": {
|
250
|
+
"passwd": {
|
251
|
+
"fauxhai": {
|
252
|
+
"dir": "/home/fauxhai",
|
253
|
+
"gid": 0,
|
254
|
+
"uid": 0,
|
255
|
+
"shell": "/bin/bash",
|
256
|
+
"gecos": "Fauxhai"
|
257
|
+
}
|
258
|
+
},
|
259
|
+
"group": {
|
260
|
+
"fauxhai": {
|
261
|
+
"gid": 0,
|
262
|
+
"members": [
|
263
|
+
"fauxhai"
|
264
|
+
]
|
265
|
+
}
|
266
|
+
}
|
267
|
+
},
|
268
|
+
"hostname": "Fauxhai",
|
269
|
+
"fqdn": "fauxhai.local",
|
270
|
+
"ipaddress": "10.0.0.2",
|
271
|
+
"keys": {
|
272
|
+
"ssh": {
|
273
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
274
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"macaddress": "11:11:11:11:11:11",
|
278
|
+
"network": {
|
279
|
+
"default_gateway": "10.0.0.1",
|
280
|
+
"default_interface": "eth0",
|
281
|
+
"settings": {
|
282
|
+
},
|
283
|
+
"interfaces": {
|
284
|
+
"eth0": {
|
285
|
+
"addresses": {
|
286
|
+
"10.0.0.2": {
|
287
|
+
"broadcast": "10.0.0.255",
|
288
|
+
"family": "inet",
|
289
|
+
"netmask": "255.255.255.0",
|
290
|
+
"prefixlen": "23",
|
291
|
+
"scope": "Global"
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"arp": {
|
295
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
296
|
+
},
|
297
|
+
"encapsulation": "Ethernet",
|
298
|
+
"flags": [
|
299
|
+
"BROADCAST",
|
300
|
+
"MULTICAST",
|
301
|
+
"UP",
|
302
|
+
"LOWER_UP"
|
303
|
+
],
|
304
|
+
"mtu": "1500",
|
305
|
+
"number": "0",
|
306
|
+
"routes": {
|
307
|
+
"10.0.0.0/255": {
|
308
|
+
"scope": "link",
|
309
|
+
"src": "10.0.0.2"
|
310
|
+
}
|
311
|
+
},
|
312
|
+
"state": "up",
|
313
|
+
"type": "eth"
|
314
|
+
}
|
315
|
+
}
|
316
|
+
},
|
317
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
318
|
+
"uptime_seconds": 2646450,
|
319
|
+
"cpu": {
|
320
|
+
"real": 1,
|
321
|
+
"total": 1,
|
322
|
+
"cores": 1
|
323
|
+
},
|
324
|
+
"memory": {
|
325
|
+
"total": "1048576kB"
|
326
|
+
},
|
327
|
+
"virtualization": {
|
328
|
+
"systems": {
|
329
|
+
}
|
330
|
+
}
|
331
|
+
}
|
@@ -0,0 +1,2357 @@
|
|
1
|
+
{
|
2
|
+
"filesystem": {
|
3
|
+
"rpool/ROOT/omnios": {
|
4
|
+
"kb_size": "14239198",
|
5
|
+
"kb_used": "1874678",
|
6
|
+
"kb_available": "12364520",
|
7
|
+
"percent_used": "14%",
|
8
|
+
"mount": "/",
|
9
|
+
"mount_time": "Thu Jan 1 00:00:00 1970",
|
10
|
+
"mount_options": [
|
11
|
+
"read",
|
12
|
+
"write",
|
13
|
+
"setuid",
|
14
|
+
"devices",
|
15
|
+
"dev=4210002"
|
16
|
+
],
|
17
|
+
"fs_type": "zfs",
|
18
|
+
"zfs_values": {
|
19
|
+
"type": "filesystem",
|
20
|
+
"creation": "1461250143",
|
21
|
+
"used": "2206231552",
|
22
|
+
"available": "12661267968",
|
23
|
+
"referenced": "1919670272",
|
24
|
+
"compressratio": "1.00x",
|
25
|
+
"mounted": "yes",
|
26
|
+
"quota": "0",
|
27
|
+
"reservation": "0",
|
28
|
+
"recordsize": "131072",
|
29
|
+
"mountpoint": "/",
|
30
|
+
"sharenfs": "off",
|
31
|
+
"checksum": "on",
|
32
|
+
"compression": "off",
|
33
|
+
"atime": "on",
|
34
|
+
"devices": "on",
|
35
|
+
"exec": "on",
|
36
|
+
"setuid": "on",
|
37
|
+
"readonly": "off",
|
38
|
+
"zoned": "off",
|
39
|
+
"snapdir": "hidden",
|
40
|
+
"aclmode": "discard",
|
41
|
+
"aclinherit": "restricted",
|
42
|
+
"canmount": "noauto",
|
43
|
+
"xattr": "on",
|
44
|
+
"copies": "1",
|
45
|
+
"version": "5",
|
46
|
+
"utf8only": "off",
|
47
|
+
"normalization": "none",
|
48
|
+
"casesensitivity": "sensitive",
|
49
|
+
"vscan": "off",
|
50
|
+
"nbmand": "off",
|
51
|
+
"sharesmb": "off",
|
52
|
+
"refquota": "0",
|
53
|
+
"refreservation": "0",
|
54
|
+
"primarycache": "all",
|
55
|
+
"secondarycache": "all",
|
56
|
+
"usedbysnapshots": "286561280",
|
57
|
+
"usedbydataset": "1919670272",
|
58
|
+
"usedbychildren": "0",
|
59
|
+
"usedbyrefreservation": "0",
|
60
|
+
"logbias": "latency",
|
61
|
+
"dedup": "off",
|
62
|
+
"mlslabel": "none",
|
63
|
+
"sync": "standard",
|
64
|
+
"refcompressratio": "1.00x",
|
65
|
+
"written": "458328064",
|
66
|
+
"logicalused": "2194869760",
|
67
|
+
"logicalreferenced": "1909278720",
|
68
|
+
"filesystem_limit": "18446744073709551615",
|
69
|
+
"snapshot_limit": "18446744073709551615",
|
70
|
+
"filesystem_count": "18446744073709551615",
|
71
|
+
"snapshot_count": "18446744073709551615",
|
72
|
+
"redundant_metadata": "all",
|
73
|
+
"org.opensolaris.libbe:uuid": "59e35298-e97c-604b-d3a7-c5612002c223"
|
74
|
+
},
|
75
|
+
"zfs_sources": {
|
76
|
+
"type": "-",
|
77
|
+
"creation": "-",
|
78
|
+
"used": "-",
|
79
|
+
"available": "-",
|
80
|
+
"referenced": "-",
|
81
|
+
"compressratio": "-",
|
82
|
+
"mounted": "-",
|
83
|
+
"quota": "default",
|
84
|
+
"reservation": "default",
|
85
|
+
"recordsize": "default",
|
86
|
+
"mountpoint": "local",
|
87
|
+
"sharenfs": "default",
|
88
|
+
"checksum": "default",
|
89
|
+
"compression": "default",
|
90
|
+
"atime": "default",
|
91
|
+
"devices": "default",
|
92
|
+
"exec": "default",
|
93
|
+
"setuid": "default",
|
94
|
+
"readonly": "default",
|
95
|
+
"zoned": "default",
|
96
|
+
"snapdir": "default",
|
97
|
+
"aclmode": "default",
|
98
|
+
"aclinherit": "default",
|
99
|
+
"canmount": "local",
|
100
|
+
"xattr": "default",
|
101
|
+
"copies": "default",
|
102
|
+
"version": "-",
|
103
|
+
"utf8only": "-",
|
104
|
+
"normalization": "-",
|
105
|
+
"casesensitivity": "-",
|
106
|
+
"vscan": "default",
|
107
|
+
"nbmand": "default",
|
108
|
+
"sharesmb": "default",
|
109
|
+
"refquota": "default",
|
110
|
+
"refreservation": "default",
|
111
|
+
"primarycache": "default",
|
112
|
+
"secondarycache": "default",
|
113
|
+
"usedbysnapshots": "-",
|
114
|
+
"usedbydataset": "-",
|
115
|
+
"usedbychildren": "-",
|
116
|
+
"usedbyrefreservation": "-",
|
117
|
+
"logbias": "default",
|
118
|
+
"dedup": "default",
|
119
|
+
"mlslabel": "default",
|
120
|
+
"sync": "default",
|
121
|
+
"refcompressratio": "-",
|
122
|
+
"written": "-",
|
123
|
+
"logicalused": "-",
|
124
|
+
"logicalreferenced": "-",
|
125
|
+
"filesystem_limit": "default",
|
126
|
+
"snapshot_limit": "default",
|
127
|
+
"filesystem_count": "default",
|
128
|
+
"snapshot_count": "default",
|
129
|
+
"redundant_metadata": "default",
|
130
|
+
"org.opensolaris.libbe:uuid": "local"
|
131
|
+
},
|
132
|
+
"zfs_parents": [
|
133
|
+
"rpool",
|
134
|
+
"rpool/ROOT"
|
135
|
+
],
|
136
|
+
"zfs_zpool": false
|
137
|
+
},
|
138
|
+
"swap": {
|
139
|
+
"kb_size": "1109344",
|
140
|
+
"kb_used": "52",
|
141
|
+
"kb_available": "1109292",
|
142
|
+
"percent_used": "1%",
|
143
|
+
"mount": "/var/run",
|
144
|
+
"mount_time": "Thu Apr 21 15:01:29 2016",
|
145
|
+
"mount_options": [
|
146
|
+
"read",
|
147
|
+
"write",
|
148
|
+
"setuid",
|
149
|
+
"devices",
|
150
|
+
"xattr",
|
151
|
+
"dev=8400003"
|
152
|
+
]
|
153
|
+
},
|
154
|
+
"rpool/export": {
|
155
|
+
"kb_size": "12364539",
|
156
|
+
"kb_used": "19",
|
157
|
+
"kb_available": "12364520",
|
158
|
+
"percent_used": "1%",
|
159
|
+
"mount": "/export",
|
160
|
+
"mount_time": "Thu Apr 21 15:01:30 2016",
|
161
|
+
"mount_options": [
|
162
|
+
"read",
|
163
|
+
"write",
|
164
|
+
"setuid",
|
165
|
+
"devices",
|
166
|
+
"nonbmand",
|
167
|
+
"exec",
|
168
|
+
"xattr",
|
169
|
+
"atime",
|
170
|
+
"dev=4210008"
|
171
|
+
],
|
172
|
+
"fs_type": "zfs",
|
173
|
+
"zfs_values": {
|
174
|
+
"type": "filesystem",
|
175
|
+
"creation": "1461250142",
|
176
|
+
"used": "38912",
|
177
|
+
"available": "12661267968",
|
178
|
+
"referenced": "19456",
|
179
|
+
"compressratio": "1.00x",
|
180
|
+
"mounted": "yes",
|
181
|
+
"quota": "0",
|
182
|
+
"reservation": "0",
|
183
|
+
"recordsize": "131072",
|
184
|
+
"mountpoint": "/export",
|
185
|
+
"sharenfs": "off",
|
186
|
+
"checksum": "on",
|
187
|
+
"compression": "off",
|
188
|
+
"atime": "on",
|
189
|
+
"devices": "on",
|
190
|
+
"exec": "on",
|
191
|
+
"setuid": "on",
|
192
|
+
"readonly": "off",
|
193
|
+
"zoned": "off",
|
194
|
+
"snapdir": "hidden",
|
195
|
+
"aclmode": "discard",
|
196
|
+
"aclinherit": "restricted",
|
197
|
+
"canmount": "on",
|
198
|
+
"xattr": "on",
|
199
|
+
"copies": "1",
|
200
|
+
"version": "5",
|
201
|
+
"utf8only": "off",
|
202
|
+
"normalization": "none",
|
203
|
+
"casesensitivity": "sensitive",
|
204
|
+
"vscan": "off",
|
205
|
+
"nbmand": "off",
|
206
|
+
"sharesmb": "off",
|
207
|
+
"refquota": "0",
|
208
|
+
"refreservation": "0",
|
209
|
+
"primarycache": "all",
|
210
|
+
"secondarycache": "all",
|
211
|
+
"usedbysnapshots": "0",
|
212
|
+
"usedbydataset": "19456",
|
213
|
+
"usedbychildren": "19456",
|
214
|
+
"usedbyrefreservation": "0",
|
215
|
+
"logbias": "latency",
|
216
|
+
"dedup": "off",
|
217
|
+
"mlslabel": "none",
|
218
|
+
"sync": "standard",
|
219
|
+
"refcompressratio": "1.00x",
|
220
|
+
"written": "19456",
|
221
|
+
"logicalused": "19456",
|
222
|
+
"logicalreferenced": "9728",
|
223
|
+
"filesystem_limit": "18446744073709551615",
|
224
|
+
"snapshot_limit": "18446744073709551615",
|
225
|
+
"filesystem_count": "18446744073709551615",
|
226
|
+
"snapshot_count": "18446744073709551615",
|
227
|
+
"redundant_metadata": "all"
|
228
|
+
},
|
229
|
+
"zfs_sources": {
|
230
|
+
"type": "-",
|
231
|
+
"creation": "-",
|
232
|
+
"used": "-",
|
233
|
+
"available": "-",
|
234
|
+
"referenced": "-",
|
235
|
+
"compressratio": "-",
|
236
|
+
"mounted": "-",
|
237
|
+
"quota": "default",
|
238
|
+
"reservation": "default",
|
239
|
+
"recordsize": "default",
|
240
|
+
"mountpoint": "local",
|
241
|
+
"sharenfs": "default",
|
242
|
+
"checksum": "default",
|
243
|
+
"compression": "default",
|
244
|
+
"atime": "default",
|
245
|
+
"devices": "default",
|
246
|
+
"exec": "default",
|
247
|
+
"setuid": "default",
|
248
|
+
"readonly": "default",
|
249
|
+
"zoned": "default",
|
250
|
+
"snapdir": "default",
|
251
|
+
"aclmode": "default",
|
252
|
+
"aclinherit": "default",
|
253
|
+
"canmount": "default",
|
254
|
+
"xattr": "default",
|
255
|
+
"copies": "default",
|
256
|
+
"version": "-",
|
257
|
+
"utf8only": "-",
|
258
|
+
"normalization": "-",
|
259
|
+
"casesensitivity": "-",
|
260
|
+
"vscan": "default",
|
261
|
+
"nbmand": "default",
|
262
|
+
"sharesmb": "default",
|
263
|
+
"refquota": "default",
|
264
|
+
"refreservation": "default",
|
265
|
+
"primarycache": "default",
|
266
|
+
"secondarycache": "default",
|
267
|
+
"usedbysnapshots": "-",
|
268
|
+
"usedbydataset": "-",
|
269
|
+
"usedbychildren": "-",
|
270
|
+
"usedbyrefreservation": "-",
|
271
|
+
"logbias": "default",
|
272
|
+
"dedup": "default",
|
273
|
+
"mlslabel": "default",
|
274
|
+
"sync": "default",
|
275
|
+
"refcompressratio": "-",
|
276
|
+
"written": "-",
|
277
|
+
"logicalused": "-",
|
278
|
+
"logicalreferenced": "-",
|
279
|
+
"filesystem_limit": "default",
|
280
|
+
"snapshot_limit": "default",
|
281
|
+
"filesystem_count": "default",
|
282
|
+
"snapshot_count": "default",
|
283
|
+
"redundant_metadata": "default"
|
284
|
+
},
|
285
|
+
"zfs_parents": [
|
286
|
+
"rpool"
|
287
|
+
],
|
288
|
+
"zfs_zpool": false
|
289
|
+
},
|
290
|
+
"rpool/export/home": {
|
291
|
+
"kb_size": "12364539",
|
292
|
+
"kb_used": "19",
|
293
|
+
"kb_available": "12364520",
|
294
|
+
"percent_used": "1%",
|
295
|
+
"mount": "/export/home",
|
296
|
+
"mount_time": "Thu Apr 21 15:01:30 2016",
|
297
|
+
"mount_options": [
|
298
|
+
"read",
|
299
|
+
"write",
|
300
|
+
"setuid",
|
301
|
+
"devices",
|
302
|
+
"nonbmand",
|
303
|
+
"exec",
|
304
|
+
"xattr",
|
305
|
+
"atime",
|
306
|
+
"dev=4210009"
|
307
|
+
],
|
308
|
+
"fs_type": "zfs",
|
309
|
+
"zfs_values": {
|
310
|
+
"type": "filesystem",
|
311
|
+
"creation": "1461250143",
|
312
|
+
"used": "19456",
|
313
|
+
"available": "12661267968",
|
314
|
+
"referenced": "19456",
|
315
|
+
"compressratio": "1.00x",
|
316
|
+
"mounted": "yes",
|
317
|
+
"quota": "0",
|
318
|
+
"reservation": "0",
|
319
|
+
"recordsize": "131072",
|
320
|
+
"mountpoint": "/export/home",
|
321
|
+
"sharenfs": "off",
|
322
|
+
"checksum": "on",
|
323
|
+
"compression": "off",
|
324
|
+
"atime": "on",
|
325
|
+
"devices": "on",
|
326
|
+
"exec": "on",
|
327
|
+
"setuid": "on",
|
328
|
+
"readonly": "off",
|
329
|
+
"zoned": "off",
|
330
|
+
"snapdir": "hidden",
|
331
|
+
"aclmode": "discard",
|
332
|
+
"aclinherit": "restricted",
|
333
|
+
"canmount": "on",
|
334
|
+
"xattr": "on",
|
335
|
+
"copies": "1",
|
336
|
+
"version": "5",
|
337
|
+
"utf8only": "off",
|
338
|
+
"normalization": "none",
|
339
|
+
"casesensitivity": "sensitive",
|
340
|
+
"vscan": "off",
|
341
|
+
"nbmand": "off",
|
342
|
+
"sharesmb": "off",
|
343
|
+
"refquota": "0",
|
344
|
+
"refreservation": "0",
|
345
|
+
"primarycache": "all",
|
346
|
+
"secondarycache": "all",
|
347
|
+
"usedbysnapshots": "0",
|
348
|
+
"usedbydataset": "19456",
|
349
|
+
"usedbychildren": "0",
|
350
|
+
"usedbyrefreservation": "0",
|
351
|
+
"logbias": "latency",
|
352
|
+
"dedup": "off",
|
353
|
+
"mlslabel": "none",
|
354
|
+
"sync": "standard",
|
355
|
+
"refcompressratio": "1.00x",
|
356
|
+
"written": "19456",
|
357
|
+
"logicalused": "9728",
|
358
|
+
"logicalreferenced": "9728",
|
359
|
+
"filesystem_limit": "18446744073709551615",
|
360
|
+
"snapshot_limit": "18446744073709551615",
|
361
|
+
"filesystem_count": "18446744073709551615",
|
362
|
+
"snapshot_count": "18446744073709551615",
|
363
|
+
"redundant_metadata": "all"
|
364
|
+
},
|
365
|
+
"zfs_sources": {
|
366
|
+
"type": "-",
|
367
|
+
"creation": "-",
|
368
|
+
"used": "-",
|
369
|
+
"available": "-",
|
370
|
+
"referenced": "-",
|
371
|
+
"compressratio": "-",
|
372
|
+
"mounted": "-",
|
373
|
+
"quota": "default",
|
374
|
+
"reservation": "default",
|
375
|
+
"recordsize": "default",
|
376
|
+
"mountpoint": "inherited from rpool/export",
|
377
|
+
"sharenfs": "default",
|
378
|
+
"checksum": "default",
|
379
|
+
"compression": "default",
|
380
|
+
"atime": "default",
|
381
|
+
"devices": "default",
|
382
|
+
"exec": "default",
|
383
|
+
"setuid": "default",
|
384
|
+
"readonly": "default",
|
385
|
+
"zoned": "default",
|
386
|
+
"snapdir": "default",
|
387
|
+
"aclmode": "default",
|
388
|
+
"aclinherit": "default",
|
389
|
+
"canmount": "default",
|
390
|
+
"xattr": "default",
|
391
|
+
"copies": "default",
|
392
|
+
"version": "-",
|
393
|
+
"utf8only": "-",
|
394
|
+
"normalization": "-",
|
395
|
+
"casesensitivity": "-",
|
396
|
+
"vscan": "default",
|
397
|
+
"nbmand": "default",
|
398
|
+
"sharesmb": "default",
|
399
|
+
"refquota": "default",
|
400
|
+
"refreservation": "default",
|
401
|
+
"primarycache": "default",
|
402
|
+
"secondarycache": "default",
|
403
|
+
"usedbysnapshots": "-",
|
404
|
+
"usedbydataset": "-",
|
405
|
+
"usedbychildren": "-",
|
406
|
+
"usedbyrefreservation": "-",
|
407
|
+
"logbias": "default",
|
408
|
+
"dedup": "default",
|
409
|
+
"mlslabel": "default",
|
410
|
+
"sync": "default",
|
411
|
+
"refcompressratio": "-",
|
412
|
+
"written": "-",
|
413
|
+
"logicalused": "-",
|
414
|
+
"logicalreferenced": "-",
|
415
|
+
"filesystem_limit": "default",
|
416
|
+
"snapshot_limit": "default",
|
417
|
+
"filesystem_count": "default",
|
418
|
+
"snapshot_count": "default",
|
419
|
+
"redundant_metadata": "default"
|
420
|
+
},
|
421
|
+
"zfs_parents": [
|
422
|
+
"rpool",
|
423
|
+
"rpool/export"
|
424
|
+
],
|
425
|
+
"zfs_zpool": false
|
426
|
+
},
|
427
|
+
"rpool": {
|
428
|
+
"kb_size": "12364542",
|
429
|
+
"kb_used": "22",
|
430
|
+
"kb_available": "12364520",
|
431
|
+
"percent_used": "1%",
|
432
|
+
"mount": "/rpool",
|
433
|
+
"mount_time": "Thu Apr 21 15:01:30 2016",
|
434
|
+
"mount_options": [
|
435
|
+
"read",
|
436
|
+
"write",
|
437
|
+
"setuid",
|
438
|
+
"devices",
|
439
|
+
"nonbmand",
|
440
|
+
"exec",
|
441
|
+
"xattr",
|
442
|
+
"atime",
|
443
|
+
"dev=421000a"
|
444
|
+
],
|
445
|
+
"fs_type": "zfs",
|
446
|
+
"zfs_values": {
|
447
|
+
"type": "filesystem",
|
448
|
+
"creation": "1461250142",
|
449
|
+
"used": "3851706880",
|
450
|
+
"available": "12661267968",
|
451
|
+
"referenced": "22528",
|
452
|
+
"compressratio": "1.00x",
|
453
|
+
"mounted": "yes",
|
454
|
+
"quota": "0",
|
455
|
+
"reservation": "0",
|
456
|
+
"recordsize": "131072",
|
457
|
+
"mountpoint": "/rpool",
|
458
|
+
"sharenfs": "off",
|
459
|
+
"checksum": "on",
|
460
|
+
"compression": "off",
|
461
|
+
"atime": "on",
|
462
|
+
"devices": "on",
|
463
|
+
"exec": "on",
|
464
|
+
"setuid": "on",
|
465
|
+
"readonly": "off",
|
466
|
+
"zoned": "off",
|
467
|
+
"snapdir": "hidden",
|
468
|
+
"aclmode": "discard",
|
469
|
+
"aclinherit": "restricted",
|
470
|
+
"canmount": "on",
|
471
|
+
"xattr": "on",
|
472
|
+
"copies": "1",
|
473
|
+
"version": "5",
|
474
|
+
"utf8only": "off",
|
475
|
+
"normalization": "none",
|
476
|
+
"casesensitivity": "sensitive",
|
477
|
+
"vscan": "off",
|
478
|
+
"nbmand": "off",
|
479
|
+
"sharesmb": "off",
|
480
|
+
"refquota": "0",
|
481
|
+
"refreservation": "0",
|
482
|
+
"primarycache": "all",
|
483
|
+
"secondarycache": "all",
|
484
|
+
"usedbysnapshots": "0",
|
485
|
+
"usedbydataset": "22528",
|
486
|
+
"usedbychildren": "3851684352",
|
487
|
+
"usedbyrefreservation": "0",
|
488
|
+
"logbias": "latency",
|
489
|
+
"dedup": "off",
|
490
|
+
"mlslabel": "none",
|
491
|
+
"sync": "standard",
|
492
|
+
"refcompressratio": "1.00x",
|
493
|
+
"written": "22528",
|
494
|
+
"logicalused": "2828074496",
|
495
|
+
"logicalreferenced": "12288",
|
496
|
+
"filesystem_limit": "18446744073709551615",
|
497
|
+
"snapshot_limit": "18446744073709551615",
|
498
|
+
"filesystem_count": "18446744073709551615",
|
499
|
+
"snapshot_count": "18446744073709551615",
|
500
|
+
"redundant_metadata": "all"
|
501
|
+
},
|
502
|
+
"zfs_sources": {
|
503
|
+
"type": "-",
|
504
|
+
"creation": "-",
|
505
|
+
"used": "-",
|
506
|
+
"available": "-",
|
507
|
+
"referenced": "-",
|
508
|
+
"compressratio": "-",
|
509
|
+
"mounted": "-",
|
510
|
+
"quota": "default",
|
511
|
+
"reservation": "default",
|
512
|
+
"recordsize": "default",
|
513
|
+
"mountpoint": "default",
|
514
|
+
"sharenfs": "default",
|
515
|
+
"checksum": "default",
|
516
|
+
"compression": "default",
|
517
|
+
"atime": "default",
|
518
|
+
"devices": "default",
|
519
|
+
"exec": "default",
|
520
|
+
"setuid": "default",
|
521
|
+
"readonly": "default",
|
522
|
+
"zoned": "default",
|
523
|
+
"snapdir": "default",
|
524
|
+
"aclmode": "default",
|
525
|
+
"aclinherit": "default",
|
526
|
+
"canmount": "default",
|
527
|
+
"xattr": "default",
|
528
|
+
"copies": "default",
|
529
|
+
"version": "-",
|
530
|
+
"utf8only": "-",
|
531
|
+
"normalization": "-",
|
532
|
+
"casesensitivity": "-",
|
533
|
+
"vscan": "default",
|
534
|
+
"nbmand": "default",
|
535
|
+
"sharesmb": "default",
|
536
|
+
"refquota": "default",
|
537
|
+
"refreservation": "default",
|
538
|
+
"primarycache": "default",
|
539
|
+
"secondarycache": "default",
|
540
|
+
"usedbysnapshots": "-",
|
541
|
+
"usedbydataset": "-",
|
542
|
+
"usedbychildren": "-",
|
543
|
+
"usedbyrefreservation": "-",
|
544
|
+
"logbias": "default",
|
545
|
+
"dedup": "default",
|
546
|
+
"mlslabel": "default",
|
547
|
+
"sync": "default",
|
548
|
+
"refcompressratio": "-",
|
549
|
+
"written": "-",
|
550
|
+
"logicalused": "-",
|
551
|
+
"logicalreferenced": "-",
|
552
|
+
"filesystem_limit": "default",
|
553
|
+
"snapshot_limit": "default",
|
554
|
+
"filesystem_count": "default",
|
555
|
+
"snapshot_count": "default",
|
556
|
+
"redundant_metadata": "default"
|
557
|
+
},
|
558
|
+
"zfs_parents": [
|
559
|
+
|
560
|
+
],
|
561
|
+
"zfs_zpool": true
|
562
|
+
},
|
563
|
+
"/devices": {
|
564
|
+
"mount": "/devices",
|
565
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
566
|
+
"mount_options": [
|
567
|
+
"read",
|
568
|
+
"write",
|
569
|
+
"setuid",
|
570
|
+
"devices",
|
571
|
+
"dev=8280000"
|
572
|
+
]
|
573
|
+
},
|
574
|
+
"/dev": {
|
575
|
+
"mount": "/dev",
|
576
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
577
|
+
"mount_options": [
|
578
|
+
"read",
|
579
|
+
"write",
|
580
|
+
"setuid",
|
581
|
+
"devices",
|
582
|
+
"dev=82c0000"
|
583
|
+
]
|
584
|
+
},
|
585
|
+
"ctfs": {
|
586
|
+
"mount": "/system/contract",
|
587
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
588
|
+
"mount_options": [
|
589
|
+
"read",
|
590
|
+
"write",
|
591
|
+
"setuid",
|
592
|
+
"devices",
|
593
|
+
"dev=8380001"
|
594
|
+
]
|
595
|
+
},
|
596
|
+
"proc": {
|
597
|
+
"mount": "/proc",
|
598
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
599
|
+
"mount_options": [
|
600
|
+
"read",
|
601
|
+
"write",
|
602
|
+
"setuid",
|
603
|
+
"devices",
|
604
|
+
"dev=8300000"
|
605
|
+
]
|
606
|
+
},
|
607
|
+
"mnttab": {
|
608
|
+
"mount": "/etc/mnttab",
|
609
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
610
|
+
"mount_options": [
|
611
|
+
"read",
|
612
|
+
"write",
|
613
|
+
"setuid",
|
614
|
+
"devices",
|
615
|
+
"dev=83c0001"
|
616
|
+
]
|
617
|
+
},
|
618
|
+
"objfs": {
|
619
|
+
"mount": "/system/object",
|
620
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
621
|
+
"mount_options": [
|
622
|
+
"read",
|
623
|
+
"write",
|
624
|
+
"setuid",
|
625
|
+
"devices",
|
626
|
+
"dev=8440001"
|
627
|
+
]
|
628
|
+
},
|
629
|
+
"bootfs": {
|
630
|
+
"mount": "/system/boot",
|
631
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
632
|
+
"mount_options": [
|
633
|
+
"read",
|
634
|
+
"write",
|
635
|
+
"setuid",
|
636
|
+
"devices",
|
637
|
+
"dev=8480001"
|
638
|
+
]
|
639
|
+
},
|
640
|
+
"sharefs": {
|
641
|
+
"mount": "/etc/dfs/sharetab",
|
642
|
+
"mount_time": "Thu Apr 21 15:01:24 2016",
|
643
|
+
"mount_options": [
|
644
|
+
"read",
|
645
|
+
"write",
|
646
|
+
"setuid",
|
647
|
+
"devices",
|
648
|
+
"dev=84c0001"
|
649
|
+
]
|
650
|
+
},
|
651
|
+
"/usr/lib/libc/libc_hwcap1.so.1": {
|
652
|
+
"mount": "/lib/libc.so.1",
|
653
|
+
"mount_time": "Thu Apr 21 15:01:28 2016",
|
654
|
+
"mount_options": [
|
655
|
+
"read",
|
656
|
+
"write",
|
657
|
+
"setuid",
|
658
|
+
"devices",
|
659
|
+
"dev=4210002"
|
660
|
+
]
|
661
|
+
},
|
662
|
+
"fd": {
|
663
|
+
"mount": "/dev/fd",
|
664
|
+
"mount_time": "Thu Apr 21 15:01:29 2016",
|
665
|
+
"mount_options": [
|
666
|
+
"read",
|
667
|
+
"write",
|
668
|
+
"setuid",
|
669
|
+
"devices",
|
670
|
+
"dev=85c0001"
|
671
|
+
]
|
672
|
+
},
|
673
|
+
"rpool/ROOT": {
|
674
|
+
"fs_type": "zfs",
|
675
|
+
"mount": "legacy",
|
676
|
+
"zfs_values": {
|
677
|
+
"type": "filesystem",
|
678
|
+
"creation": "1461250143",
|
679
|
+
"used": "2206270464",
|
680
|
+
"available": "12661267968",
|
681
|
+
"referenced": "19456",
|
682
|
+
"compressratio": "1.00x",
|
683
|
+
"mounted": "no",
|
684
|
+
"quota": "0",
|
685
|
+
"reservation": "0",
|
686
|
+
"recordsize": "131072",
|
687
|
+
"mountpoint": "legacy",
|
688
|
+
"sharenfs": "off",
|
689
|
+
"checksum": "on",
|
690
|
+
"compression": "off",
|
691
|
+
"atime": "on",
|
692
|
+
"devices": "on",
|
693
|
+
"exec": "on",
|
694
|
+
"setuid": "on",
|
695
|
+
"readonly": "off",
|
696
|
+
"zoned": "off",
|
697
|
+
"snapdir": "hidden",
|
698
|
+
"aclmode": "discard",
|
699
|
+
"aclinherit": "restricted",
|
700
|
+
"canmount": "off",
|
701
|
+
"xattr": "on",
|
702
|
+
"copies": "1",
|
703
|
+
"version": "5",
|
704
|
+
"utf8only": "off",
|
705
|
+
"normalization": "none",
|
706
|
+
"casesensitivity": "sensitive",
|
707
|
+
"vscan": "off",
|
708
|
+
"nbmand": "off",
|
709
|
+
"sharesmb": "off",
|
710
|
+
"refquota": "0",
|
711
|
+
"refreservation": "0",
|
712
|
+
"primarycache": "all",
|
713
|
+
"secondarycache": "all",
|
714
|
+
"usedbysnapshots": "0",
|
715
|
+
"usedbydataset": "19456",
|
716
|
+
"usedbychildren": "2206251008",
|
717
|
+
"usedbyrefreservation": "0",
|
718
|
+
"logbias": "latency",
|
719
|
+
"dedup": "off",
|
720
|
+
"mlslabel": "none",
|
721
|
+
"sync": "standard",
|
722
|
+
"refcompressratio": "1.00x",
|
723
|
+
"written": "19456",
|
724
|
+
"logicalused": "2194889216",
|
725
|
+
"logicalreferenced": "9728",
|
726
|
+
"filesystem_limit": "18446744073709551615",
|
727
|
+
"snapshot_limit": "18446744073709551615",
|
728
|
+
"filesystem_count": "18446744073709551615",
|
729
|
+
"snapshot_count": "18446744073709551615",
|
730
|
+
"redundant_metadata": "all"
|
731
|
+
},
|
732
|
+
"zfs_sources": {
|
733
|
+
"type": "-",
|
734
|
+
"creation": "-",
|
735
|
+
"used": "-",
|
736
|
+
"available": "-",
|
737
|
+
"referenced": "-",
|
738
|
+
"compressratio": "-",
|
739
|
+
"mounted": "-",
|
740
|
+
"quota": "default",
|
741
|
+
"reservation": "default",
|
742
|
+
"recordsize": "default",
|
743
|
+
"mountpoint": "local",
|
744
|
+
"sharenfs": "default",
|
745
|
+
"checksum": "default",
|
746
|
+
"compression": "default",
|
747
|
+
"atime": "default",
|
748
|
+
"devices": "default",
|
749
|
+
"exec": "default",
|
750
|
+
"setuid": "default",
|
751
|
+
"readonly": "default",
|
752
|
+
"zoned": "default",
|
753
|
+
"snapdir": "default",
|
754
|
+
"aclmode": "default",
|
755
|
+
"aclinherit": "default",
|
756
|
+
"canmount": "local",
|
757
|
+
"xattr": "default",
|
758
|
+
"copies": "default",
|
759
|
+
"version": "-",
|
760
|
+
"utf8only": "-",
|
761
|
+
"normalization": "-",
|
762
|
+
"casesensitivity": "-",
|
763
|
+
"vscan": "default",
|
764
|
+
"nbmand": "default",
|
765
|
+
"sharesmb": "default",
|
766
|
+
"refquota": "default",
|
767
|
+
"refreservation": "default",
|
768
|
+
"primarycache": "default",
|
769
|
+
"secondarycache": "default",
|
770
|
+
"usedbysnapshots": "-",
|
771
|
+
"usedbydataset": "-",
|
772
|
+
"usedbychildren": "-",
|
773
|
+
"usedbyrefreservation": "-",
|
774
|
+
"logbias": "default",
|
775
|
+
"dedup": "default",
|
776
|
+
"mlslabel": "default",
|
777
|
+
"sync": "default",
|
778
|
+
"refcompressratio": "-",
|
779
|
+
"written": "-",
|
780
|
+
"logicalused": "-",
|
781
|
+
"logicalreferenced": "-",
|
782
|
+
"filesystem_limit": "default",
|
783
|
+
"snapshot_limit": "default",
|
784
|
+
"filesystem_count": "default",
|
785
|
+
"snapshot_count": "default",
|
786
|
+
"redundant_metadata": "default"
|
787
|
+
},
|
788
|
+
"zfs_parents": [
|
789
|
+
"rpool"
|
790
|
+
],
|
791
|
+
"zfs_zpool": false
|
792
|
+
},
|
793
|
+
"rpool/ROOT/omnios@install": {
|
794
|
+
"fs_type": "zfs",
|
795
|
+
"zfs_values": {
|
796
|
+
"type": "snapshot",
|
797
|
+
"creation": "1461250273",
|
798
|
+
"used": "286561280",
|
799
|
+
"referenced": "1747903488",
|
800
|
+
"compressratio": "1.00x",
|
801
|
+
"devices": "on",
|
802
|
+
"exec": "on",
|
803
|
+
"setuid": "on",
|
804
|
+
"xattr": "on",
|
805
|
+
"version": "5",
|
806
|
+
"utf8only": "off",
|
807
|
+
"normalization": "none",
|
808
|
+
"casesensitivity": "sensitive",
|
809
|
+
"nbmand": "off",
|
810
|
+
"primarycache": "all",
|
811
|
+
"secondarycache": "all",
|
812
|
+
"defer_destroy": "off",
|
813
|
+
"userrefs": "0",
|
814
|
+
"mlslabel": "none",
|
815
|
+
"refcompressratio": "1.00x",
|
816
|
+
"written": "1747903488",
|
817
|
+
"logicalused": "0",
|
818
|
+
"logicalreferenced": "1739774464",
|
819
|
+
"org.opensolaris.libbe:uuid": "59e35298-e97c-604b-d3a7-c5612002c223",
|
820
|
+
"org.opensolaris.libbe:policy": "static"
|
821
|
+
},
|
822
|
+
"zfs_sources": {
|
823
|
+
"type": "-",
|
824
|
+
"creation": "-",
|
825
|
+
"used": "-",
|
826
|
+
"referenced": "-",
|
827
|
+
"compressratio": "-",
|
828
|
+
"devices": "default",
|
829
|
+
"exec": "default",
|
830
|
+
"setuid": "default",
|
831
|
+
"xattr": "default",
|
832
|
+
"version": "-",
|
833
|
+
"utf8only": "-",
|
834
|
+
"normalization": "-",
|
835
|
+
"casesensitivity": "-",
|
836
|
+
"nbmand": "default",
|
837
|
+
"primarycache": "default",
|
838
|
+
"secondarycache": "default",
|
839
|
+
"defer_destroy": "-",
|
840
|
+
"userrefs": "-",
|
841
|
+
"mlslabel": "default",
|
842
|
+
"refcompressratio": "-",
|
843
|
+
"written": "-",
|
844
|
+
"logicalused": "-",
|
845
|
+
"logicalreferenced": "-",
|
846
|
+
"org.opensolaris.libbe:uuid": "inherited from rpool/ROOT/omnios",
|
847
|
+
"org.opensolaris.libbe:policy": "local"
|
848
|
+
},
|
849
|
+
"zfs_parents": [
|
850
|
+
"rpool",
|
851
|
+
"rpool/ROOT"
|
852
|
+
],
|
853
|
+
"zfs_zpool": false
|
854
|
+
},
|
855
|
+
"rpool/ROOT/omniosvar": {
|
856
|
+
"fs_type": "zfs",
|
857
|
+
"mount": "legacy",
|
858
|
+
"zfs_values": {
|
859
|
+
"type": "filesystem",
|
860
|
+
"creation": "1461250143",
|
861
|
+
"used": "19456",
|
862
|
+
"available": "12661267968",
|
863
|
+
"referenced": "19456",
|
864
|
+
"compressratio": "1.00x",
|
865
|
+
"mounted": "no",
|
866
|
+
"quota": "0",
|
867
|
+
"reservation": "0",
|
868
|
+
"recordsize": "131072",
|
869
|
+
"mountpoint": "legacy",
|
870
|
+
"sharenfs": "off",
|
871
|
+
"checksum": "on",
|
872
|
+
"compression": "off",
|
873
|
+
"atime": "on",
|
874
|
+
"devices": "on",
|
875
|
+
"exec": "on",
|
876
|
+
"setuid": "on",
|
877
|
+
"readonly": "off",
|
878
|
+
"zoned": "off",
|
879
|
+
"snapdir": "hidden",
|
880
|
+
"aclmode": "discard",
|
881
|
+
"aclinherit": "restricted",
|
882
|
+
"canmount": "noauto",
|
883
|
+
"xattr": "on",
|
884
|
+
"copies": "1",
|
885
|
+
"version": "5",
|
886
|
+
"utf8only": "off",
|
887
|
+
"normalization": "none",
|
888
|
+
"casesensitivity": "sensitive",
|
889
|
+
"vscan": "off",
|
890
|
+
"nbmand": "off",
|
891
|
+
"sharesmb": "off",
|
892
|
+
"refquota": "0",
|
893
|
+
"refreservation": "0",
|
894
|
+
"primarycache": "all",
|
895
|
+
"secondarycache": "all",
|
896
|
+
"usedbysnapshots": "0",
|
897
|
+
"usedbydataset": "19456",
|
898
|
+
"usedbychildren": "0",
|
899
|
+
"usedbyrefreservation": "0",
|
900
|
+
"logbias": "latency",
|
901
|
+
"dedup": "off",
|
902
|
+
"mlslabel": "none",
|
903
|
+
"sync": "standard",
|
904
|
+
"refcompressratio": "1.00x",
|
905
|
+
"written": "19456",
|
906
|
+
"logicalused": "9728",
|
907
|
+
"logicalreferenced": "9728",
|
908
|
+
"filesystem_limit": "18446744073709551615",
|
909
|
+
"snapshot_limit": "18446744073709551615",
|
910
|
+
"filesystem_count": "18446744073709551615",
|
911
|
+
"snapshot_count": "18446744073709551615",
|
912
|
+
"redundant_metadata": "all"
|
913
|
+
},
|
914
|
+
"zfs_sources": {
|
915
|
+
"type": "-",
|
916
|
+
"creation": "-",
|
917
|
+
"used": "-",
|
918
|
+
"available": "-",
|
919
|
+
"referenced": "-",
|
920
|
+
"compressratio": "-",
|
921
|
+
"mounted": "-",
|
922
|
+
"quota": "default",
|
923
|
+
"reservation": "default",
|
924
|
+
"recordsize": "default",
|
925
|
+
"mountpoint": "inherited from rpool/ROOT",
|
926
|
+
"sharenfs": "default",
|
927
|
+
"checksum": "default",
|
928
|
+
"compression": "default",
|
929
|
+
"atime": "default",
|
930
|
+
"devices": "default",
|
931
|
+
"exec": "default",
|
932
|
+
"setuid": "default",
|
933
|
+
"readonly": "default",
|
934
|
+
"zoned": "default",
|
935
|
+
"snapdir": "default",
|
936
|
+
"aclmode": "default",
|
937
|
+
"aclinherit": "default",
|
938
|
+
"canmount": "local",
|
939
|
+
"xattr": "default",
|
940
|
+
"copies": "default",
|
941
|
+
"version": "-",
|
942
|
+
"utf8only": "-",
|
943
|
+
"normalization": "-",
|
944
|
+
"casesensitivity": "-",
|
945
|
+
"vscan": "default",
|
946
|
+
"nbmand": "default",
|
947
|
+
"sharesmb": "default",
|
948
|
+
"refquota": "default",
|
949
|
+
"refreservation": "default",
|
950
|
+
"primarycache": "default",
|
951
|
+
"secondarycache": "default",
|
952
|
+
"usedbysnapshots": "-",
|
953
|
+
"usedbydataset": "-",
|
954
|
+
"usedbychildren": "-",
|
955
|
+
"usedbyrefreservation": "-",
|
956
|
+
"logbias": "default",
|
957
|
+
"dedup": "default",
|
958
|
+
"mlslabel": "default",
|
959
|
+
"sync": "default",
|
960
|
+
"refcompressratio": "-",
|
961
|
+
"written": "-",
|
962
|
+
"logicalused": "-",
|
963
|
+
"logicalreferenced": "-",
|
964
|
+
"filesystem_limit": "default",
|
965
|
+
"snapshot_limit": "default",
|
966
|
+
"filesystem_count": "default",
|
967
|
+
"snapshot_count": "default",
|
968
|
+
"redundant_metadata": "default"
|
969
|
+
},
|
970
|
+
"zfs_parents": [
|
971
|
+
"rpool",
|
972
|
+
"rpool/ROOT"
|
973
|
+
],
|
974
|
+
"zfs_zpool": false
|
975
|
+
},
|
976
|
+
"rpool/dump": {
|
977
|
+
"fs_type": "zfs",
|
978
|
+
"zfs_values": {
|
979
|
+
"type": "volume",
|
980
|
+
"creation": "1461250143",
|
981
|
+
"used": "536953856",
|
982
|
+
"available": "12661267968",
|
983
|
+
"referenced": "536953856",
|
984
|
+
"compressratio": "1.00x",
|
985
|
+
"reservation": "0",
|
986
|
+
"volsize": "536870912",
|
987
|
+
"volblocksize": "131072",
|
988
|
+
"checksum": "off",
|
989
|
+
"compression": "off",
|
990
|
+
"readonly": "off",
|
991
|
+
"copies": "1",
|
992
|
+
"refreservation": "0",
|
993
|
+
"primarycache": "all",
|
994
|
+
"secondarycache": "all",
|
995
|
+
"usedbysnapshots": "0",
|
996
|
+
"usedbydataset": "536953856",
|
997
|
+
"usedbychildren": "0",
|
998
|
+
"usedbyrefreservation": "0",
|
999
|
+
"logbias": "latency",
|
1000
|
+
"dedup": "off",
|
1001
|
+
"mlslabel": "none",
|
1002
|
+
"sync": "standard",
|
1003
|
+
"refcompressratio": "1.00x",
|
1004
|
+
"written": "536953856",
|
1005
|
+
"logicalused": "536912384",
|
1006
|
+
"logicalreferenced": "536912384",
|
1007
|
+
"snapshot_limit": "18446744073709551615",
|
1008
|
+
"snapshot_count": "18446744073709551615",
|
1009
|
+
"redundant_metadata": "all"
|
1010
|
+
},
|
1011
|
+
"zfs_sources": {
|
1012
|
+
"type": "-",
|
1013
|
+
"creation": "-",
|
1014
|
+
"used": "-",
|
1015
|
+
"available": "-",
|
1016
|
+
"referenced": "-",
|
1017
|
+
"compressratio": "-",
|
1018
|
+
"reservation": "default",
|
1019
|
+
"volsize": "local",
|
1020
|
+
"volblocksize": "-",
|
1021
|
+
"checksum": "local",
|
1022
|
+
"compression": "local",
|
1023
|
+
"readonly": "default",
|
1024
|
+
"copies": "default",
|
1025
|
+
"refreservation": "local",
|
1026
|
+
"primarycache": "default",
|
1027
|
+
"secondarycache": "default",
|
1028
|
+
"usedbysnapshots": "-",
|
1029
|
+
"usedbydataset": "-",
|
1030
|
+
"usedbychildren": "-",
|
1031
|
+
"usedbyrefreservation": "-",
|
1032
|
+
"logbias": "default",
|
1033
|
+
"dedup": "local",
|
1034
|
+
"mlslabel": "default",
|
1035
|
+
"sync": "default",
|
1036
|
+
"refcompressratio": "-",
|
1037
|
+
"written": "-",
|
1038
|
+
"logicalused": "-",
|
1039
|
+
"logicalreferenced": "-",
|
1040
|
+
"snapshot_limit": "default",
|
1041
|
+
"snapshot_count": "default",
|
1042
|
+
"redundant_metadata": "default"
|
1043
|
+
},
|
1044
|
+
"zfs_parents": [
|
1045
|
+
"rpool"
|
1046
|
+
],
|
1047
|
+
"zfs_zpool": false
|
1048
|
+
},
|
1049
|
+
"rpool/swap": {
|
1050
|
+
"fs_type": "zfs",
|
1051
|
+
"zfs_values": {
|
1052
|
+
"type": "volume",
|
1053
|
+
"creation": "1461250143",
|
1054
|
+
"used": "1107820544",
|
1055
|
+
"available": "13672869376",
|
1056
|
+
"referenced": "96219136",
|
1057
|
+
"compressratio": "1.00x",
|
1058
|
+
"reservation": "0",
|
1059
|
+
"volsize": "1073741824",
|
1060
|
+
"volblocksize": "8192",
|
1061
|
+
"checksum": "on",
|
1062
|
+
"compression": "off",
|
1063
|
+
"readonly": "off",
|
1064
|
+
"copies": "1",
|
1065
|
+
"refreservation": "1107820544",
|
1066
|
+
"primarycache": "all",
|
1067
|
+
"secondarycache": "all",
|
1068
|
+
"usedbysnapshots": "0",
|
1069
|
+
"usedbydataset": "96219136",
|
1070
|
+
"usedbychildren": "0",
|
1071
|
+
"usedbyrefreservation": "1011601408",
|
1072
|
+
"logbias": "latency",
|
1073
|
+
"dedup": "off",
|
1074
|
+
"mlslabel": "none",
|
1075
|
+
"sync": "standard",
|
1076
|
+
"refcompressratio": "1.00x",
|
1077
|
+
"written": "96219136",
|
1078
|
+
"logicalused": "96040960",
|
1079
|
+
"logicalreferenced": "96040960",
|
1080
|
+
"snapshot_limit": "18446744073709551615",
|
1081
|
+
"snapshot_count": "18446744073709551615",
|
1082
|
+
"redundant_metadata": "all"
|
1083
|
+
},
|
1084
|
+
"zfs_sources": {
|
1085
|
+
"type": "-",
|
1086
|
+
"creation": "-",
|
1087
|
+
"used": "-",
|
1088
|
+
"available": "-",
|
1089
|
+
"referenced": "-",
|
1090
|
+
"compressratio": "-",
|
1091
|
+
"reservation": "default",
|
1092
|
+
"volsize": "local",
|
1093
|
+
"volblocksize": "-",
|
1094
|
+
"checksum": "default",
|
1095
|
+
"compression": "default",
|
1096
|
+
"readonly": "default",
|
1097
|
+
"copies": "default",
|
1098
|
+
"refreservation": "local",
|
1099
|
+
"primarycache": "default",
|
1100
|
+
"secondarycache": "default",
|
1101
|
+
"usedbysnapshots": "-",
|
1102
|
+
"usedbydataset": "-",
|
1103
|
+
"usedbychildren": "-",
|
1104
|
+
"usedbyrefreservation": "-",
|
1105
|
+
"logbias": "default",
|
1106
|
+
"dedup": "default",
|
1107
|
+
"mlslabel": "default",
|
1108
|
+
"sync": "default",
|
1109
|
+
"refcompressratio": "-",
|
1110
|
+
"written": "-",
|
1111
|
+
"logicalused": "-",
|
1112
|
+
"logicalreferenced": "-",
|
1113
|
+
"snapshot_limit": "default",
|
1114
|
+
"snapshot_count": "default",
|
1115
|
+
"redundant_metadata": "default"
|
1116
|
+
},
|
1117
|
+
"zfs_parents": [
|
1118
|
+
"rpool"
|
1119
|
+
],
|
1120
|
+
"zfs_zpool": false
|
1121
|
+
}
|
1122
|
+
},
|
1123
|
+
"kernel": {
|
1124
|
+
"name": "SunOS",
|
1125
|
+
"release": "5.11",
|
1126
|
+
"version": "omnios-r151018-ae3141d",
|
1127
|
+
"machine": "i86pc",
|
1128
|
+
"processor": "i386",
|
1129
|
+
"os": "SunOS",
|
1130
|
+
"modules": {
|
1131
|
+
"specfs": {
|
1132
|
+
"id": 3,
|
1133
|
+
"loadaddr": "fffffffffbbdc000",
|
1134
|
+
"size": 25520,
|
1135
|
+
"description": "filesystem for specfs"
|
1136
|
+
},
|
1137
|
+
"fifofs": {
|
1138
|
+
"id": 4,
|
1139
|
+
"loadaddr": "fffffffffbbe22b0",
|
1140
|
+
"size": 18832,
|
1141
|
+
"description": "filesystem for fifo"
|
1142
|
+
},
|
1143
|
+
"dtrace": {
|
1144
|
+
"id": 5,
|
1145
|
+
"loadaddr": "fffffffff81da000",
|
1146
|
+
"size": 123912,
|
1147
|
+
"description": "Dynamic Tracing"
|
1148
|
+
},
|
1149
|
+
"devfs": {
|
1150
|
+
"id": 6,
|
1151
|
+
"loadaddr": "fffffffffbbe6b50",
|
1152
|
+
"size": 23312,
|
1153
|
+
"description": "devices filesystem"
|
1154
|
+
},
|
1155
|
+
"dev": {
|
1156
|
+
"id": 7,
|
1157
|
+
"loadaddr": "fffffffffbbec398",
|
1158
|
+
"size": 74872,
|
1159
|
+
"description": "/dev filesystem"
|
1160
|
+
},
|
1161
|
+
"dls": {
|
1162
|
+
"id": 8,
|
1163
|
+
"loadaddr": "fffffffff77fb000",
|
1164
|
+
"size": 27776,
|
1165
|
+
"description": "Data-Link Services"
|
1166
|
+
},
|
1167
|
+
"mac": {
|
1168
|
+
"id": 9,
|
1169
|
+
"loadaddr": "fffffffff7802000",
|
1170
|
+
"size": 216224,
|
1171
|
+
"description": "MAC Services"
|
1172
|
+
},
|
1173
|
+
"procfs": {
|
1174
|
+
"id": 10,
|
1175
|
+
"loadaddr": "fffffffff7836000",
|
1176
|
+
"size": 137336,
|
1177
|
+
"description": "filesystem for proc"
|
1178
|
+
},
|
1179
|
+
"TS": {
|
1180
|
+
"id": 12,
|
1181
|
+
"loadaddr": "fffffffff7858000",
|
1182
|
+
"size": 16488,
|
1183
|
+
"description": "time sharing sched class"
|
1184
|
+
},
|
1185
|
+
"TS_DPTBL": {
|
1186
|
+
"id": 13,
|
1187
|
+
"loadaddr": "fffffffff7801bc0",
|
1188
|
+
"size": 2584,
|
1189
|
+
"description": "Time sharing dispatch table"
|
1190
|
+
},
|
1191
|
+
"pci_autoconfig": {
|
1192
|
+
"id": 14,
|
1193
|
+
"loadaddr": "fffffffff785c000",
|
1194
|
+
"size": 41704,
|
1195
|
+
"description": "PCI BIOS interface"
|
1196
|
+
},
|
1197
|
+
"acpica": {
|
1198
|
+
"id": 15,
|
1199
|
+
"loadaddr": "fffffffff7867000",
|
1200
|
+
"size": 420904,
|
1201
|
+
"description": "ACPI interpreter"
|
1202
|
+
},
|
1203
|
+
"pcie": {
|
1204
|
+
"id": 16,
|
1205
|
+
"loadaddr": "fffffffff78cd000",
|
1206
|
+
"size": 104384,
|
1207
|
+
"description": "PCI Express Framework Module"
|
1208
|
+
},
|
1209
|
+
"busra": {
|
1210
|
+
"id": 17,
|
1211
|
+
"loadaddr": "fffffffff78e7000",
|
1212
|
+
"size": 9928,
|
1213
|
+
"description": "Bus Resource Allocator (BUSRA)"
|
1214
|
+
},
|
1215
|
+
"acpidev": {
|
1216
|
+
"id": 18,
|
1217
|
+
"loadaddr": "fffffffff78ea000",
|
1218
|
+
"size": 70968,
|
1219
|
+
"description": "ACPI device enumerator"
|
1220
|
+
},
|
1221
|
+
"isa": {
|
1222
|
+
"id": 19,
|
1223
|
+
"loadaddr": "fffffffff78fb000",
|
1224
|
+
"size": 15816,
|
1225
|
+
"description": "isa nexus driver for 'ISA'"
|
1226
|
+
},
|
1227
|
+
"cpu.generic": {
|
1228
|
+
"id": 20,
|
1229
|
+
"loadaddr": "fffffffff78ff000",
|
1230
|
+
"size": 19384,
|
1231
|
+
"description": "Generic x86 CPU Module"
|
1232
|
+
},
|
1233
|
+
"uppc": {
|
1234
|
+
"id": 22,
|
1235
|
+
"loadaddr": "fffffffff7904000",
|
1236
|
+
"size": 14168,
|
1237
|
+
"description": "UniProcessor PC"
|
1238
|
+
},
|
1239
|
+
"pcplusmp": {
|
1240
|
+
"id": 25,
|
1241
|
+
"loadaddr": "fffffffff791c000",
|
1242
|
+
"size": 70712,
|
1243
|
+
"description": "pcplusmp v1.4 compatible"
|
1244
|
+
},
|
1245
|
+
"rootnex": {
|
1246
|
+
"id": 26,
|
1247
|
+
"loadaddr": "fffffffff792d000",
|
1248
|
+
"size": 86048,
|
1249
|
+
"description": "i86pc root nexus"
|
1250
|
+
},
|
1251
|
+
"iommulib": {
|
1252
|
+
"id": 27,
|
1253
|
+
"loadaddr": "fffffffff7942000",
|
1254
|
+
"size": 9760,
|
1255
|
+
"description": "IOMMU library module"
|
1256
|
+
},
|
1257
|
+
"options": {
|
1258
|
+
"id": 28,
|
1259
|
+
"loadaddr": "fffffffff78ccdb8",
|
1260
|
+
"size": 816,
|
1261
|
+
"description": "options driver"
|
1262
|
+
},
|
1263
|
+
"pseudo": {
|
1264
|
+
"id": 29,
|
1265
|
+
"loadaddr": "fffffffff78572e8",
|
1266
|
+
"size": 3696,
|
1267
|
+
"description": "nexus driver for 'pseudo' 1.31"
|
1268
|
+
},
|
1269
|
+
"clone": {
|
1270
|
+
"id": 30,
|
1271
|
+
"loadaddr": "fffffffff78faa60",
|
1272
|
+
"size": 2096,
|
1273
|
+
"description": "Clone Pseudodriver 'clone'"
|
1274
|
+
},
|
1275
|
+
"scsi_vhci": {
|
1276
|
+
"id": 31,
|
1277
|
+
"loadaddr": "fffffffff7945000",
|
1278
|
+
"size": 78256,
|
1279
|
+
"description": "SCSI VHCI Driver"
|
1280
|
+
},
|
1281
|
+
"scsi": {
|
1282
|
+
"id": 32,
|
1283
|
+
"loadaddr": "fffffffff7958000",
|
1284
|
+
"size": 159216,
|
1285
|
+
"description": "SCSI Bus Utility Routines"
|
1286
|
+
},
|
1287
|
+
"scsi_vhci_f_asym_sun": {
|
1288
|
+
"id": 33,
|
1289
|
+
"loadaddr": "fffffffff797c000",
|
1290
|
+
"size": 4120,
|
1291
|
+
"description": "f_asym_sun"
|
1292
|
+
},
|
1293
|
+
"scsi_vhci_f_asym_lsi": {
|
1294
|
+
"id": 34,
|
1295
|
+
"loadaddr": "fffffffff797d000",
|
1296
|
+
"size": 8000,
|
1297
|
+
"description": "f_asym_lsi"
|
1298
|
+
},
|
1299
|
+
"scsi_vhci_f_asym_emc": {
|
1300
|
+
"id": 35,
|
1301
|
+
"loadaddr": "fffffffff797f000",
|
1302
|
+
"size": 4624,
|
1303
|
+
"description": "f_asym_emc"
|
1304
|
+
},
|
1305
|
+
"scsi_vhci_f_sym_emc": {
|
1306
|
+
"id": 36,
|
1307
|
+
"loadaddr": "fffffffff7835ae8",
|
1308
|
+
"size": 1112,
|
1309
|
+
"description": "f_sym_emc"
|
1310
|
+
},
|
1311
|
+
"scsi_vhci_f_sym_hds": {
|
1312
|
+
"id": 37,
|
1313
|
+
"loadaddr": "fffffffffbbff8b0",
|
1314
|
+
"size": 2040,
|
1315
|
+
"description": "f_sym_hds"
|
1316
|
+
},
|
1317
|
+
"scsi_vhci_f_sym": {
|
1318
|
+
"id": 38,
|
1319
|
+
"loadaddr": "fffffffff79419d0",
|
1320
|
+
"size": 1944,
|
1321
|
+
"description": "f_sym"
|
1322
|
+
},
|
1323
|
+
"scsi_vhci_f_tpgs": {
|
1324
|
+
"id": 39,
|
1325
|
+
"loadaddr": "fffffffff78661a0",
|
1326
|
+
"size": 3288,
|
1327
|
+
"description": "f_tpgs"
|
1328
|
+
},
|
1329
|
+
"pci": {
|
1330
|
+
"id": 40,
|
1331
|
+
"loadaddr": "fffffffff7981000",
|
1332
|
+
"size": 29568,
|
1333
|
+
"description": "x86 Host to PCI nexus driver"
|
1334
|
+
},
|
1335
|
+
"pcihp": {
|
1336
|
+
"id": 41,
|
1337
|
+
"loadaddr": "fffffffff7988000",
|
1338
|
+
"size": 23960,
|
1339
|
+
"description": "PCI nexus hotplug support"
|
1340
|
+
},
|
1341
|
+
"hpcsvc": {
|
1342
|
+
"id": 42,
|
1343
|
+
"loadaddr": "fffffffff798e000",
|
1344
|
+
"size": 5128,
|
1345
|
+
"description": "hot-plug controller services"
|
1346
|
+
},
|
1347
|
+
"zfs": {
|
1348
|
+
"id": 45,
|
1349
|
+
"loadaddr": "fffffffff7990000",
|
1350
|
+
"size": 1039696,
|
1351
|
+
"description": "ZFS storage pool"
|
1352
|
+
},
|
1353
|
+
"swrand": {
|
1354
|
+
"id": 46,
|
1355
|
+
"loadaddr": "fffffffff7908000",
|
1356
|
+
"size": 8248,
|
1357
|
+
"description": "Kernel Random number Provider"
|
1358
|
+
},
|
1359
|
+
"kcf": {
|
1360
|
+
"id": 47,
|
1361
|
+
"loadaddr": "fffffffff7a81000",
|
1362
|
+
"size": 155624,
|
1363
|
+
"description": "Kernel Crypto Framework"
|
1364
|
+
},
|
1365
|
+
"sha1": {
|
1366
|
+
"id": 48,
|
1367
|
+
"loadaddr": "fffffffff790a000",
|
1368
|
+
"size": 14312,
|
1369
|
+
"description": "SHA1 Kernel SW Provider 1.1"
|
1370
|
+
},
|
1371
|
+
"idmap": {
|
1372
|
+
"id": 49,
|
1373
|
+
"loadaddr": "fffffffff790e000",
|
1374
|
+
"size": 20392,
|
1375
|
+
"description": "ID Mapping kernel module"
|
1376
|
+
},
|
1377
|
+
"doorfs": {
|
1378
|
+
"id": 50,
|
1379
|
+
"loadaddr": "fffffffff7913000",
|
1380
|
+
"size": 27864,
|
1381
|
+
"description": "32-bit door syscalls"
|
1382
|
+
},
|
1383
|
+
"rpcmod": {
|
1384
|
+
"id": 51,
|
1385
|
+
"loadaddr": "fffffffff7aa7000",
|
1386
|
+
"size": 134144,
|
1387
|
+
"description": "rpc interface str mod"
|
1388
|
+
},
|
1389
|
+
"tlimod": {
|
1390
|
+
"id": 52,
|
1391
|
+
"loadaddr": "fffffffff7ac5000",
|
1392
|
+
"size": 8384,
|
1393
|
+
"description": "KTLI misc module"
|
1394
|
+
},
|
1395
|
+
"sha2": {
|
1396
|
+
"id": 53,
|
1397
|
+
"loadaddr": "fffffffff7ac8000",
|
1398
|
+
"size": 24024,
|
1399
|
+
"description": "SHA2 Kernel SW Provider"
|
1400
|
+
},
|
1401
|
+
"skein": {
|
1402
|
+
"id": 54,
|
1403
|
+
"loadaddr": "fffffffff7ace000",
|
1404
|
+
"size": 25112,
|
1405
|
+
"description": "Skein Kernel SW Provider"
|
1406
|
+
},
|
1407
|
+
"edonr": {
|
1408
|
+
"id": 55,
|
1409
|
+
"loadaddr": "fffffffff7ad4000",
|
1410
|
+
"size": 11744,
|
1411
|
+
"description": "Edon-R Message-Digest Algorithm"
|
1412
|
+
},
|
1413
|
+
"acpippm": {
|
1414
|
+
"id": 56,
|
1415
|
+
"loadaddr": "fffffffff7909598",
|
1416
|
+
"size": 3048,
|
1417
|
+
"description": "ACPI ppm driver"
|
1418
|
+
},
|
1419
|
+
"ppm": {
|
1420
|
+
"id": 57,
|
1421
|
+
"loadaddr": "fffffffff7ad7000",
|
1422
|
+
"size": 25536,
|
1423
|
+
"description": "platform pm driver"
|
1424
|
+
},
|
1425
|
+
"ahci": {
|
1426
|
+
"id": 58,
|
1427
|
+
"loadaddr": "fffffffff7add000",
|
1428
|
+
"size": 86776,
|
1429
|
+
"description": "ahci driver"
|
1430
|
+
},
|
1431
|
+
"sata": {
|
1432
|
+
"id": 59,
|
1433
|
+
"loadaddr": "fffffffff7af2000",
|
1434
|
+
"size": 112656,
|
1435
|
+
"description": "SATA Module"
|
1436
|
+
},
|
1437
|
+
"sd": {
|
1438
|
+
"id": 60,
|
1439
|
+
"loadaddr": "fffffffff7b0e000",
|
1440
|
+
"size": 156480,
|
1441
|
+
"description": "SCSI Disk Driver"
|
1442
|
+
},
|
1443
|
+
"cmlb": {
|
1444
|
+
"id": 61,
|
1445
|
+
"loadaddr": "fffffffff7b33000",
|
1446
|
+
"size": 35392,
|
1447
|
+
"description": "Common Labeling module"
|
1448
|
+
},
|
1449
|
+
"SDC": {
|
1450
|
+
"id": 62,
|
1451
|
+
"loadaddr": "fffffffff791a000",
|
1452
|
+
"size": 7616,
|
1453
|
+
"description": "system duty cycle scheduling cl"
|
1454
|
+
},
|
1455
|
+
"ctfs": {
|
1456
|
+
"id": 63,
|
1457
|
+
"loadaddr": "fffffffff7b3b000",
|
1458
|
+
"size": 17528,
|
1459
|
+
"description": "contract filesystem"
|
1460
|
+
},
|
1461
|
+
"mntfs": {
|
1462
|
+
"id": 64,
|
1463
|
+
"loadaddr": "fffffffff7b40000",
|
1464
|
+
"size": 16272,
|
1465
|
+
"description": "mount information file system"
|
1466
|
+
},
|
1467
|
+
"tmpfs": {
|
1468
|
+
"id": 65,
|
1469
|
+
"loadaddr": "fffffffff7b44000",
|
1470
|
+
"size": 98400,
|
1471
|
+
"description": "filesystem for tmpfs"
|
1472
|
+
},
|
1473
|
+
"objfs": {
|
1474
|
+
"id": 66,
|
1475
|
+
"loadaddr": "fffffffff7b4c000",
|
1476
|
+
"size": 9920,
|
1477
|
+
"description": "kernel object filesystem"
|
1478
|
+
},
|
1479
|
+
"bootfs": {
|
1480
|
+
"id": 67,
|
1481
|
+
"loadaddr": "fffffffff7b4f000",
|
1482
|
+
"size": 10936,
|
1483
|
+
"description": "boot-time modules file system"
|
1484
|
+
},
|
1485
|
+
"sharefs": {
|
1486
|
+
"id": 68,
|
1487
|
+
"loadaddr": "fffffffff7b52000",
|
1488
|
+
"size": 7696,
|
1489
|
+
"description": "sharefs syscall (32-bit)"
|
1490
|
+
},
|
1491
|
+
"acpinex": {
|
1492
|
+
"id": 69,
|
1493
|
+
"loadaddr": "fffffffff7b54000",
|
1494
|
+
"size": 12512,
|
1495
|
+
"description": "ACPI virtual bus driver"
|
1496
|
+
},
|
1497
|
+
"strplumb": {
|
1498
|
+
"id": 71,
|
1499
|
+
"loadaddr": "fffffffff7b5a000",
|
1500
|
+
"size": 6048,
|
1501
|
+
"description": "STREAMS Plumbing Module"
|
1502
|
+
},
|
1503
|
+
"dld": {
|
1504
|
+
"id": 72,
|
1505
|
+
"loadaddr": "fffffffff7b5c000",
|
1506
|
+
"size": 37600,
|
1507
|
+
"description": "Data-Link Driver"
|
1508
|
+
},
|
1509
|
+
"ip": {
|
1510
|
+
"id": 73,
|
1511
|
+
"loadaddr": "fffffffff7b65000",
|
1512
|
+
"size": 1383672,
|
1513
|
+
"description": "IP STREAMS module 1.47"
|
1514
|
+
},
|
1515
|
+
"md5": {
|
1516
|
+
"id": 74,
|
1517
|
+
"loadaddr": "fffffffff7ca7000",
|
1518
|
+
"size": 12400,
|
1519
|
+
"description": "MD5 Kernel SW Provider"
|
1520
|
+
},
|
1521
|
+
"hook": {
|
1522
|
+
"id": 75,
|
1523
|
+
"loadaddr": "fffffffff7caa000",
|
1524
|
+
"size": 17632,
|
1525
|
+
"description": "Hooks Interface v1.0"
|
1526
|
+
},
|
1527
|
+
"neti": {
|
1528
|
+
"id": 76,
|
1529
|
+
"loadaddr": "fffffffff7caf000",
|
1530
|
+
"size": 10704,
|
1531
|
+
"description": "netinfo module"
|
1532
|
+
},
|
1533
|
+
"ip6": {
|
1534
|
+
"id": 77,
|
1535
|
+
"loadaddr": "fffffffff7b3aa80",
|
1536
|
+
"size": 1608,
|
1537
|
+
"description": "IP6 STREAMS driver"
|
1538
|
+
},
|
1539
|
+
"tcp": {
|
1540
|
+
"id": 78,
|
1541
|
+
"loadaddr": "fffffffff7b519c8",
|
1542
|
+
"size": 1896,
|
1543
|
+
"description": "TCP socket module"
|
1544
|
+
},
|
1545
|
+
"sockfs": {
|
1546
|
+
"id": 79,
|
1547
|
+
"loadaddr": "fffffffff7cb2000",
|
1548
|
+
"size": 205992,
|
1549
|
+
"description": "filesystem for sockfs"
|
1550
|
+
},
|
1551
|
+
"tcp6": {
|
1552
|
+
"id": 80,
|
1553
|
+
"loadaddr": "fffffffff78fe940",
|
1554
|
+
"size": 1608,
|
1555
|
+
"description": "TCP6 STREAMS driver"
|
1556
|
+
},
|
1557
|
+
"udp": {
|
1558
|
+
"id": 81,
|
1559
|
+
"loadaddr": "fffffffff7cb1938",
|
1560
|
+
"size": 1896,
|
1561
|
+
"description": "UDP socket module"
|
1562
|
+
},
|
1563
|
+
"udp6": {
|
1564
|
+
"id": 82,
|
1565
|
+
"loadaddr": "fffffffff7ac4918",
|
1566
|
+
"size": 1608,
|
1567
|
+
"description": "UDP6 STREAMS driver"
|
1568
|
+
},
|
1569
|
+
"icmp": {
|
1570
|
+
"id": 83,
|
1571
|
+
"loadaddr": "fffffffff7b32908",
|
1572
|
+
"size": 1896,
|
1573
|
+
"description": "Rawip socket module"
|
1574
|
+
},
|
1575
|
+
"icmp6": {
|
1576
|
+
"id": 84,
|
1577
|
+
"loadaddr": "fffffffff7acd8b8",
|
1578
|
+
"size": 1608,
|
1579
|
+
"description": "ICMP6 STREAMS driver"
|
1580
|
+
},
|
1581
|
+
"arp": {
|
1582
|
+
"id": 85,
|
1583
|
+
"loadaddr": "fffffffff791b8a0",
|
1584
|
+
"size": 1704,
|
1585
|
+
"description": "ARP STREAMS module"
|
1586
|
+
},
|
1587
|
+
"timod": {
|
1588
|
+
"id": 86,
|
1589
|
+
"loadaddr": "fffffffff7ce3000",
|
1590
|
+
"size": 18448,
|
1591
|
+
"description": "transport interface str mod"
|
1592
|
+
},
|
1593
|
+
"consconfig_dacf": {
|
1594
|
+
"id": 88,
|
1595
|
+
"loadaddr": "fffffffff7ce7000",
|
1596
|
+
"size": 22800,
|
1597
|
+
"description": "Consconfig DACF"
|
1598
|
+
},
|
1599
|
+
"usbser": {
|
1600
|
+
"id": 89,
|
1601
|
+
"loadaddr": "fffffffff7cec000",
|
1602
|
+
"size": 21424,
|
1603
|
+
"description": "USB generic serial module"
|
1604
|
+
},
|
1605
|
+
"usba": {
|
1606
|
+
"id": 90,
|
1607
|
+
"loadaddr": "fffffffff7cf2000",
|
1608
|
+
"size": 194592,
|
1609
|
+
"description": "USBA: USB Architecture 2.0 1.66"
|
1610
|
+
},
|
1611
|
+
"i8042": {
|
1612
|
+
"id": 91,
|
1613
|
+
"loadaddr": "fffffffff7d21000",
|
1614
|
+
"size": 7984,
|
1615
|
+
"description": "i8042 nexus driver"
|
1616
|
+
},
|
1617
|
+
"vgatext": {
|
1618
|
+
"id": 92,
|
1619
|
+
"loadaddr": "fffffffff7d23000",
|
1620
|
+
"size": 19304,
|
1621
|
+
"description": "VGA text driver"
|
1622
|
+
},
|
1623
|
+
"agpmaster": {
|
1624
|
+
"id": 93,
|
1625
|
+
"loadaddr": "fffffffff7d26000",
|
1626
|
+
"size": 6128,
|
1627
|
+
"description": "AGP master interfaces"
|
1628
|
+
},
|
1629
|
+
"conskbd": {
|
1630
|
+
"id": 94,
|
1631
|
+
"loadaddr": "fffffffff7d28000",
|
1632
|
+
"size": 12648,
|
1633
|
+
"description": "conskbd multiplexer driver"
|
1634
|
+
},
|
1635
|
+
"kbtrans": {
|
1636
|
+
"id": 95,
|
1637
|
+
"loadaddr": "fffffffff7d2b000",
|
1638
|
+
"size": 20192,
|
1639
|
+
"description": "kbtrans (key translation)"
|
1640
|
+
},
|
1641
|
+
"consms": {
|
1642
|
+
"id": 96,
|
1643
|
+
"loadaddr": "fffffffff7d2f000",
|
1644
|
+
"size": 8024,
|
1645
|
+
"description": "Mouse Driver for Sun 'consms' 5"
|
1646
|
+
},
|
1647
|
+
"wc": {
|
1648
|
+
"id": 97,
|
1649
|
+
"loadaddr": "fffffffff7d31000",
|
1650
|
+
"size": 16128,
|
1651
|
+
"description": "Workstation multiplexer Driver "
|
1652
|
+
},
|
1653
|
+
"tem": {
|
1654
|
+
"id": 98,
|
1655
|
+
"loadaddr": "fffffffff7d35000",
|
1656
|
+
"size": 45920,
|
1657
|
+
"description": "ANSI Terminal Emulator"
|
1658
|
+
},
|
1659
|
+
"iwscn": {
|
1660
|
+
"id": 99,
|
1661
|
+
"loadaddr": "fffffffff7980128",
|
1662
|
+
"size": 4152,
|
1663
|
+
"description": "Workstation Redirection driver"
|
1664
|
+
},
|
1665
|
+
"ohci": {
|
1666
|
+
"id": 102,
|
1667
|
+
"loadaddr": "fffffffff7d64000",
|
1668
|
+
"size": 78552,
|
1669
|
+
"description": "USB OpenHCI Driver"
|
1670
|
+
},
|
1671
|
+
"kb8042": {
|
1672
|
+
"id": 103,
|
1673
|
+
"loadaddr": "fffffffff7d78000",
|
1674
|
+
"size": 14272,
|
1675
|
+
"description": "PS/2 keyboard driver"
|
1676
|
+
},
|
1677
|
+
"mouse8042": {
|
1678
|
+
"id": 104,
|
1679
|
+
"loadaddr": "fffffffff7d7b000",
|
1680
|
+
"size": 5296,
|
1681
|
+
"description": "PS/2 Mouse"
|
1682
|
+
},
|
1683
|
+
"vuid3ps2": {
|
1684
|
+
"id": 105,
|
1685
|
+
"loadaddr": "fffffffff7d7d000",
|
1686
|
+
"size": 9056,
|
1687
|
+
"description": "mouse events to vuid events"
|
1688
|
+
},
|
1689
|
+
"ibtl": {
|
1690
|
+
"id": 108,
|
1691
|
+
"loadaddr": "fffffffff7d9b000",
|
1692
|
+
"size": 82312,
|
1693
|
+
"description": "IB Transport Layer"
|
1694
|
+
},
|
1695
|
+
"ibmf": {
|
1696
|
+
"id": 109,
|
1697
|
+
"loadaddr": "fffffffff7dae000",
|
1698
|
+
"size": 445600,
|
1699
|
+
"description": "IB Agent Interfaces 2.0"
|
1700
|
+
},
|
1701
|
+
"acpi_drv": {
|
1702
|
+
"id": 110,
|
1703
|
+
"loadaddr": "fffffffff7d80000",
|
1704
|
+
"size": 20448,
|
1705
|
+
"description": "ACPI driver"
|
1706
|
+
},
|
1707
|
+
"audio": {
|
1708
|
+
"id": 112,
|
1709
|
+
"loadaddr": "fffffffff7dfb000",
|
1710
|
+
"size": 367424,
|
1711
|
+
"description": "Audio Framework"
|
1712
|
+
},
|
1713
|
+
"elfexec": {
|
1714
|
+
"id": 116,
|
1715
|
+
"loadaddr": "fffffffff8043000",
|
1716
|
+
"size": 47488,
|
1717
|
+
"description": "32-bit exec module for elf"
|
1718
|
+
},
|
1719
|
+
"sad": {
|
1720
|
+
"id": 120,
|
1721
|
+
"loadaddr": "fffffffff7d8c000",
|
1722
|
+
"size": 4968,
|
1723
|
+
"description": "STREAMS Administrative Driver '"
|
1724
|
+
},
|
1725
|
+
"ldterm": {
|
1726
|
+
"id": 121,
|
1727
|
+
"loadaddr": "fffffffff7e87000",
|
1728
|
+
"size": 61736,
|
1729
|
+
"description": "terminal line discipline"
|
1730
|
+
},
|
1731
|
+
"ttcompat": {
|
1732
|
+
"id": 122,
|
1733
|
+
"loadaddr": "fffffffff7e96000",
|
1734
|
+
"size": 8368,
|
1735
|
+
"description": "alt ioctl calls"
|
1736
|
+
},
|
1737
|
+
"ptsl": {
|
1738
|
+
"id": 124,
|
1739
|
+
"loadaddr": "fffffffff7ea0000",
|
1740
|
+
"size": 6224,
|
1741
|
+
"description": "tty pseudo driver slave 'ptsl'"
|
1742
|
+
},
|
1743
|
+
"ptc": {
|
1744
|
+
"id": 125,
|
1745
|
+
"loadaddr": "fffffffff7ea2000",
|
1746
|
+
"size": 7968,
|
1747
|
+
"description": "tty pseudo driver control 'ptc'"
|
1748
|
+
},
|
1749
|
+
"rds": {
|
1750
|
+
"id": 134,
|
1751
|
+
"loadaddr": "fffffffff7ee4000",
|
1752
|
+
"size": 14040,
|
1753
|
+
"description": "RDS STREAMS driver"
|
1754
|
+
},
|
1755
|
+
"tl": {
|
1756
|
+
"id": 135,
|
1757
|
+
"loadaddr": "fffffffff7ee7000",
|
1758
|
+
"size": 30696,
|
1759
|
+
"description": "TPI Local Transport (tl)"
|
1760
|
+
},
|
1761
|
+
"keysock": {
|
1762
|
+
"id": 136,
|
1763
|
+
"loadaddr": "fffffffff7eef000",
|
1764
|
+
"size": 19672,
|
1765
|
+
"description": "PF_KEY socket STREAMS module"
|
1766
|
+
},
|
1767
|
+
"spdsock": {
|
1768
|
+
"id": 137,
|
1769
|
+
"loadaddr": "fffffffff7ef4000",
|
1770
|
+
"size": 29856,
|
1771
|
+
"description": "PF_POLICY socket STREAMS driver"
|
1772
|
+
},
|
1773
|
+
"sysmsg": {
|
1774
|
+
"id": 138,
|
1775
|
+
"loadaddr": "fffffffff7efc000",
|
1776
|
+
"size": 7296,
|
1777
|
+
"description": "System message redirection (fan"
|
1778
|
+
},
|
1779
|
+
"cn": {
|
1780
|
+
"id": 139,
|
1781
|
+
"loadaddr": "fffffffff7ec1548",
|
1782
|
+
"size": 3120,
|
1783
|
+
"description": "Console redirection driver"
|
1784
|
+
},
|
1785
|
+
"mm": {
|
1786
|
+
"id": 140,
|
1787
|
+
"loadaddr": "fffffffff7efe000",
|
1788
|
+
"size": 14888,
|
1789
|
+
"description": "memory driver"
|
1790
|
+
},
|
1791
|
+
"pipe": {
|
1792
|
+
"id": 141,
|
1793
|
+
"loadaddr": "fffffffff7d2eb70",
|
1794
|
+
"size": 1296,
|
1795
|
+
"description": "32-bit pipe(2) syscall"
|
1796
|
+
},
|
1797
|
+
"hid": {
|
1798
|
+
"id": 144,
|
1799
|
+
"loadaddr": "fffffffff7f03000",
|
1800
|
+
"size": 18464,
|
1801
|
+
"description": "USB HID Client Driver"
|
1802
|
+
},
|
1803
|
+
"hidparser": {
|
1804
|
+
"id": 145,
|
1805
|
+
"loadaddr": "fffffffff7f0a000",
|
1806
|
+
"size": 16496,
|
1807
|
+
"description": "HID Parser"
|
1808
|
+
},
|
1809
|
+
"namefs": {
|
1810
|
+
"id": 147,
|
1811
|
+
"loadaddr": "fffffffff7f0e000",
|
1812
|
+
"size": 9440,
|
1813
|
+
"description": "filesystem for namefs"
|
1814
|
+
},
|
1815
|
+
"portfs": {
|
1816
|
+
"id": 149,
|
1817
|
+
"loadaddr": "fffffffff7f38000",
|
1818
|
+
"size": 30008,
|
1819
|
+
"description": "32-bit event ports syscalls"
|
1820
|
+
},
|
1821
|
+
"usbms": {
|
1822
|
+
"id": 150,
|
1823
|
+
"loadaddr": "fffffffff7f6a000",
|
1824
|
+
"size": 11352,
|
1825
|
+
"description": "USB mouse streams"
|
1826
|
+
},
|
1827
|
+
"smbios": {
|
1828
|
+
"id": 153,
|
1829
|
+
"loadaddr": "fffffffff8063600",
|
1830
|
+
"size": 2960,
|
1831
|
+
"description": "System Management BIOS driver"
|
1832
|
+
},
|
1833
|
+
"kssl": {
|
1834
|
+
"id": 156,
|
1835
|
+
"loadaddr": "fffffffff7f70000",
|
1836
|
+
"size": 12016,
|
1837
|
+
"description": "Kernel SSL Interface"
|
1838
|
+
},
|
1839
|
+
"fctl": {
|
1840
|
+
"id": 162,
|
1841
|
+
"loadaddr": "fffffffff7f9d000",
|
1842
|
+
"size": 45048,
|
1843
|
+
"description": "SunFC Transport v20090729-1.70"
|
1844
|
+
},
|
1845
|
+
"stmf": {
|
1846
|
+
"id": 165,
|
1847
|
+
"loadaddr": "fffffffff8050000",
|
1848
|
+
"size": 73104,
|
1849
|
+
"description": "COMSTAR STMF"
|
1850
|
+
},
|
1851
|
+
"ksocket": {
|
1852
|
+
"id": 167,
|
1853
|
+
"loadaddr": "fffffffff7fa8000",
|
1854
|
+
"size": 8576,
|
1855
|
+
"description": "kernel socket module"
|
1856
|
+
},
|
1857
|
+
"ibcm": {
|
1858
|
+
"id": 168,
|
1859
|
+
"loadaddr": "fffffffff807b000",
|
1860
|
+
"size": 186632,
|
1861
|
+
"description": "IB Communication Manager"
|
1862
|
+
},
|
1863
|
+
"intpexec": {
|
1864
|
+
"id": 169,
|
1865
|
+
"loadaddr": "fffffffff806fa00",
|
1866
|
+
"size": 1696,
|
1867
|
+
"description": "exec mod for interp"
|
1868
|
+
},
|
1869
|
+
"stmf_sbd": {
|
1870
|
+
"id": 171,
|
1871
|
+
"loadaddr": "fffffffff80bd000",
|
1872
|
+
"size": 71728,
|
1873
|
+
"description": "COMSTAR SBD"
|
1874
|
+
},
|
1875
|
+
"sysevent": {
|
1876
|
+
"id": 174,
|
1877
|
+
"loadaddr": "fffffffff8062000",
|
1878
|
+
"size": 6072,
|
1879
|
+
"description": "sysevent driver"
|
1880
|
+
},
|
1881
|
+
"softmac": {
|
1882
|
+
"id": 175,
|
1883
|
+
"loadaddr": "fffffffff8064000",
|
1884
|
+
"size": 40992,
|
1885
|
+
"description": "softmac driver"
|
1886
|
+
},
|
1887
|
+
"log": {
|
1888
|
+
"id": 176,
|
1889
|
+
"loadaddr": "fffffffff7e58710",
|
1890
|
+
"size": 2968,
|
1891
|
+
"description": "streams log driver"
|
1892
|
+
},
|
1893
|
+
"rts": {
|
1894
|
+
"id": 177,
|
1895
|
+
"loadaddr": "fffffffff7d34b20",
|
1896
|
+
"size": 1736,
|
1897
|
+
"description": "PF_ROUTE socket module"
|
1898
|
+
},
|
1899
|
+
"e1000g": {
|
1900
|
+
"id": 178,
|
1901
|
+
"loadaddr": "fffffffff80cf000",
|
1902
|
+
"size": 306296,
|
1903
|
+
"description": "Intel PRO/1000 Ethernet"
|
1904
|
+
},
|
1905
|
+
"mac_ether": {
|
1906
|
+
"id": 179,
|
1907
|
+
"loadaddr": "fffffffff7903468",
|
1908
|
+
"size": 7624,
|
1909
|
+
"description": "Ethernet MAC plugin"
|
1910
|
+
},
|
1911
|
+
"openeepr": {
|
1912
|
+
"id": 181,
|
1913
|
+
"loadaddr": "fffffffff806e000",
|
1914
|
+
"size": 8088,
|
1915
|
+
"description": "OPENPROM/NVRAM Driver"
|
1916
|
+
},
|
1917
|
+
"devinfo": {
|
1918
|
+
"id": 182,
|
1919
|
+
"loadaddr": "fffffffff7eb9000",
|
1920
|
+
"size": 26424,
|
1921
|
+
"description": "DEVINFO Driver"
|
1922
|
+
},
|
1923
|
+
"lofs": {
|
1924
|
+
"id": 184,
|
1925
|
+
"loadaddr": "fffffffff7fad000",
|
1926
|
+
"size": 17232,
|
1927
|
+
"description": "filesystem for lofs"
|
1928
|
+
},
|
1929
|
+
"fdfs": {
|
1930
|
+
"id": 187,
|
1931
|
+
"loadaddr": "fffffffff8079000",
|
1932
|
+
"size": 5464,
|
1933
|
+
"description": "filesystem for fd"
|
1934
|
+
},
|
1935
|
+
"FX": {
|
1936
|
+
"id": 188,
|
1937
|
+
"loadaddr": "fffffffff7fb2000",
|
1938
|
+
"size": 13248,
|
1939
|
+
"description": "Fixed priority sched class"
|
1940
|
+
},
|
1941
|
+
"FX_DPTBL": {
|
1942
|
+
"id": 189,
|
1943
|
+
"loadaddr": "fffffffff804fea0",
|
1944
|
+
"size": 960,
|
1945
|
+
"description": "Fixed priority dispatch table"
|
1946
|
+
},
|
1947
|
+
"kstat": {
|
1948
|
+
"id": 193,
|
1949
|
+
"loadaddr": "fffffffff7fb9000",
|
1950
|
+
"size": 4648,
|
1951
|
+
"description": "kernel statistics driver"
|
1952
|
+
},
|
1953
|
+
"power": {
|
1954
|
+
"id": 194,
|
1955
|
+
"loadaddr": "fffffffff8155000",
|
1956
|
+
"size": 6320,
|
1957
|
+
"description": "power button driver"
|
1958
|
+
},
|
1959
|
+
"srn": {
|
1960
|
+
"id": 195,
|
1961
|
+
"loadaddr": "fffffffff7aa62f8",
|
1962
|
+
"size": 3928,
|
1963
|
+
"description": "srn driver"
|
1964
|
+
},
|
1965
|
+
"random": {
|
1966
|
+
"id": 196,
|
1967
|
+
"loadaddr": "fffffffff8119808",
|
1968
|
+
"size": 2360,
|
1969
|
+
"description": "random number device"
|
1970
|
+
},
|
1971
|
+
"iscsi": {
|
1972
|
+
"id": 197,
|
1973
|
+
"loadaddr": "fffffffff8157000",
|
1974
|
+
"size": 221984,
|
1975
|
+
"description": "iSCSI Initiator v-1.55"
|
1976
|
+
},
|
1977
|
+
"idm": {
|
1978
|
+
"id": 198,
|
1979
|
+
"loadaddr": "fffffffff818d000",
|
1980
|
+
"size": 74600,
|
1981
|
+
"description": "iSCSI Data Mover"
|
1982
|
+
},
|
1983
|
+
"pit_beep": {
|
1984
|
+
"id": 200,
|
1985
|
+
"loadaddr": "fffffffff7fb4b80",
|
1986
|
+
"size": 1488,
|
1987
|
+
"description": "Intel Pit_beep Driver"
|
1988
|
+
},
|
1989
|
+
"cpc": {
|
1990
|
+
"id": 205,
|
1991
|
+
"loadaddr": "fffffffff81c2000",
|
1992
|
+
"size": 6256,
|
1993
|
+
"description": "32-bit cpc sampling system call"
|
1994
|
+
},
|
1995
|
+
"fasttrap": {
|
1996
|
+
"id": 210,
|
1997
|
+
"loadaddr": "fffffffff81f8000",
|
1998
|
+
"size": 23480,
|
1999
|
+
"description": "Fasttrap Tracing"
|
2000
|
+
},
|
2001
|
+
"fcip": {
|
2002
|
+
"id": 213,
|
2003
|
+
"loadaddr": "fffffffff8209000",
|
2004
|
+
"size": 38800,
|
2005
|
+
"description": "SunFC FCIP v1.61"
|
2006
|
+
},
|
2007
|
+
"sy": {
|
2008
|
+
"id": 235,
|
2009
|
+
"loadaddr": "fffffffff823a820",
|
2010
|
+
"size": 2232,
|
2011
|
+
"description": "Indirect driver for tty 'sy'"
|
2012
|
+
},
|
2013
|
+
"eventfd": {
|
2014
|
+
"id": 240,
|
2015
|
+
"loadaddr": "fffffffff7d84450",
|
2016
|
+
"size": 3360,
|
2017
|
+
"description": "eventfd support"
|
2018
|
+
},
|
2019
|
+
"fssnap_if": {
|
2020
|
+
"id": 242,
|
2021
|
+
"loadaddr": "fffffffff7f02ca0",
|
2022
|
+
"size": 1040,
|
2023
|
+
"description": "File System Snapshot Interface"
|
2024
|
+
},
|
2025
|
+
"ufs": {
|
2026
|
+
"id": 243,
|
2027
|
+
"loadaddr": "fffffffff8361000",
|
2028
|
+
"size": 271120,
|
2029
|
+
"description": "filesystem for ufs"
|
2030
|
+
},
|
2031
|
+
"ipf": {
|
2032
|
+
"id": 244,
|
2033
|
+
"loadaddr": "fffffffff83a2000",
|
2034
|
+
"size": 237624,
|
2035
|
+
"description": "IP Filter: v4.1.9"
|
2036
|
+
},
|
2037
|
+
"logindmux": {
|
2038
|
+
"id": 246,
|
2039
|
+
"loadaddr": "fffffffff83db000",
|
2040
|
+
"size": 8304,
|
2041
|
+
"description": "logindmux driver"
|
2042
|
+
},
|
2043
|
+
"pool": {
|
2044
|
+
"id": 249,
|
2045
|
+
"loadaddr": "fffffffff83f0000",
|
2046
|
+
"size": 5216,
|
2047
|
+
"description": "pool driver"
|
2048
|
+
},
|
2049
|
+
"ptm": {
|
2050
|
+
"id": 250,
|
2051
|
+
"loadaddr": "fffffffff7eee2e8",
|
2052
|
+
"size": 3984,
|
2053
|
+
"description": "Master streams driver 'ptm'"
|
2054
|
+
},
|
2055
|
+
"pts": {
|
2056
|
+
"id": 251,
|
2057
|
+
"loadaddr": "fffffffff7fac2e0",
|
2058
|
+
"size": 3976,
|
2059
|
+
"description": "Slave Stream Pseudo Terminal dr"
|
2060
|
+
},
|
2061
|
+
"klmmod": {
|
2062
|
+
"id": 254,
|
2063
|
+
"loadaddr": "fffffffff8465000",
|
2064
|
+
"size": 75144,
|
2065
|
+
"description": "lock mgr common module"
|
2066
|
+
},
|
2067
|
+
"nfs": {
|
2068
|
+
"id": 255,
|
2069
|
+
"loadaddr": "fffffffff8477000",
|
2070
|
+
"size": 642304,
|
2071
|
+
"description": "network filesystem version 4"
|
2072
|
+
},
|
2073
|
+
"rpcsec": {
|
2074
|
+
"id": 256,
|
2075
|
+
"loadaddr": "fffffffff8512000",
|
2076
|
+
"size": 26080,
|
2077
|
+
"description": "kernel RPC security module."
|
2078
|
+
},
|
2079
|
+
"autofs": {
|
2080
|
+
"id": 259,
|
2081
|
+
"loadaddr": "fffffffff8519000",
|
2082
|
+
"size": 37608,
|
2083
|
+
"description": "AUTOFS syscall (32-bit)"
|
2084
|
+
},
|
2085
|
+
"pset": {
|
2086
|
+
"id": 260,
|
2087
|
+
"loadaddr": "fffffffff8523000",
|
2088
|
+
"size": 8232,
|
2089
|
+
"description": "32-bit pset(2) syscall"
|
2090
|
+
}
|
2091
|
+
}
|
2092
|
+
},
|
2093
|
+
"os": "solaris2",
|
2094
|
+
"os_version": "5.11",
|
2095
|
+
"platform_version": "151018",
|
2096
|
+
"platform_build": "omnios-r151018-ae3141d",
|
2097
|
+
"platform": "omnios",
|
2098
|
+
"platform_family": "omnios",
|
2099
|
+
"root_group": "root",
|
2100
|
+
"dmi": {
|
2101
|
+
"bios": {
|
2102
|
+
"all_records": [
|
2103
|
+
{
|
2104
|
+
"record_id": "0",
|
2105
|
+
"size": "54",
|
2106
|
+
"application_identifier": "type 0",
|
2107
|
+
"Vendor": "innotek GmbH",
|
2108
|
+
"Version String": "VirtualBox",
|
2109
|
+
"Release Date": "12/01/2006",
|
2110
|
+
"Address Segment": "0xe000",
|
2111
|
+
"ROM Size": "131072 bytes",
|
2112
|
+
"Image Size": "131072 bytes",
|
2113
|
+
"Characteristics": {
|
2114
|
+
"SMB_BIOSFL_ISA": "ISA is supported",
|
2115
|
+
"SMB_BIOSFL_PCI": "PCI is supported",
|
2116
|
+
"SMB_BIOSFL_CDBOOT": "Boot from CD is supported",
|
2117
|
+
"SMB_BIOSFL_SELBOOT": "Selectable Boot supported",
|
2118
|
+
"SMB_BIOSFL_I9_KBD": "int 0x9 8042 keyboard svcs",
|
2119
|
+
"SMB_BIOSFL_I10_CGA": "int 0x10 CGA svcs"
|
2120
|
+
},
|
2121
|
+
"Characteristics Extension Byte 1": {
|
2122
|
+
"SMB_BIOSXB1_ACPI": "ACPI is supported"
|
2123
|
+
},
|
2124
|
+
"Characteristics Extension Byte 2": "0x0"
|
2125
|
+
}
|
2126
|
+
],
|
2127
|
+
"vendor": "innotek GmbH",
|
2128
|
+
"version_string": "VirtualBox",
|
2129
|
+
"release_date": "12/01/2006",
|
2130
|
+
"address_segment": "0xe000",
|
2131
|
+
"rom_size": "131072 bytes",
|
2132
|
+
"image_size": "131072 bytes",
|
2133
|
+
"characteristics_extension_byte_2": "0x0"
|
2134
|
+
},
|
2135
|
+
"system": {
|
2136
|
+
"all_records": [
|
2137
|
+
{
|
2138
|
+
"record_id": "1",
|
2139
|
+
"size": "72",
|
2140
|
+
"application_identifier": "type 1",
|
2141
|
+
"Manufacturer": "innotek GmbH",
|
2142
|
+
"Product": "VirtualBox",
|
2143
|
+
"Version": "1.2",
|
2144
|
+
"Serial Number": "0",
|
2145
|
+
"UUID": "c7f891cd-3f90-40bf-bd66-400b9471aa51",
|
2146
|
+
"Wake-Up Event": "0x6 (power switch)",
|
2147
|
+
"SKU Number": "",
|
2148
|
+
"Family": "Virtual Machine"
|
2149
|
+
}
|
2150
|
+
],
|
2151
|
+
"manufacturer": "innotek GmbH",
|
2152
|
+
"product": "VirtualBox",
|
2153
|
+
"version": "1.2",
|
2154
|
+
"serial_number": "0",
|
2155
|
+
"uuid": "c7f891cd-3f90-40bf-bd66-400b9471aa51",
|
2156
|
+
"wake_up_event": "0x6 (power switch)",
|
2157
|
+
"sku_number": "",
|
2158
|
+
"family": "Virtual Machine"
|
2159
|
+
},
|
2160
|
+
"base_board": {
|
2161
|
+
"all_records": [
|
2162
|
+
{
|
2163
|
+
"record_id": "8",
|
2164
|
+
"size": "50",
|
2165
|
+
"application_identifier": "type 2",
|
2166
|
+
"Chassis": "134511912",
|
2167
|
+
"Flags": {
|
2168
|
+
"SMB_BBFL_REMOVABLE": "board is removable",
|
2169
|
+
"SMB_BBFL_HOTSWAP": "board is hot-swappable"
|
2170
|
+
},
|
2171
|
+
"Board Type": "0x32"
|
2172
|
+
}
|
2173
|
+
],
|
2174
|
+
"chassis": "134511912",
|
2175
|
+
"board_type": "0x32"
|
2176
|
+
},
|
2177
|
+
"chassis": {
|
2178
|
+
"all_records": [
|
2179
|
+
{
|
2180
|
+
"record_id": "3",
|
2181
|
+
"size": "31",
|
2182
|
+
"application_identifier": "type 3",
|
2183
|
+
"Manufacturer": "Oracle Corporation",
|
2184
|
+
"OEM Data": "0x0",
|
2185
|
+
"SKU number": "",
|
2186
|
+
"Lock Present": "N",
|
2187
|
+
"Chassis Type": "0x1 (other)",
|
2188
|
+
"Boot-Up State": "0x3 (safe)",
|
2189
|
+
"Power Supply State": "0x3 (safe)",
|
2190
|
+
"Thermal State": "0x3 (safe)",
|
2191
|
+
"Chassis Height": "0u",
|
2192
|
+
"Power Cords": "0",
|
2193
|
+
"Element Records": "0"
|
2194
|
+
}
|
2195
|
+
],
|
2196
|
+
"manufacturer": "Oracle Corporation",
|
2197
|
+
"oem_data": "0x0",
|
2198
|
+
"sku_number": "",
|
2199
|
+
"lock_present": "N",
|
2200
|
+
"chassis_type": "0x1 (other)",
|
2201
|
+
"boot_up_state": "0x3 (safe)",
|
2202
|
+
"power_supply_state": "0x3 (safe)",
|
2203
|
+
"thermal_state": "0x3 (safe)",
|
2204
|
+
"chassis_height": "0u",
|
2205
|
+
"power_cords": "0",
|
2206
|
+
"element_records": "0"
|
2207
|
+
},
|
2208
|
+
"oem_strings": {
|
2209
|
+
"all_records": [
|
2210
|
+
{
|
2211
|
+
"record_id": "2",
|
2212
|
+
"size": "36",
|
2213
|
+
"application_identifier": "type 11",
|
2214
|
+
"vboxVer_5.0.16": "",
|
2215
|
+
"vboxRev_105871": ""
|
2216
|
+
}
|
2217
|
+
],
|
2218
|
+
"vboxver_5_0_16": "",
|
2219
|
+
"vboxrev_105871": ""
|
2220
|
+
}
|
2221
|
+
},
|
2222
|
+
"ohai_time": 1461251088.578457,
|
2223
|
+
"command": {
|
2224
|
+
"ps": "ps -ef"
|
2225
|
+
},
|
2226
|
+
"languages": {
|
2227
|
+
"ruby": {
|
2228
|
+
"bin_dir": "/usr/local/bin",
|
2229
|
+
"gem_bin": "/usr/local/bin/gem",
|
2230
|
+
"gems_dir": "/usr/local/gems",
|
2231
|
+
"ruby_bin": "/usr/local/bin/ruby"
|
2232
|
+
},
|
2233
|
+
"powershell": null
|
2234
|
+
},
|
2235
|
+
"chef_packages": {
|
2236
|
+
"chef": {
|
2237
|
+
"version": "12.9.38",
|
2238
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.9.38/lib"
|
2239
|
+
},
|
2240
|
+
"ohai": {
|
2241
|
+
"version": "8.14.0",
|
2242
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/ohai-8.14.0/lib/ohai"
|
2243
|
+
}
|
2244
|
+
},
|
2245
|
+
"counters": {
|
2246
|
+
"network": {
|
2247
|
+
"interfaces": {
|
2248
|
+
"eth0": {
|
2249
|
+
"rx": {
|
2250
|
+
"bytes": "0",
|
2251
|
+
"packets": "0",
|
2252
|
+
"errors": "0",
|
2253
|
+
"drop": 0,
|
2254
|
+
"overrun": 0,
|
2255
|
+
"frame": 0,
|
2256
|
+
"compressed": 0,
|
2257
|
+
"multicast": 0
|
2258
|
+
},
|
2259
|
+
"tx": {
|
2260
|
+
"bytes": "342",
|
2261
|
+
"packets": "0",
|
2262
|
+
"errors": "0",
|
2263
|
+
"drop": 0,
|
2264
|
+
"overrun": 0,
|
2265
|
+
"collisions": "0",
|
2266
|
+
"carrier": 0,
|
2267
|
+
"compressed": 0
|
2268
|
+
}
|
2269
|
+
}
|
2270
|
+
}
|
2271
|
+
}
|
2272
|
+
},
|
2273
|
+
"current_user": "fauxhai",
|
2274
|
+
"domain": "local",
|
2275
|
+
"etc": {
|
2276
|
+
"passwd": {
|
2277
|
+
"fauxhai": {
|
2278
|
+
"dir": "/home/fauxhai",
|
2279
|
+
"gid": 0,
|
2280
|
+
"uid": 0,
|
2281
|
+
"shell": "/bin/bash",
|
2282
|
+
"gecos": "Fauxhai"
|
2283
|
+
}
|
2284
|
+
},
|
2285
|
+
"group": {
|
2286
|
+
"fauxhai": {
|
2287
|
+
"gid": 0,
|
2288
|
+
"members": [
|
2289
|
+
"fauxhai"
|
2290
|
+
]
|
2291
|
+
}
|
2292
|
+
}
|
2293
|
+
},
|
2294
|
+
"hostname": "Fauxhai",
|
2295
|
+
"fqdn": "fauxhai.local",
|
2296
|
+
"ipaddress": "10.0.0.2",
|
2297
|
+
"keys": {
|
2298
|
+
"ssh": {
|
2299
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
2300
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
2301
|
+
}
|
2302
|
+
},
|
2303
|
+
"macaddress": "11:11:11:11:11:11",
|
2304
|
+
"network": {
|
2305
|
+
"default_gateway": "10.0.0.1",
|
2306
|
+
"default_interface": "eth0",
|
2307
|
+
"settings": {
|
2308
|
+
},
|
2309
|
+
"interfaces": {
|
2310
|
+
"eth0": {
|
2311
|
+
"addresses": {
|
2312
|
+
"10.0.0.2": {
|
2313
|
+
"broadcast": "10.0.0.255",
|
2314
|
+
"family": "inet",
|
2315
|
+
"netmask": "255.255.255.0",
|
2316
|
+
"prefixlen": "23",
|
2317
|
+
"scope": "Global"
|
2318
|
+
}
|
2319
|
+
},
|
2320
|
+
"arp": {
|
2321
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
2322
|
+
},
|
2323
|
+
"encapsulation": "Ethernet",
|
2324
|
+
"flags": [
|
2325
|
+
"BROADCAST",
|
2326
|
+
"MULTICAST",
|
2327
|
+
"UP",
|
2328
|
+
"LOWER_UP"
|
2329
|
+
],
|
2330
|
+
"mtu": "1500",
|
2331
|
+
"number": "0",
|
2332
|
+
"routes": {
|
2333
|
+
"10.0.0.0/255": {
|
2334
|
+
"scope": "link",
|
2335
|
+
"src": "10.0.0.2"
|
2336
|
+
}
|
2337
|
+
},
|
2338
|
+
"state": "up",
|
2339
|
+
"type": "eth"
|
2340
|
+
}
|
2341
|
+
}
|
2342
|
+
},
|
2343
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
2344
|
+
"uptime_seconds": 2646450,
|
2345
|
+
"cpu": {
|
2346
|
+
"real": 1,
|
2347
|
+
"total": 1,
|
2348
|
+
"cores": 1
|
2349
|
+
},
|
2350
|
+
"memory": {
|
2351
|
+
"total": "1048576kB"
|
2352
|
+
},
|
2353
|
+
"virtualization": {
|
2354
|
+
"systems": {
|
2355
|
+
}
|
2356
|
+
}
|
2357
|
+
}
|