Kenichi Okuyama <kenichi.okuyama@gmail.com> noticed that a sentence
in sar manual page was a bit confusing:
ip-frag
Number of IP fragments currently in use.
because unless you are familiar with
Linux Kernel internal, "IP fragments" are not something to be IN USE.
This is really how many elements are there in fragment queues, and
each element of queue is "group of fragmented ip packets", which when
completed, will become single IP packet.
So replace it with:
ip-frag
Number of IP fragments currently in queue.
variable. nfsiostat default output is expressed in kB/s,
unless this variable is set (in which case the output is
expressed in blocks/s).
+ * [Kenichi Okuyama]: Small change to sar manual page.
* sar manual page updated.
* Code cleaned.
.B ip-frag
.RS
-Number of IP fragments currently in use.
+Number of IP fragments currently in queue.
.RE
.B tcp-tw