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