summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2009-02-22 15:03:29 +0000
committerpjd <pjd@FreeBSD.org>2009-02-22 15:03:29 +0000
commitb91f13056e64c2649f1c9278d9d906edad55f2f6 (patch)
tree0f1e518183fd85d0e331ef26383deb35ed546a79 /sbin/geom
parentf7385ac83d6468f7966b0d73964c22f02f528803 (diff)
downloadFreeBSD-src-b91f13056e64c2649f1c9278d9d906edad55f2f6.zip
FreeBSD-src-b91f13056e64c2649f1c9278d9d906edad55f2f6.tar.gz
- Punctuation fixes.
- New sentence - new line. Reported by: Ben Kaduk <minimarmot@gmail.com> - No more than 80 chars per line.
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/journal/gjournal.827
1 files changed, 18 insertions, 9 deletions
diff --git a/sbin/geom/class/journal/gjournal.8 b/sbin/geom/class/journal/gjournal.8
index 1734737..ba870cf 100644
--- a/sbin/geom/class/journal/gjournal.8
+++ b/sbin/geom/class/journal/gjournal.8
@@ -244,18 +244,20 @@ change the value.
.It Li debug
Setting a non-zero value enables debugging at various levels.
Debug level 1 will record actions at a journal level, relating to journal
-switches, metadata updates etc.
+switches, metadata updates, etc.
Debug level 2 will record actions at a higher level, relating to the numbers of
-entries in journals, access requests etc.
+entries in journals, access requests, etc.
Debug level 3 will record verbose detail, including insertion of I/Os to the
journal.
.It Li switch_time
The maximum number of seconds a journal is allowed to remain open before
switching to a new journal.
.It Li force_switch
-Force a journal switch when the journal uses more than N% of the free journal space.
+Force a journal switch when the journal uses more than N% of the free journal
+space.
.It Li parallel_flushes
-The number of flush I/O requests to be sent in parallel when flushing the journal to the data provider.
+The number of flush I/O requests to be sent in parallel when flushing the
+journal to the data provider.
.It Li accept_immediately
The maximum number of I/O requests accepted at the same time.
.It Li parallel_copies
@@ -263,7 +265,9 @@ The number of copy I/O requests to send in parallel.
.It Li record_entries
The maximum number of record entries to allow in a single journal.
.It Li optimize
-Controls whether entries in a journal will be optimized, by combining overlapping I/Os into a single I/O, and reordering the entries in a journal. This can be disabled by setting the sysctl to 0.
+Controls whether entries in a journal will be optimized by combining overlapping
+I/Os into a single I/O and reordering the entries in a journal.
+This can be disabled by setting the sysctl to 0.
.El
.Ss cache
The string and integer information available for the cache level
@@ -286,13 +290,17 @@ The number of bytes currently allocated to the cache.
.It Li limit
The maximum number of bytes to be allocated to the cache.
.It Li divisor
-Sets the cache size to be used as a proportion of kmem_size. A value of 2 (the default) will cause the cache size to be set to 1/2 of the kmem_size.
+Sets the cache size to be used as a proportion of kmem_size.
+A value of 2 (the default) will cause the cache size to be set to 1/2 of the
+kmem_size.
.It Li switch
Force a journal switch when this percentage of cache has been used.
.It Li misses
-The number of cache misses, when data has been read, but was not found in the cache.
+The number of cache misses, when data has been read, but was not found in the
+cache.
.It Li alloc_failures
-The number of times memory failed to be allocated to the cache because the cache limit was hit.
+The number of times memory failed to be allocated to the cache because the cache
+limit was hit.
.El
.Ss stats
The string and integer information available for the statistics level
@@ -317,7 +325,8 @@ The number of I/Os which were combined by journal optimization.
.It Li switches
The number of journal switches.
.It Li wait_for_copy
-The number of times the journal switch process had to wait for the previous journal copy to complete.
+The number of times the journal switch process had to wait for the previous
+journal copy to complete.
.It Li journal_full
The number of times the journal was almost full, forcing a journal switch.
.It Li low_mem
OpenPOWER on IntegriCloud