1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

zfs-stats displays ZFS statistics in human-readable format including

ARC, L2ARC, zfetch (DMU) and vdev cache statistics.

WWW:	http://www.vx.sk/zfs-stats/
This commit is contained in:
Martin Matuska 2010-10-20 09:09:33 +00:00
parent 1121076757
commit ff2346f60d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263336
4 changed files with 44 additions and 0 deletions

View File

@ -1008,6 +1008,7 @@
SUBDIR += zfs-replicate
SUBDIR += zfs-snapshot-clean
SUBDIR += zfs-snapshot-mgmt
SUBDIR += zfs-stats
SUBDIR += zfsnap
SUBDIR += zidrav
SUBDIR += zisofs-tools

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: zfs-stats
# Date created: 2010-10-20
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zfs-stats
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.vx.sk/zfs-stats/
MAINTAINER= mm@FreeBSD.org
COMMENT= Display human-readable ZFS statistics
USE_PERL5= yes
NO_BUILD= yes
PLIST_FILES= bin/zfs-stats
OPTIONS= HUMAN_BYTES "Depend on Number::Bytes::Human" off
.include <bsd.port.options.mk>
.if defined(WITH_HUMAN_BYTES)
RUN_DEPENDS+= p5-Number-Bytes-Human>0:${PORTSDIR}/devel/p5-Number-Bytes-Human
.endif
do-patch:
@${REINPLACE_CMD} -e "s|/usr/local/bin/perl|${PERL}|g" ${WRKSRC}/zfs-stats
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${PREFIX}/bin/zfs-stats
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (zfs-stats-1.0.tar.gz) = bb11a2eb40412b87a77ed0855c9671d0
SHA256 (zfs-stats-1.0.tar.gz) = e6e849dc43ea1e936ddca5924176a525378ab5ce556e074db324dcae23cf0c28
SIZE (zfs-stats-1.0.tar.gz) = 5876

View File

@ -0,0 +1,4 @@
zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
WWW: http://www.vx.sk/zfs-stats/