How to find response time in loadrunner?

Answer Posted / pravash0000@gmail.com

To find out response time of transaction
double dur;
dur=lr_get_transaction_duration("homepage");
lr_stop_transaction("homepage");
lr_log_message("response time of the tranasction is %f",dur);
lr_end_transaction("homepage",LR_AUTO);

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lr_output_message?

605


What is parameterizion?

688


How do you identify which values need to be correlated in the script? Give an example.

562


How does loadrunner execute a performance scenario?

635


When the rendezvous point is insert?

581






What are the vuser components in loadrunner?

694


What are the different sections of the script? In what sequence do these sections run?

752


How is vugen script modified after recording?

703


What is loadrunner api function?

594


Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?

1559


What is the advantage of using loadrunner?

592


How you set maximum number of vuser that a host can run?

643


What is the think time?

588


How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?

638


How can we edit the vuser script?

606