X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=statpages%2FJoblist.jsp;h=4f44c6a5d90042a4c72d604ac9c6346425314f2d;hb=refs%2Fheads%2FJWS-80-VM-root-page;hp=90fda8212b5b57702f67c3b2d286d0b759ab80ba;hpb=7b9487955c0a2e257ad43eb7d2a9b48942bb5abe;p=jabaws.git diff --git a/statpages/Joblist.jsp b/statpages/Joblist.jsp index 90fda82..4f44c6a 100644 --- a/statpages/Joblist.jsp +++ b/statpages/Joblist.jsp @@ -10,10 +10,13 @@ Date: May 2011 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %> - + + JABAWS Usage Statistics + + JABAWS Jobs List (detailed column description) @@ -25,9 +28,21 @@ defaultsort="0" defaultorder="descending"> - - - + + + + + + ? + + + <1 + + + ${job.runtime} + + + @@ -53,4 +68,22 @@ defaultsort="0" defaultorder="descending"> - \ No newline at end of file + + +Columns +
    +
  • JobID - the JABAWS job id, unique for every job
  • +
  • Cluster JobID - cluster job id
  • +
  • InputSize - input size in bytes
  • +
  • ResultSize - result size in bytes
  • +
  • Runtime (s) - job's runtime in seconds
  • +
  • Start time (s)- job's start time and date
  • +
  • Finish time (s)- job's finish time and date
  • +
  • isCancelled - whether the job was cancelled
  • +
  • isCollected - whether the job was collected. False for the jobs that has been initiated but which results has never been retrieved
  • +
  • isFinished - whether the job has finished. This does not necessarily mean that the job has produced the result. + The job can sometime finish in failure.
  • +
+
+ +