Mercurial > hg > digilib-old
changeset 938:0ba8358e2198
added req/s info
author | robcast |
---|---|
date | Thu, 22 Dec 2011 15:17:14 +0100 |
parents | 7bcc6765c209 |
children | 7d1df22f7514 565789329189 |
files | webapp/src/main/webapp/server/dlConfig.jsp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ </tr> <tr> <td>total runtime </td><td><b><%= (System.currentTimeMillis() - dlConfig.webappStartTime)/1000 %></b></td> - <td>seconds</td> + <td>s (<%= dlConfig.webappRequestCnt.get() / (float)((System.currentTimeMillis() - dlConfig.webappStartTime)/1000) %> req/s)</td> </tr> </table>