xfs_stats.pl: xs_log_blocks counts in basic blocks.
Fix up documentation to match reality as discussed on #xfs .
Index: xfsmisc/xfs_stats.pl
===================================================================
RCS file: /cvs/xfs-cmds/xfsmisc/xfs_stats.pl,v
retrieving revision 1.5
diff -u -u -r1.5 xfs_stats.pl
--- xfsmisc/xfs_stats.pl 10 Feb 2004 17:10:22 -0000 1.5
+++ xfsmisc/xfs_stats.pl 26 Sep 2008 00:56:54 -0000
@@ -337,7 +337,7 @@
=head2 B<xs_log_blocks> (I<xfs.log.blocks>)
-This variable counts the number of Kbytes of information being written
+This variable counts (in 512-byte units) the information being written
to the physical log partitions of all XFS filesystems. Log data traffic
is proportional to the level of meta-data updating. The rate with which
log data gets written depends on the size of internal log buffers and
|