Analyzer in LoadRunner Part1
Analysis Analyzer is one of the components of Loadrunner which is used to analyze the test results data. It converts the raw data to readable data in the form of graphs. Before analyzing, the result file will be in .lrr extension. After analysis, it will become .lra file. On analyzing the results data, it shows the summary report which looks something like this Summary report contains all the high level details about the test. It also shows all the transactions and its response times. Running VUsers graph This graph shows how users are ramping up and ramping down. Using this graph, we can find out details on user load throughout the test. Hits per second graph This graph shows you the number of hits made on the server by VUsers during load test. This graph helps you evaluate the amount of load VUsers generate in terms of number of hits. A hit is a request to the server for a file (web page, image, java script, etc.). When a web page is downloaded from a ...