...
Excerpt | |||||||||
---|---|---|---|---|---|---|---|---|---|
Video Tutorial: Monitoring and Recording Traffic from a Message ProxyIn this video, we describe how to monitor and record traffic from a message proxy proxy.
|
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.
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.
...