The very first request :

 RequestLogger.log():67 - 
startTime="2011-08-29 19:24:58,313",
duration=43144,
url="https://mycompany.com/books?code=1452678F";,
event={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="1452678F"},pageId=0},
response={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="1452678F"},pageId=0},
sessionid="5ukwhk96lxf8",
sessionsize=905,
sessionstart="2011-08-29 19:25:40,727",
requests=2,
totaltime=43144,
activerequests=0,
maxmem=251M,
total=251M,
used=118M




Second request, same page, different argument :

S2011-08-29 21:27:19,666 - 16961638 - INFO  - [||] - RequestLogger.log():67
- 
startTime="2011-08-29 19:27:19,462",
duration=203,
url="https://mycompany.com/books?code=365499X";,
event={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="365499X"},pageId=3},
response={handler=RenderPageRequestHandler,pageClass=com.mycompany.web.pages.BooksPage,pageParameters={code="365499X"},pageId=3},
sessionid="5ukwhk96lxf8",
sessionsize=905,
sessionstart="2011-08-29 19:25:40,727",
requests=61,
totaltime=59098,
activerequests=0,
maxmem=251M,
total=251M,
used=144M

I wonder what has happens for the last 40 seconds of the first request


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-my-perfs-are-good-tp3779825p3779825.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to