Whamcloud - gitweb
LUDOC-115 monitoring: Added lltop, tacc-stats, and xltop to list of monitoring tools. 44/7944/3
authorLinda Bebernes <linda.bebernes@intel.com>
Mon, 14 Oct 2013 18:46:49 +0000 (11:46 -0700)
committerRichard Henwood <richard.henwood@intel.com>
Mon, 21 Oct 2013 17:01:06 +0000 (17:01 +0000)
Added the tools listed above to Chapter 12 "Lustre Monitoring in
Section 12.5 "Other Monitoring Options" with URLs.

Signed-off-by: Linda Bebernes <linda.bebernes@intel.com>
Change-Id: Ie8e64bd8ce153820f57f61c51961ee2bd8687616
Reviewed-on: http://review.whamcloud.com/7944
Tested-by: Hudson
Reviewed-by: Richard Henwood <richard.henwood@intel.com>
LustreMonitoring.xml

index 18a7fde..5aeca9a 100644 (file)
@@ -498,10 +498,16 @@ Configure Auto-cleanup Interval</title>
     </section>
   </section>
   <section xml:id="dbdoclet.50438273_81684">
-    <title><indexterm><primary>monitoring</primary><secondary>Lustre Monitoring Tool</secondary></indexterm>
-Lustre Monitoring Tool</title>
-    <para>The Lustre Monitoring Tool (LMT) is a Python-based, distributed system developed and maintained by Lawrence Livermore National Lab (LLNL)). It provides a &apos;&apos;top&apos;&apos; like display of activity on server-side nodes (MDS, OSS and portals routers) on one or more Lustre file systems. It does not provide support for monitoring clients. For more information on LMT, including the setup procedure, see:</para>
-    <para><link xl:href="http://code.google.com/p/lmt/">http://code.google.com/p/lmt/</link></para>
+    <title><indexterm>
+        <primary>monitoring</primary>
+        <secondary>Lustre Monitoring Tool</secondary>
+      </indexterm> Lustre Monitoring Tool (LMT)</title>
+    <para>The Lustre Monitoring Tool (LMT) is a Python-based, distributed system that provides a
+        <literal>top</literal>-like display of activity on server-side nodes (MDS, OSS and portals
+      routers) on one or more Lustre file systems. It does not provide support for monitoring
+      clients. For more information on LMT, including the setup procedure, see:</para>
+    <para><link xl:href="http://code.google.com/p/lmt/"
+      >https://github.com/chaos/lmt/wiki</link></para>
     <para>LMT questions can be directed to:</para>
     <para><link xl:href="mailto:lmt-discuss@googlegroups.com">lmt-discuss@googlegroups.com</link></para>
   </section>
@@ -518,7 +524,27 @@ Lustre Monitoring Tool</title>
   <section xml:id="dbdoclet.50438273_44185">
     <title><indexterm><primary>monitoring</primary><secondary>additional tools</secondary></indexterm>
 Other Monitoring Options</title>
-    <para>A variety of standard tools are available publically.</para>
-    <para>Another option is to script a simple monitoring solution that looks at various reports from <literal>ipconfig</literal>, as well as the <literal>procfs</literal> files generated by Lustre.</para>
+    <para>A variety of standard tools are available publicly including the following:<itemizedlist>
+        <listitem>
+          <para><literal>lltop</literal> - Lustre load monitor with batch scheduler integration.
+              <link xmlns:xlink="http://www.w3.org/1999/xlink"
+              xlink:href="https://github.com/jhammond/lltop"
+              >https://github.com/jhammond/lltop</link></para>
+        </listitem>
+        <listitem>
+          <para><literal>tacc_stats</literal> - A job-oriented system monitor, analyzation, and
+            visualization tool that probes Lustre interfaces and collects statistics. <link
+              xmlns:xlink="http://www.w3.org/1999/xlink"
+              xlink:href="https://github.com/jhammond/tacc_stats"/></para>
+        </listitem>
+        <listitem>
+          <para><literal>xltop</literal> - A continuous Lustre monitor with batch scheduler
+            integation. <link xmlns:xlink="http://www.w3.org/1999/xlink"
+              xlink:href="https://github.com/jhammond/xltop"/></para>
+        </listitem>
+      </itemizedlist></para>
+    <para>Another option is to script a simple monitoring solution that looks at various reports
+      from <literal>ipconfig</literal>, as well as the <literal>procfs</literal> files generated by
+      Lustre.</para>
   </section>
 </chapter>