|
Measures reported by BTSoapRecTest
The SOAP adapter enables you to publish orchestrations as Web services and consume external Web services. The SOAP adapter consists of two adapters — a send adapter and receive adapter.
The SOAP receive adapter is used to receive Web service requests. The SOAP receive adapter creates a BizTalk Message object, and promotes the associated properties to the message context.
This test enables you to determine the web service request load on the SOAP receive adapter at any given point in time, and helps you assess the processing capability of the adapter.
The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Messagesreceived |
Indicates the total number of messages that are received by the SOAP receive adapter on this host instance. |
Number |
The counter is incremented after a request message is completely read by the adapter from the SOAP client. |
| MessagesreceivedSec |
Indicates the rate at which the messages are received by the SOAP receive adapter host instance. |
Msgs/Sec |
The counter applies only to request messages that have been completely read by the adapter from the SOAP client.
Ideally, the value of this measure should be high. A consistent decrease in this value indicates that the SOAP receive adapter is experiencing delays while reading messages from the SOAP client. Further investigation may be required to diagnose the root-cause of the slowdown.
|
|