From cf7170b4f64c3b6b966bf59e78fe2cce98cc2da1 Mon Sep 17 00:00:00 2001 From: Linda Bebernes Date: Mon, 14 Oct 2013 11:46:49 -0700 Subject: [PATCH] LUDOC-115 monitoring: Added lltop, tacc-stats, and xltop to list of monitoring tools. Added the tools listed above to Chapter 12 "Lustre Monitoring in Section 12.5 "Other Monitoring Options" with URLs. Signed-off-by: Linda Bebernes Change-Id: Ie8e64bd8ce153820f57f61c51961ee2bd8687616 Reviewed-on: http://review.whamcloud.com/7944 Tested-by: Hudson Reviewed-by: Richard Henwood --- LustreMonitoring.xml | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/LustreMonitoring.xml b/LustreMonitoring.xml index 18a7fde..5aeca9a 100644 --- a/LustreMonitoring.xml +++ b/LustreMonitoring.xml @@ -498,10 +498,16 @@ Configure Auto-cleanup Interval
- <indexterm><primary>monitoring</primary><secondary>Lustre Monitoring Tool</secondary></indexterm> -Lustre Monitoring Tool - The Lustre Monitoring Tool (LMT) is a Python-based, distributed system developed and maintained by Lawrence Livermore National Lab (LLNL)). It provides a ''top'' 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: - http://code.google.com/p/lmt/ + <indexterm> + <primary>monitoring</primary> + <secondary>Lustre Monitoring Tool</secondary> + </indexterm> Lustre Monitoring Tool (LMT) + The Lustre Monitoring Tool (LMT) is a Python-based, distributed system that provides a + top-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: + https://github.com/chaos/lmt/wiki LMT questions can be directed to: lmt-discuss@googlegroups.com
@@ -518,7 +524,27 @@ Lustre Monitoring Tool
<indexterm><primary>monitoring</primary><secondary>additional tools</secondary></indexterm> Other Monitoring Options - A variety of standard tools are available publically. - Another option is to script a simple monitoring solution that looks at various reports from ipconfig, as well as the procfs files generated by Lustre. + A variety of standard tools are available publicly including the following: + + lltop - Lustre load monitor with batch scheduler integration. + https://github.com/jhammond/lltop + + + tacc_stats - A job-oriented system monitor, analyzation, and + visualization tool that probes Lustre interfaces and collects statistics. + + + xltop - A continuous Lustre monitor with batch scheduler + integation. + + + Another option is to script a simple monitoring solution that looks at various reports + from ipconfig, as well as the procfs files generated by + Lustre.
-- 1.8.3.1