mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
New port: sysutils/zfs-stats-lite
zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of sysutils/zfs-stats which has no dependency on perl or other ports. PR: ports/194977 Submitted by: Devin Teske <dteske@FreeBSD.org> (maintainer) Sponsored by: Panzura, Inc.
This commit is contained in:
parent
cff02893b4
commit
bf8c80c38c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372547
@ -1069,6 +1069,7 @@
|
||||
SUBDIR += zfs-snapshot-clean
|
||||
SUBDIR += zfs-snapshot-mgmt
|
||||
SUBDIR += zfs-stats
|
||||
SUBDIR += zfs-stats-lite
|
||||
SUBDIR += zfsnap
|
||||
SUBDIR += zfstools
|
||||
SUBDIR += zidrav
|
||||
|
23
sysutils/zfs-stats-lite/Makefile
Normal file
23
sysutils/zfs-stats-lite/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Devin Teske <dteske@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zfs-stats-lite
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://druidbsd.sourceforge.net/download/
|
||||
|
||||
MAINTAINER= dteske@FreeBSD.org
|
||||
COMMENT= Display human-readable ZFS statistics
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
CONFLICTS_INSTALL= zfs-stats-[0-9]*
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/zfs-stats
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/zfs-stats-lite/distinfo
Normal file
2
sysutils/zfs-stats-lite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (zfs-stats-lite-1.0.tar.gz) = 8b47ff8e23f8cd5ff8f4b894b6bd0760c86f0ae711efc36e5f4651596c335db6
|
||||
SIZE (zfs-stats-lite-1.0.tar.gz) = 6813
|
7
sysutils/zfs-stats-lite/pkg-descr
Normal file
7
sysutils/zfs-stats-lite/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
zfs-stats displays ZFS statistics in human-readable format including
|
||||
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
|
||||
|
||||
This script is a fork of sysutils/zfs-stats which has no dependency on perl or
|
||||
other ports.
|
||||
|
||||
WWW: http://druidbsd.sf.net/download.shtml
|
Loading…
Reference in New Issue
Block a user