File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes JSP Performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "JSP Performance" Watch "JSP Performance" New topic
Author

JSP Performance

Usha Shah
Greenhorn

Joined: Dec 11, 2002
Posts: 10
How can we measure the time taken by a JSP to load, i mean a JSP has server side as well as client side code
so how can i get the total time for the page ?


Usha Shah
Peter den Haan
author
Ranch Hand

Joined: Apr 20, 2000
Posts: 3252
I'd recommend OpenSTA for load testing. It will give you stats on latency (time to first byte), time to last byte, throughput, error responses, &c. And it's open. Free as in both speech and beer.
- Peter
 
 
subject: JSP Performance
 
Threads others viewed
want client's time zone from server side
looping thru records
want client's time zone from server side
assigning javascript function's result to text box value when loading
Showing the server time in JSP page
MyEclipse, The Clear Choice