background image
<< Improving Response Time | Performing a transaction breakdown >>
<< Improving Response Time | Performing a transaction breakdown >>

the network traffic

Monitoring · Breaking Down Transactions
LoadRunner Controller User's Guide (Windows)
Chapter 18, page 290
In
In the second version there was an improvement, but the response time of 10
seconds was still not acceptable. The bottleneck in version 2 was in the network.
Further investigation determined that 1,000 fetches were performed, resulting in
heavy network traffic. The user modified the application to perform one fetch of
1,000 rows instead of 1,000 fetches of one row. This lowered the network traffic.
(If the network traffic could not be decreased by modifying the application, use the
Network Monitor to determine the bottleneck. For more information, see
Chapter 20,
Network Monitoring
. )