I should add , if you just want to sum up the values (which is a bad approximation) , then you should have download embedded resources checked on the request (rather than each image/js/css separately which happens when you record using proxy) and delete the requests for js./css/images The transaction controller is another way of grouping and summing requests.
regards deepak On Thu, Feb 25, 2010 at 10:46 PM, Deepak Shetty <[email protected]> wrote: > You can only guess at the value using JMeter, you cant get an exact value > (nor should you need it) since Jmeter is not a browser, and this figure will > vary with a lot of factors (browser, network, returning user, users machine) > see for e.g. > http://theworkaholic.blogspot.com/2010/02/random-stuff-on-jmeter-testing.html#RenderTime > > What you can do is use JMeter to generate the load you want and then access > the page(s) (from a separate machine) and use a tool like firebug/tamper > data/yslow /page speed which will give you complete fetch times based on > what the browser sees and use that. Note that whatever number you get is > only valid for the combination of your machine + your network + your browser > > regards > deepak > > > On Thu, Feb 25, 2010 at 10:38 PM, najla.akram <[email protected]> wrote: > >> >> Hi, >> I want to measure the total load time of a web page. In Aggregate report >> and >> Result table time is given to each and every component which appears on >> the >> web page.But I want to measure the time which is taken to load the >> complete >> web page. if anybody know a way please help. >> >> >> Thanks. >> -- >> View this message in context: >> http://old.nabble.com/How-to-measure-the-load-time-of-a-web-page-using-Jmeter--tp27715004p27715004.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >

