Reputation: 167
Now I am running LoadRunner Community (V12.56) on my PC to test the performance of a web application hosted in IIS of a remote Windows web server. LR did generate performance report about the web application. But it seems that LR can't get any data about cpu and memory usage of the web server.
Must I install some agent of LR on the remote web server at first in order to collect these data?
Thank you in advance.
Upvotes: 1
Views: 1691
Reputation: 5692
Turn on Perfmon on your LoadRunner host. Connect to the remote windows host you are looking to collect data from. If you can see it here, then you can collect it in the Controller. The controller relies upon the same PerfMon remote interface and the existing credentials to gain access to the metrics.
If you cannot see any metrics, then you need to have your ID provided with credentials for that host. If this is in a different domain, then there is a bit of a hack you can do which works around this.
Upvotes: 0
Reputation: 2995
No, you don't need to install anything if you have permissions on that machine. In the Controller application, go to the Run tab (on the bottom). In the Avaliable Graphs section (on the left) scroll down to Web Server Resource Graphs, then select MS IIS. When the graph appears, right-click it and select Add Measurements. A dialog will open that will allow you to select which measurements you want to see.
If this is not enough, go to System Resource Graphs, there you have Windows Resources graph. Follow the same steps as for the previous graph.
(You can do this before running the test)
Upvotes: 2