Port details |
- zfs-stats Display human-readable ZFS statistics
- 1.3.1 sysutils
=24 1.3.1Version of this port present on the latest quarterly branch. - Maintainer: mm@FreeBSD.org
 - Port Added: 2010-10-20 09:09:46
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: smartmontools, pkg, git, curl, nmap
- License: BSD2CLAUSE
- Description:
- zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
This script is a fork of Jason J. Hellenthal's <jhell@DataIX.net>
arc_summary.pl: http://code.google.com/p/jhell/
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zfs-stats>0:sysutils/zfs-stats
- To install the port:
- cd /usr/ports/sysutils/zfs-stats/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/zfs-stats
- pkg install zfs-stats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: zfs-stats
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622906235
SHA256 (mmatuska-zfs-stats-1.3.1_GH0.tar.gz) = 017fde9eaa73266c36014a6c8e8738d8110c5eb41c8e55edc9f4a546a5f9846b
SIZE (mmatuska-zfs-stats-1.3.1_GH0.tar.gz) = 10925
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_zfs-stats
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.1 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.3.1 05 Jun 2021 16:27:45
    |
Stefan Eßer (se)  |
sysutils/zfs-stats: update to version 1.3.1
This update corrects the display of the ARC data compressed data size
and of the compression factor. |
1.3.0_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.0_2 26 Feb 2021 14:30:45
  |
se  |
Fix printing of non-numeric sysctl variables
In OpenZFS there are several new sysctl variables with non-numeric values
that caused warning messages when trying to print them with a "%d" format.
Fix this by detecting non-numeric values and printing them with "%s".
Reported by: David Schlachter |
1.3.0_1 17 Dec 2020 11:08:16
  |
se  |
Add per dataset operations statistics provided by OpenZFS |
1.3.0_1 07 Oct 2020 13:37:18
  |
se  |
Fix port on -CURRENT
Due to the import of OpenZFS into -CURRENT there have been changes to the
statistics collected and available by querying via sysctl.
One of the changes is the addition of huge amounts of debug data that is
not relevant for this program, but queried anyway (16 MB on my system at
this time). This delays the display of any output by tens of seconds and
makes zfs-stats unusable on -CURRENT.
A number of parameters reported by zfs-stats is not available at all in
OpenZFS and thus always printed as 0.
OpenZFS specific values could be added, but have not been identifed, yet.
(Only the first 15 lines of the commit message are shown above ) |
1.3.0 27 Nov 2019 14:44:54
  |
mm  |
Unbreak and update zfs-stats to 1.3.0
PR: 241963 |
1.2.2_1 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
1.2.2_1 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.2.2_1 19 Oct 2015 14:50:52
  |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
1.2.2_1 04 Sep 2015 16:02:17
  |
mat  |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
1.2.2_1 31 Jul 2014 17:31:14
  |
wg  |
sysutils/zfs-stats: fix zfs-mon shebang
PR: 191737
Submitted by: Jan Beich
Approved by: maintainer (timeout) |
1.2.2 27 Dec 2013 18:33:32
  |
bapt  |
Support stage |
1.2.2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.2.2 07 Sep 2013 06:13:27
  |
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.2.2 04 Jun 2012 20:42:02
 |
mm  |
Update to 1.2.2, rename zstat to zfs-mon |
1.2.1 16 May 2012 14:29:29
 |
mm  |
Update to 1.2.1 |
1.2 27 Feb 2012 08:15:24
 |
mm  |
Fix distinfo |
1.2 27 Feb 2012 08:06:46
 |
mm  |
Update to 1.2 |
1.1.1 22 Jul 2011 22:09:00
 |
mm  |
Update to 1.1.1 |
1.1_1 21 Jul 2011 20:18:09
 |
mm  |
- Add small patch: remove unexisting attribute from example |
1.1 20 Jul 2011 13:15:38
 |
mm  |
Update to 1.1
Remove optional dependency on Number::Bytes::Human |
1.0 23 Mar 2011 15:53:22
 |
mm  |
- Add LICENSE knob(s) |
1.0 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
1.0 20 Oct 2010 09:09:33
 |
mm  |
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/ |