From 016f3a22f57c47a50c54fb8353ca3d0e4c747105 Mon Sep 17 00:00:00 2001 From: tabaer Date: Wed, 8 Nov 2017 17:13:52 -0500 Subject: [PATCH] Move descriptions of some deprecated tools from README to deprecated.txt --- README | 13 ++----------- deprecated.txt | 6 ++++++ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README b/README index 97b56ee..4690980 100644 --- a/README +++ b/README @@ -1,4 +1,6 @@ PBS Tools +Copyright 2005-2017, Ohio Supercomputer Center +Copyright 2008-2015, University of Tennessee Website: http://www.osc.edu/~troy/pbstools/ Git repo: https://github.com/tabaer/pbstools @@ -53,17 +55,6 @@ which have not been allocated jobs on that host; requires root privilege. -Reporting tools: ----------------- - -sbin/jobstats -- Generate an HTML report summarizing PBS job -statistics over a period of months. Relies on gnuplot; requires root -privilege. - -sbin/find-outlyers -- Extract statistical outlyers from the -jobdist.dat file generated by jobstats. - - Database/web tools: ------------------- Note: these all assume a MySQL DB back end running on the same server diff --git a/deprecated.txt b/deprecated.txt index a996c4b..2f7bf98 100644 --- a/deprecated.txt +++ b/deprecated.txt @@ -15,3 +15,9 @@ run on host where pbs_server resides; requires root privilege. sbin/showscript.pbs-server -- Show the script associated with a jobid. Must run on host where pbs_server resides; requires root privilege. +sbin/jobstats -- Generate an HTML report summarizing PBS job +statistics over a period of months. Relies on gnuplot; requires root +privilege. + +sbin/find-outlyers -- Extract statistical outlyers from the +jobdist.dat file generated by jobstats.