From 4bd751494363533c5a0860f177a7fa6d6fe5715d Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Wed, 3 May 2017 11:36:48 -0600 Subject: [PATCH] Add download link to pestat tool It seems to be a popular item. It would be nice to eventually re-write the tool to use Slurm's perl API at some time... --- doc/html/download.shtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/html/download.shtml b/doc/html/download.shtml index 91990a47edf..d61b3c95289 100644 --- a/doc/html/download.shtml +++ b/doc/html/download.shtml @@ -326,6 +326,11 @@ STUBL is a collection of supplemental tools and utility scripts for Slurm.<br> Max RAM Used.</dd> </dl></li><br> +<li><b>pestat</b><br> +pestat provides status information about compute nodes.<br> +<a href="ftp://ftp.fysik.dtu.dk/pub/Slurm/pestat">pestat code</a></li><br> +<!-- It would be nice to provide our own perl-based version of pestat --> + <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 @@ -410,6 +415,6 @@ Slurm-based HPC supercomputers. The website of Slurm-web, with screenshots:<br> </ul> -<p style="text-align:center;">Last modified 9 July 2016</p> +<p style="text-align:center;">Last modified 3 May 2017</p> <!--#include virtual="footer.txt"--> -- GitLab