????????е?????????????????????????????????????????ù????????????

????lgnore think time?????????????????????????? ???????м????lr_think_time ????????????Ч????????????????????????

Action.c(62): The duration up to the submit is 0.032043 seconds
Action.c(67): Notify: Transaction "???" ended with "Pass" status (Duration: 12.4113 Wasted Time: 0.0320).

??????????????м?????lr_think_time(20); ???????????????κ????á?

????Replay think time???????????

????????????????

????As recorded????????????????????????????????????

Action.c(111): The duration up to the submit is 0.034508 seconds
Action.c(116): Notify: Transaction "???" ended with "Pass" status (Duration: 50.4453 Think Time: 20.0000 Wasted Time: 0.0345).
Ending action Action.

???????н???ж?????? Think Time: 20.0000??????????????е?lr_think_time(20); ?????????????????????????????????????????????

????Multiply recorded think time by?????????????????????????????????

?????????????????????????У???????????????????п?????????????????????????????????е?????????е??????

???????磺?????20??????2????????????????????????佫?40??????0.5 ?????????????????????10????????д???????0.5??????????????н????

Action.c(111): The duration up to the submit is 0.036610 seconds
Action.c(116): Notify: Transaction "???" ended with "Pass" status (Duration: 131.2022 Think Time: 9.9998 Wasted Time: 0.0366).

??????????????????0.0002?????

????Use random percentage of recorded think time???????????????????

????????????????????Χ????????????????????Χ?????????????20????????????Χ?50% ?? ????????????????漴?????????Χ??10??20???????????????????????????????

Action.c(111): The duration up to the submit is 0.036191 seconds
Action.c(116): Notify: Transaction "???" ended with "Pass" status (Duration: 40.8002 Think Time: 15.0050 Wasted Time: 0.0362).

?????????Think Time: ?15.0050??????10??20????Χ????????????л???????????????????????趨???Χ??

????Limit think time to?????????????????

??????????????????????20???????????????10???????????????????????????10?????????????????????漸?????????????????????????

??????л??

double trans_time;  //???????
......
lr_start_transaction("???"); //???????
    lr_think_time(8);   //??????

.......
trans_time=lr_get_transaction_wasted_time("???");  //??????????

    if (trans_time) {
        lr_output_message("The duration up to the submit is %f seconds"??trans_time);  //??????????????
    }else{
        lr_output_message("the duration cannot be determined. ");
    }

lr_end_transaction("???"??LR_AUTO);  //???????
..........

??????л??????δ????e????????????????

?????????????????????????????????????????????????????????????????????????????????????????С??