Web services status checking servlets, new clustalo x32 binary from Fabian, other...
[jabaws.git] / statpages / Statistics.jsp
1 <%--\r
2 Author: Peter Troshin\r
3 Date: May 2011\r
4 --%>\r
5 \r
6 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>\r
7 <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>\r
8 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>\r
9 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>\r
10 \r
11 <c:import url="header.jsp" >\r
12         <c:param name="title">JABAWS Usage Statistics</c:param>\r
13 </c:import>  \r
14     \r
15 <div style="margin: 20px ">    \r
16 \r
17 <h2>JABAWS Usage Statistics for the Period: <fmt:formatDate value="${startDate}" /> to <fmt:formatDate value="${stopDate}"/></h2>\r
18 <h2>All Jobs</h2>\r
19 <c:set var="statistics"  value="${stat.allStat}" scope="request"/>\r
20 <c:set var="totals" value="${statTotal}" scope="request"/>\r
21 <c:import url="StatisticsTable.jsp"/> \r
22 \r
23 <h2>Local Jobs</h2>\r
24 <c:set var="statistics"  value="${stat.localStat}" scope="request"/>\r
25 <c:set var="totals" value="${statTotalLocal}" scope="request"/>\r
26 <c:import url="StatisticsTable.jsp"/>\r
27         \r
28 <h2>Cluster Jobs</h2>\r
29 <c:set var="statistics"  value="${stat.clusterStat}" scope="request"/>\r
30 <c:set var="totals" value="${statTotalCluster}" scope="request"/>\r
31 <c:import url="StatisticsTable.jsp"/>\r
32 \r
33 <div style="width: 600px">\r
34 <h3>Help</h3>\r
35 <p>\r
36 Each table contains the number of jobs processed by JABAWS during the period of \r
37 time specified in the title.</p> \r
38 <ul>\r
39 <li>The "All Jobs" table contains the summary of all jobs.</li> \r
40 <li>"Local Jobs" table - contains the summary of the jobs calculated by the local engine.</li> \r
41 <li>"Cluster Jobs" table - contains the summary of the jobs calculated by the cluster.</li>\r
42 </ul>\r
43 Each table contains the following information for each web service  \r
44 <ul>\r
45         <li>Total - the total number of jobs accepted by a particular JABA service</li>\r
46         <li>Incomplete - the number of jobs for which the result file was not found or was empty excluding cancelled</li>\r
47         <li>Cancelled - the number of jobs cancelled by the user</li>\r
48         <li>Abandoned - the number of jobs which result(s) were not collected</li>\r
49 </ul>\r
50 </div> <!-- Help text enclosing dev end -->\r
51 </div> <!-- page enclosing div ends -->\r
52 \r
53 <jsp:include page="footer.jsp" />\r