From 92b7837f70c84f99f12bbba16dd2403348e71d3b Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Fri, 24 Jan 2014 09:14:33 -0800 Subject: [PATCH] Add Slurmmon tool link --- doc/html/download.shtml | 13 ++++++++++++- doc/html/team.shtml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/html/download.shtml b/doc/html/download.shtml index 30ed20ef108..2f776fdd275 100644 --- a/doc/html/download.shtml +++ b/doc/html/download.shtml @@ -240,6 +240,17 @@ For more information, see <a href="http://ubmod.sourceforge.net/resource-manager-slurm.html">UDMod home page</a> and <a href="https://github.com/ubccr/ubmod">source code</a>.</li><br> +<li><b>Slurmmon</b><br> +Slurmmon is a system for gathering and plotting data about Slurm scheduling and +job characteristics. It currently simply sends the data to ganglia, but it +includes some custom reports and a web page for an organized summary. +It collects all the data from sdiag as well as total counts of running and +pending jobs in the system and the maximum such values for any single user. +It can also submit probe jobs to various partitions in order to trend the +times spent pending in them, which is often a good bellwether of scheduling +problems.<br> +<a href="https://github.com/fasrc/slurmmon">Slurmmon code</a></li><br> + <li><b>MSlurm</b><br> Such a superstructure for the management of multiple Slurm environments is done with MSlurm. Thereby several Slurm clusters - even across multiple Slurm @@ -253,6 +264,6 @@ easy and elegantly manner. </ul> -<p style="text-align:center;">Last modified 8 January 2014</p> +<p style="text-align:center;">Last modified 24 January 2014</p> <!--#include virtual="footer.txt"--> diff --git a/doc/html/team.shtml b/doc/html/team.shtml index 0c9bdc1ca96..775d0695f9d 100644 --- a/doc/html/team.shtml +++ b/doc/html/team.shtml @@ -42,6 +42,7 @@ Lead Slurm developers are: <li>David Bremer (Lawrence Livermore National Laboratory)</li> <li>Jon Bringhurst (Los Alamos National Laboratory)</li> <li>Bill Brophy (Bull)</li> +<li>John Brunelle (Harvard University FAS Research Computing)</li> <br> <li>Luis Cabellos (Instituto de Fisica de Cantabria, Spain)</li> <li>Thomas Cadeau (Bull)</li> -- GitLab