MyITBlog.com - IT Professionals Online Journal
 
  Home  |   Site News  |   About Us  |   Privacy  |   FAQ  |   Contact   Add Blog Entry  |  Login  |  Register   
 My Account
Username
Password
Remember me
Lost Password?


 Categories


  HOME  >  IT Water Cooler  >  IT CareersPrint


0
Votes
LoadRunner - Definitions : Part-1 in IT Careers   
by jkodadhala on 15 Nov 2005, 05:42     Read jkodadhala's Blog
Total Hits: 2322    Comments: 0   

LoadRunner - Definitions : Part-1

 

What is correlation? Explain the difference between automatic correlation and manual correlation? 

Correlation is used to obtain data which are unique for each run of the script and which are generated by nested queries. Correlation provides the value to avoid errors arising out of duplicate values and also optimizing the code (to avoid nested queries). Automatic correlation is where we set some rules for correlation. It can be application server specific. Here values are replaced by data which are created by these rules. In manual correlation, the value we want to correlate is scanned and create correlation is used to correlate.

 

What is the relation between Response Time and Throughput?

The Throughput graph shows the amount of data in bytes that the Vusers received from the server in a second. When we compare this with the transaction response time, we will notice that as throughput decreased, the response time also decreased. Similarly, the peak throughput and highest response time would occur approximately at the same time.

 

How do you identify the performance bottlenecks?

Performance Bottlenecks can be detected by using monitors. These monitors might be application server monitors, web server monitors, database server monitors and network monitors. They help in finding out the troubled area in our scenario which causes increased response time. The measurements made are usually performance response time, throughput, hits/sec, network delay graphs, etc.

 

Explain the Types of Goals in Goal-Oriented Scenario?

Load Runner provides you with five different types of goals in a goal oriented scenario:
=>The number of concurrent Vusers
=>The number of hits per second
=>The number of transactions per second
=>The number of pages per minute
=>The transaction response time that you want your scenario


 

Post Comment

Copyright © 2008 MyITBlog.com