1d0054224SAdam Stevko#
2d0054224SAdam Stevko# This file and its contents are supplied under the terms of the
3d0054224SAdam Stevko# Common Development and Distribution License ("CDDL"), version 1.0.
4d0054224SAdam Stevko# You may only use this file in accordance with the terms of version
5d0054224SAdam Stevko# 1.0 of the CDDL.
6d0054224SAdam Stevko#
7d0054224SAdam Stevko# A full copy of the text of the CDDL should have accompanied this
8d0054224SAdam Stevko# source.  A copy is of the CDDL is also available via the Internet
9d0054224SAdam Stevko# at http://www.illumos.org/license/CDDL.
10d0054224SAdam Stevko#
11d0054224SAdam Stevko
12d0054224SAdam Stevko# Copyright 2014 Adam Stevko.  All rights reserved.
13d0054224SAdam Stevko
14d0054224SAdam Stevkoset name=pkg.fmri value=pkg:/system/monitoring/arcstat@$(PKGVERS)
15d0054224SAdam Stevkoset name=pkg.summary \
16d0054224SAdam Stevko    value="arcstat displays various ZFS ARC and L2ARC statistics"
17d0054224SAdam Stevkoset name=info.classification \
18d0054224SAdam Stevko    value="org.opensolaris.category.2008:Applications/System Utilities"
19d0054224SAdam Stevkoset name=variant.arch value=$(ARCH)
2086d41711SAndy Fiddamandir  path=usr group=sys
2186d41711SAndy Fiddamandir  path=usr/bin
22d0054224SAdam Stevkofile path=usr/bin/arcstat mode=0555
2386d41711SAndy Fiddamandir  path=usr/share
2486d41711SAndy Fiddamandir  path=usr/share/man
25*bbf21555SRichard Lowedir  path=usr/share/man/man8
26*bbf21555SRichard Lowefile path=usr/share/man/man8/arcstat.8
27d0054224SAdam Stevkolicense lic_CDDL license=lic_CDDL
28