Whamcloud - gitweb
LUDOC-292 fix: Update formatting error in file path 00/24200/2
authorJoseph Gmitter <joseph.gmitter@intel.com>
Wed, 7 Dec 2016 16:19:50 +0000 (11:19 -0500)
committerJoseph Gmitter <joseph.gmitter@intel.com>
Thu, 8 Dec 2016 02:22:39 +0000 (02:22 +0000)
At some point the following line was changed in the
Visualizing Results section of the benchmarking section of
the manual:

/proc/fs/lustre/obdfilter/*/brw_stats

was accidentally changed to:

/proc/fs/lustre/obdfilter/

Also, "*/brw_stats" appeared in a <screen> tag, which was not
the intent.

The patch also updates these 3 paragraph for 80 character max
per line.

Signed-off-by: Joseph Gmitter <joseph.gmitter@intel.com>
Change-Id: I10f2a40cd06ee2403c8cb1545302e4c3da03a3b2
Reviewed-on: https://review.whamcloud.com/24200
Tested-by: Jenkins
BenchmarkingTests.xml

index 953659b..7369fdf 100644 (file)
@@ -612,14 +612,22 @@ over all OSTs.</screen>
       </section>
       <section remap="h4">
         <title>Visualizing Results</title>
-        <para>It is useful to import the <literal>obdfilter-survey</literal> script summary data (it
-          is fixed width) into Excel (or any graphing package) and graph the bandwidth versus the
-          number of threads for varying numbers of concurrent regions. This shows how the OSS
-          performs for a given number of concurrently-accessed objects (files) with varying numbers
-          of I/Os in flight.</para>
-        <para>It is also useful to monitor and record average disk I/O sizes during each test using the &apos;disk io size&apos; histogram in the file <literal>/proc/fs/lustre/obdfilter/</literal> (see <xref linkend="dbdoclet.50438271_55057"/> for details). These numbers help identify problems in the system when full-sized I/Os are not submitted to the underlying disk. This may be caused by problems in the device driver or Linux block layer.</para>
-        <screen> */brw_stats</screen>
-        <para>The <literal>plot-obdfilter</literal> script included in the I/O toolkit is an example of processing output files to a .csv format and plotting a graph using <literal>gnuplot</literal>.</para>
+        <para>It is useful to import the <literal>obdfilter-survey</literal>
+        script summary data (it is fixed width) into Excel (or any graphing
+        package) and graph the bandwidth versus the number of threads for
+        varying numbers of concurrent regions. This shows how the OSS performs
+        for a given number of concurrently-accessed objects (files) with varying
+        numbers of I/Os in flight.</para>
+        <para>It is also useful to monitor and record average disk I/O sizes
+        during each test using the &apos;disk io size&apos; histogram in the
+        file <literal>/proc/fs/lustre/obdfilter/*/brw_stats</literal>
+        (see <xref linkend="dbdoclet.50438271_55057"/> for details). These
+        numbers help identify problems in the system when full-sized I/Os are
+        not submitted to the underlying disk. This may be caused by problems in
+        the device driver or Linux block layer.</para>
+        <para>The <literal>plot-obdfilter</literal> script included in the I/O
+        toolkit is an example of processing output files to a .csv format and
+        plotting a graph using <literal>gnuplot</literal>.</para>
       </section>
     </section>
   </section>