<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%-- Author: Peter Troshin Date: May 2011 --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %> JABAWS Usage Statistics

JABAWS Services Status

JABAWS Jobs List (detailed column description) ${job.jobname} ${job.jobname} ? <1 ${job.runtime} ${job.isCancelled} ${job.isCollected} 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.