I have struts architecture using JSPs for the view. JSP includes custom application tag to render user specific data. I would like to measure the pure processing time of a JSP. It means that I would like to find out total processing time on JSP minus time taken to send the data over the network. I have experienced that sometime JSP processing time is 47 ms and other times it 380 ms. I don't think application server is slow in processing requests when JSP processing time is high.
I would appreciate your help.
Thanks
I would appreciate your help.
Thanks