From 8eb1b0d56560509d1512b279943bcd90ad9d7328 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Wed, 29 Jan 2014 08:04:02 +0000 Subject: [PATCH] Add reporting servlet time execution --- webapp/view/reports/IPstatistics.jsp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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

-- 1.7.10.2