From: Sasha Sherstnev Date: Wed, 29 Jan 2014 08:04:02 +0000 (+0000) Subject: Add reporting servlet time execution X-Git-Url: http://source.jalview.org/gitweb/?p=proteocache.git;a=commitdiff_plain;h=8eb1b0d56560509d1512b279943bcd90ad9d7328 Add reporting servlet time execution --- diff --git a/webapp/view/reports/IPstatistics.jsp b/webapp/view/reports/IPstatistics.jsp index d0f90f4..b1d06cd 100644 --- a/webapp/view/reports/IPstatistics.jsp +++ b/webapp/view/reports/IPstatistics.jsp @@ -4,7 +4,7 @@ <%@ 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"%> -<%@page import="java.util.ArrayList"%> +<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> @@ -31,13 +31,15 @@

IP Statistics

- + +

Servlet execution time: ${timeExecution} milliseconds

+

No IP with at least ${counter} jobs ever launched found

-

${njobs} IP with at least ${counter} jobs ever launched

+

${njobs} IPs with at least ${counter} jobs ever launched