1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy is of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 # Copyright 2018 Nexenta Systems, Inc. All rights reserved.
13
14 set name=pkg.fmri value=pkg:/system/monitoring/dtrace@$(PKGVERS)
15 set name=pkg.summary value="DTrace scripts for the system monitoring"
16 set name=info.classification \
17 value="org.opensolaris.category.2008:Applications/System Utilities"
18 set name=variant.arch value=$(ARCH)
19 dir path=usr group=sys
20 dir path=usr/nexenta group=sys
21 dir path=usr/nexenta/dtrace group=sys
22 file path=usr/nexenta/dtrace/capture-flamestacks mode=0555
23 file path=usr/nexenta/dtrace/dirtydata-timestamp.d
24 file path=usr/nexenta/dtrace/dirtydata.d
25 file path=usr/nexenta/dtrace/flamegraph mode=0555
26 file path=usr/nexenta/dtrace/iscsirwlat mode=0555
27 file path=usr/nexenta/dtrace/iscsisvrtop mode=0555
28 file path=usr/nexenta/dtrace/nfsio mode=0555
29 file path=usr/nexenta/dtrace/nfssvrtop mode=0555
30 file path=usr/nexenta/dtrace/nfsutil mode=0555
31 file path=usr/nexenta/dtrace/nfswizard mode=0555
32 file path=usr/nexenta/dtrace/stackcollapse mode=0555
33 file path=usr/nexenta/dtrace/zfs-prefetch mode=0555
34 file path=usr/nexenta/dtrace/zilstat mode=0555
35 file path=usr/nexenta/dtrace/ziosnoop mode=0555
36 file path=usr/nexenta/dtrace/ziotype mode=0555
37 license lic_CDDL license=lic_CDDL
38 link path=usr/bin/capture-flamestacks \
39 target=../nexenta/dtrace/capture-flamestacks
40 link path=usr/bin/flamegraph target=../nexenta/dtrace/flamegraph
41 link path=usr/bin/iscsirwlat target=../nexenta/dtrace/iscsirwlat
42 link path=usr/bin/iscsisvrtop target=../nexenta/dtrace/iscsisvrtop
43 link path=usr/bin/nfsio target=../nexenta/dtrace/nfsio
44 link path=usr/bin/nfssvrtop target=../nexenta/dtrace/nfssvrtop
45 link path=usr/bin/nfsutil target=../nexenta/dtrace/nfsutil
46 link path=usr/bin/nfswizard target=../nexenta/dtrace/nfswizard
47 link path=usr/bin/stackcollapse target=../nexenta/dtrace/stackcollapse
48 link path=usr/bin/zfs-prefetch target=../nexenta/dtrace/zfs-prefetch
49 link path=usr/bin/zilstat target=../nexenta/dtrace/zilstat
50 link path=usr/bin/ziosnoop target=../nexenta/dtrace/ziosnoop
51 link path=usr/bin/ziotype target=../nexenta/dtrace/ziotype
52