File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
.\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
13
13
.\" own identifying information:
14
14
.\" Portions Copyright [yyyy] [name of copyright owner]
15
- .TH ZFS-MODULE-PARAMETERS 5 "Nov 16, 2013 "
15
+ .TH ZFS-MODULE-PARAMETERS 5 "Sept 28, 2017 "
16
16
.SH NAME
17
17
zfs\- module\- parameters \- ZFS module parameters
18
18
.SH DESCRIPTION
@@ -1766,7 +1766,7 @@ Default value: \fB32\fR.
1766
1766
Historical statistics for the last N txgs will be available in
1767
1767
\fB /proc/spl/kstat/zfs/<pool>/txgs \fR
1768
1768
.sp
1769
- Default value: \fB 0 \fR .
1769
+ Default value: \fB 100 \fR .
1770
1770
.RE
1771
1771
1772
1772
.sp
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ int zfs_read_history = 0;
34
34
int zfs_read_history_hits = 0 ;
35
35
36
36
/*
37
- * Keeps stats on the last N txgs, disabled by default.
37
+ * Keeps stats on the last 100 txgs by default.
38
38
*/
39
- int zfs_txg_history = 0 ;
39
+ int zfs_txg_history = 100 ;
40
40
41
41
/*
42
42
* Keeps stats on the last N MMP updates, disabled by default.
You can’t perform that action at this time.
0 commit comments