# HG changeset patch # User robcast # Date 1324563434 -3600 # Node ID faf96d699fc540ffabe720a41be0079aaf1897c2 # Parent ba15d50df465a7cff052bcf7f3bfa4cd2e07c69d added req/s info diff -r ba15d50df465 -r faf96d699fc5 webapp/src/main/webapp/server/dlConfig.jsp --- a/webapp/src/main/webapp/server/dlConfig.jsp Wed Dec 21 19:18:16 2011 +0100 +++ b/webapp/src/main/webapp/server/dlConfig.jsp Thu Dec 22 15:17:14 2011 +0100 @@ -96,7 +96,7 @@ total runtime <%= (System.currentTimeMillis() - dlConfig.webappStartTime)/1000 %> - seconds + s (<%= dlConfig.webappRequestCnt.get() / (float)((System.currentTimeMillis() - dlConfig.webappStartTime)/1000) %> req/s)