Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.4_CTP_3.1.1

...

  1. Start Virtualize Server in GUI mode.
  2. In that GUI, open the configuration panel for the server you want visibility into (double-click its Virtualize Server view node).
  3. In the Server Configuration tab, review and modify the available options:
    • Enable the event monitoring service: Enables/disables event monitoring for this server. Event monitoring is enabled by default.
       
    • Event Monitoring Provider: Specifies the provider that the event monitoring service uses. By default, a built-in provider based on ActiveMQ is used. To use another provider, select it from the list of available options, then complete the applicable fields.
    • Port: The service’s default service port number 9617, but a different port number is will automatically be assigned based on the system’s port availability, but you can availability if that port is in use. You can also configure the port manually by setting the following property in your JVM arguments (also see Virtualize Settings)on startup

      parasoft.event.monitoring.broker.port=<port>

...

Excerpt

Video Tutorial: Monitoring and Recording Traffic from a Message Proxy

In this video, we describe how to monitor and record traffic from a message proxy proxy.

Widget Connector
width600
url
Vimeo
URLhttps://playerwww.vimeoyoutube.com/video/123588012watch?v=dzQdH2UQ8d0
height400

Viewing and Exploring Events

...

  • An incoming message "Request received" event with the message content (labeled as "Unrecognized message").
  • An Error "Error returned" event with details.

...

Viewing Additional Event Details in CTP

The Event Details perspective is designed to provide you real-time snapshots of the incoming messages, outgoing message, and errors that are occurring at a particular time.

For details on long-running transactions and historical analysis of server events, we recommend using CTP’s event viewing capabilities.

Image Modified

Reporting Custom Events

The  Extension Tool (described in Extension Tool for Custom Scripting) can be used to report custom events to the Event Log by calling the report(IEvent) method of the given com.parasoft.api.ScriptingContext object.

...