In Vugen, How do i analyze the transaction time in the replay log ?

396 views
Skip to first unread message

V

unread,
Dec 9, 2009, 1:23:18 AM12/9/09
to LoadRunner
In vugen when i executed the script for a transaction the replay log
displays like

Action.c(79):Transaction "xyz" ended with "Pass" status (Duration:
0.5832 Wasted Time: 0.0003).

From this do we need to subtract the duration from wasted time/the
duration does not include wasted time?
How do we analyze this?what will be the response time for this
transaction?

James Pulley

unread,
Dec 9, 2009, 11:53:57 AM12/9/09
to lr-loa...@googlegroups.com
It is collected and embedded in the reporting of response time. You may build a custom report off of the event-meter table if you really need to eliminate the thousandth to ten-thousandth of s second values which are causing your requirements not to be met.

Generally the cost of wasted time is so low under test when compared to the cost of anything else that impacts response time that these amounts amount to the impact of a mite on a flea on an elephant on the total collected times.
--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en

Luca.C...@cedacri.it

unread,
Dec 9, 2009, 1:49:42 PM12/9/09
to lr-loa...@googlegroups.com
Return Receipt

Your Re: In Vugen, How do i analyze the transaction time in the
document: replay log ?

was Luca Cattaneo/Cedacrinord_Spa/IT
received
by:

at: 09/12/2009 19.49.45





V

unread,
Dec 10, 2009, 5:39:59 AM12/10/09
to LoadRunner
Hi James,
Thanks for the response.But for this how the controller will know the
exact response time here in the above situation?Does it include/
Excludes the time?

James Pulley

unread,
Dec 10, 2009, 9:35:34 AM12/10/09
to lr-loa...@googlegroups.com
When your transaction time is collected, sub components such as think and wasted time are also collected. This information (along with status, vuser number, group, host, etc.... is available as part of the data in the event_meter table of your analysis session database.

Luca.C...@cedacri.it

unread,
Dec 10, 2009, 9:44:52 AM12/10/09
to lr-loa...@googlegroups.com
Return Receipt

Your Re: In Vugen, How do i analyze the transaction time in the
document: replay log ?

was Luca Cattaneo/Cedacrinord_Spa/IT
received
by:

at: 10/12/2009 15.44.54





chaitanya bhatt

unread,
Dec 10, 2009, 9:56:38 AM12/10/09
to lr-loa...@googlegroups.com
It is a good practice to place your content check functions, correlation functions, computation statements(especially for and while loops) etc. outside the transaction marker/outside the closed transaction.
 
Use lr_wasted_time() function for open transactions, which will minus internal processing time of the injector machine from the total elapsed time of the transaction. LR has included a wonderful example for implemention of lr_wasted_time() function in the help doc(F1).
 
Chaitanya M Bhatt
Reply all
Reply to author
Forward
0 new messages