This VU script is used to query the metrics from the probe and add them as user defined data points in LR. This allows you to get metrics in LR online and offline that aren't available through the LR SiteScope metric collection, or at resolutions higher than is possible with that mechanism.

Usage:
Add a single VU instance of this script to your Scenario. Click on the "VUsers..." button for the script, then the "Details..." button, then the "Parameter list..." button. This will bring up the dialog box you can use to configure the probes you would like to monitor.

For each probe that should be monitored, add a row to the parameter table in the probes.dat file. The fields are:
  ProbeName - the name that should be used when reporting data for the probe
  ProbeHost - the host the probe is running on. This must be resolvable by the Load Generator the script is running on. Also, the Load Generator must have network access to the probe.
  ProbePort - the port the Diagnostics Probe is running on.
  UserName - the username to use when authenticating with the probe.
  Password - the password to use when authenticating with the probe.


Known Limitations:
  - This script is not officially supported.
  - Metric collection happens sequentially within the script. You may need to configure multiple instances of this script with different sets of monitored probes in order to collect all of the metrics within the resolution of the script.


