Skip to main content

Agents and modules generated by the plugin

The plugin will create an agent for the statistics of the main URL with the main name of the SIDE, if the option to monitor statistics is indicated. That agent will contain the following modules:

URL statusMonitors whether the connection to the URL can be made.
URL stat TTMonitors the total time to access the URL.
URL stat DNSMonitors the time to resolve the DNS of the URL.
URL stat TTCPMonitors the time to establish the connection to the TCP port of the URL.
URL stat TSSLMonitors the time to encrypt the SSL connection to the URL.
URL stat TTCMonitors the total time to establish the connection to the URL.

The plugin will create an agent for each different test included in the SIDE file. That agent will contain the following modules:

Global statusMonitors the global status of the executed test.
Global timeMonitors the overall time to complete the executed test.
Last error screenshotIf the global state is failed, it will monitor a screenshot of the browser at the point where it failed.
Phase #<N>: <phase_name> statusIf phases are configured in the test, it will monitor the status of each phase.
Phase #<N>: <phase_name> timeIf phases are configured in the test, it will monitor the time to complete each phase.

The plugin will also create a module within the agent corresponding to each configured custom command that generates a module.