forked from mmatuska/zfs-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
45 lines (38 loc) · 1.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $Id$
#
# zfs-stats changelog
#
# Copyright (c) 2012-2019 Martin Matuska <[email protected]>
# All rights reserved.
#
2019-11-27 <[email protected]>
* fix parsing output from kldstat
* do not try to read removed zfetch variables
* Release version 1.3.0
2013-01-05 <[email protected]>
* Remove use of sed awk and dc, and add ability to use ssh to get info
from a different computer
2012-06-04 <[email protected]>
* Rename zstat to zfs-mon to not collide with zephyr
* Release version 1.2.2
2012-05-16 <[email protected]>
* Add vdev cache statistis to zstat
* Release version 1.2.1
2012-02-27 <[email protected]>
* Add zstat, a real-time monitoring tool for ZFS cache
* Minor bugfixes
* Release version 1.2
2011-07-22 <[email protected]>
* Remove "use Switch" (not utilized and incompatible with Perl 5.14)
* Update example, -b is a non-existing argument
* Add README.md
* Release version 1.1.1
2011-07-20 <[email protected]>
* Sync up with jhell's arc_summary.pl rev. 388:e27800740aa2
* Split ARC summary (-A) and ARC efficiency (-E)
* Rename FreeBSD info (-F) into system info (-I)
* Drop support for Number::Bytes::Human
* Release version 1.1
2010-10-23 <[email protected]>
* Avoid division by zero (reported by [email protected])
* Import version 1.0 into SVN