| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Feb 2021 14:30:45
1.3.0_2

|
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 |
17 Dec 2020 11:08:16
1.3.0_1

|
se  |
Add per dataset operations statistics provided by OpenZFS |
07 Oct 2020 13:37:18
1.3.0_1

|
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 ) |
27 Nov 2019 14:44:54
1.3.0

|
mm  |
Unbreak and update zfs-stats to 1.3.0
PR: 241963 |
06 Nov 2019 16:26:35
1.2.2_1

|
antoine  |
Mark a few ports BROKEN (unfetchable) |
23 May 2016 18:36:52
1.2.2_1

|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
19 Oct 2015 14:50:52
1.2.2_1

|
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 |
04 Sep 2015 16:02:17
1.2.2_1

|
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 |
31 Jul 2014 17:31:14
1.2.2_1

|
wg  |
sysutils/zfs-stats: fix zfs-mon shebang
PR: 191737
Submitted by: Jan Beich
Approved by: maintainer (timeout) |
27 Dec 2013 18:33:32
1.2.2

|
bapt  |
Support stage |
20 Sep 2013 23:06:00
1.2.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
07 Sep 2013 06:13:27
1.2.2

|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
04 Jun 2012 20:42:02
1.2.2
|
mm  |
Update to 1.2.2, rename zstat to zfs-mon |
16 May 2012 14:29:29
1.2.1
|
mm  |
Update to 1.2.1 |
27 Feb 2012 08:15:24
1.2
|
mm  |
Fix distinfo |
27 Feb 2012 08:06:46
1.2
|
mm  |
Update to 1.2 |
22 Jul 2011 22:09:00
1.1.1
|
mm  |
Update to 1.1.1 |
21 Jul 2011 20:18:09
1.1_1
|
mm  |
- Add small patch: remove unexisting attribute from example |
20 Jul 2011 13:15:38
1.1
|
mm  |
Update to 1.1
Remove optional dependency on Number::Bytes::Human |
23 Mar 2011 15:53:22
1.0
|
mm  |
- Add LICENSE knob(s) |
19 Mar 2011 12:38:54
1.0
|
miwi  |
- Get Rid MD5 support |
20 Oct 2010 09:09:33
1.0
|
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/ |