notbug ipv6 ready As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)

Current status

The server has been repaired, with a new power supply, for $23. I am waiting for lower COVID rates before visiting the datacenter to return it.
Port details
zfs-stats Display human-readable ZFS statistics
1.3.0_2 sysutils on this many watch lists=17 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.0_1Version of this port present on the latest quarterly branch.
Maintainer: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-10-20 09:09:46
Last Update: 2021-02-26 14:30:45
SVN Revision: 566605

People watching this port, also watch: smartmontools, git, pkg, sudo, nmap

License: BSD2CLAUSE
Description:
SVNWeb : Homepage
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/zfs-stats
  2. bin/zfs-mon
  3. /usr/local/share/licenses/zfs-stats-1.3.0_2/catalog.mk
  4. /usr/local/share/licenses/zfs-stats-1.3.0_2/LICENSE
  5. /usr/local/share/licenses/zfs-stats-1.3.0_2/BSD2CLAUSE
Collapse this list.
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: pkg install zfs-stats
PKGNAME: zfs-stats
Flavors: there is no flavor information for this port.
distinfo:
Packages: (move your mouse over the cells for more information)
zfs-stats
ABIlatestquarterly
FreeBSD:11:aarch641.2.2_11.3.0
FreeBSD:11:amd641.3.0_21.3.0_1
FreeBSD:11:armv61.2.2_11.3.0
FreeBSD:11:i3861.3.0_21.3.0_1
FreeBSD:11:mips1.2.2_11.3.0
FreeBSD:11:mips641.2.2_11.3.0
FreeBSD:12:aarch641.2.2_11.3.0_1
FreeBSD:12:amd641.3.0_21.3.0_1
FreeBSD:12:armv61.2.2_11.3.0
FreeBSD:12:armv71.2.2_11.3.0
FreeBSD:12:i3861.3.0_21.3.0_1
FreeBSD:12:mips1.2.2_11.3.0
FreeBSD:12:mips641.2.2_11.3.0
FreeBSD:12:powerpc64-1.3.0_1
FreeBSD:13:aarch641.3.0_11.3.0_1
FreeBSD:13:amd641.3.0_21.3.0_1
FreeBSD:13:armv61.3.0_11.3.0_1
FreeBSD:13:armv71.3.0_11.3.0_1
FreeBSD:13:i3861.3.0_21.3.0_1
FreeBSD:13:mips1.3.0-
FreeBSD:13:mips641.3.0_11.3.0_1
FreeBSD:13:powerpc641.3.0_11.3.0_1
FreeBSD:14:aarch641.3.0_2-
FreeBSD:14:amd641.3.0_2-
FreeBSD:14:armv61.3.0_1-
FreeBSD:14:armv71.3.0_2-
FreeBSD:14:i3861.3.0_2-
FreeBSD:14:mips--
FreeBSD:14:mips641.3.0_1-
FreeBSD:14:powerpc641.3.0_1-
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options

USES:

Master Sites:
Expand this list (1 items)
    Collapse this list.
  1. https://codeload.github.com/mmatuska/zfs-stats/tar.gz/1.3.0?dummy=/
  2. Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
26 Feb 2021 14:30:45
Original commit files touched by this commit  1.3.0_2
Revision:566605
se search for other commits by this committer
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
17 Dec 2020 11:08:16
Original commit files touched by this commit  1.3.0_1
Revision:558283
se search for other commits by this committer
Add per dataset operations statistics provided by OpenZFS
07 Oct 2020 13:37:18
Original commit files touched by this commit  1.3.0_1
Revision:551638
se search for other commits by this committer
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 View all of this commit message)
27 Nov 2019 14:44:54
Original commit files touched by this commit  1.3.0
Revision:518503
mm search for other commits by this committer
Unbreak and update zfs-stats to 1.3.0

PR:		241963
06 Nov 2019 16:26:35
Original commit files touched by this commit  1.2.2_1
Revision:516897
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
23 May 2016 18:36:52
Original commit files touched by this commit  1.2.2_1
Revision:415738
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
19 Oct 2015 14:50:52
Original commit files touched by this commit  1.2.2_1
Revision:399684
amdmi3 search for other commits by this committer
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
04 Sep 2015 16:02:17
Original commit files touched by this commit  1.2.2_1
Revision:396103
mat search for other commits by this committer
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
31 Jul 2014 17:31:14
Original commit files touched by this commit  1.2.2_1
Revision:363642
wg search for other commits by this committer
sysutils/zfs-stats: fix zfs-mon shebang

PR:		191737
Submitted by:	Jan Beich
Approved by:	maintainer (timeout)
27 Dec 2013 18:33:32
Original commit files touched by this commit  1.2.2
Revision:337776
bapt search for other commits by this committer
Support stage
20 Sep 2013 23:06:00
Original commit files touched by this commit  1.2.2
Revision:327772
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
07 Sep 2013 06:13:27
Original commit files touched by this commit  1.2.2
Revision:326572
az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
04 Jun 2012 20:42:02
Original commit files touched by this commit  1.2.2

mm search for other commits by this committer
Update to 1.2.2, rename zstat to zfs-mon
16 May 2012 14:29:29
Original commit files touched by this commit  1.2.1

mm search for other commits by this committer
Update to 1.2.1
27 Feb 2012 08:15:24
Original commit files touched by this commit  1.2

mm search for other commits by this committer
Fix distinfo
27 Feb 2012 08:06:46
Original commit files touched by this commit  1.2

mm search for other commits by this committer
Update to 1.2
22 Jul 2011 22:09:00
Original commit files touched by this commit  1.1.1

mm search for other commits by this committer
Update to 1.1.1
21 Jul 2011 20:18:09
Original commit files touched by this commit  1.1_1

mm search for other commits by this committer
- Add small patch: remove unexisting attribute from example
20 Jul 2011 13:15:38
Original commit files touched by this commit  1.1

mm search for other commits by this committer
Update to 1.1
Remove optional dependency on Number::Bytes::Human
23 Mar 2011 15:53:22
Original commit files touched by this commit  1.0

mm search for other commits by this committer
- Add LICENSE knob(s)
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.0

miwi search for other commits by this committer
- Get Rid MD5 support
20 Oct 2010 09:09:33
Original commit files touched by this commit  1.0

mm search for other commits by this committer
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/

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
The latest upgrade!
Privacy
Blog
Contact

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
goMar 10
mantisMar 10
nodeMar 09
node10Mar 09
node12Mar 09
node14Mar 09
gitlab-ceMar 05
asterisk16Mar 04
asterisk18Mar 04
chromiumMar 04
jasperMar 03
py-saltMar 03
vaultFeb 27
redisFeb 23
redis-develFeb 23

9 vulnerabilities affecting 86 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last updated:
2021-03-11 14:04:07


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 42726
Broken 74
Deprecated 165
Ignore 315
Forbidden 4
Restricted 139
No CDROM 71
Vulnerable 19
Expired 36
Set to expire 141
Interactive 0
new 24 hours 2
new 48 hours6
new 7 days40
new fortnight82
new month166

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2021 Dan Langille. All rights reserved.