xfs
[Top] [All Lists]

[PATCH][DOC] xfs_stats.pl: xs_log_blocks counts in basic blocks

To: xfs@xxxxxxxxxxx
Subject: [PATCH][DOC] xfs_stats.pl: xs_log_blocks counts in basic blocks
From: KELEMEN Peter <Peter.Kelemen@xxxxxxx>
Date: Mon, 28 Jan 2008 11:38:15 +0100
Mail-followup-to: xfs@xxxxxxxxxxx
Organization: CERN European Laboratory for Particle Physics, Switzerland
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.17 (2007-11-01)
xs_log_blocks is counting in basic blocks, update documentation as
discussed with Eric Sandeen 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        28 Jan 2008 10:34:05 -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


<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH][DOC] xfs_stats.pl: xs_log_blocks counts in basic blocks, KELEMEN Peter <=