|
Measures reported by BTHttpSenTest
The HTTP send adapter gets messages from BizTalk Server and sends them to a destination URL on an HTTP POST request. The HTTP send adapter gets the message content from the body part of the BizTalk Message object. The HTTP send adapter ignores all other parts of the BizTalk Message object.
This test monitors the flow of messages to and from the HTTP send adapter for each host instance on the BizTalk server. In the process, you can determine the current workload of the HTTP send adapter of a host instance, and evaluate the load processing ability of that adapter.
The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Messagesreceived |
Indicates the total number of HTTP response messages received by the HTTP send adapter on this host instance. |
Number |
The counter is incremented after a response message is completely read by the HTTP send adapter from HTTP servers. |
| MessagesreceivedSec |
Indicates the rate at which the HTTP responses are received by the HTTP send adapter on this host instance. |
Msgs/sec |
The counter applies only to response messages that have been completely read by the HTTP send adapter.
Ideally, the value of this measure should be high. A low value indicates that the HTTP send adapter is experiencing delays while receiving messages from the BizTalk server. Further investigation may be required to diagnose the root-cause of the slowdown.
|
| Messagessent |
Indicates the total number of HTTP requests sent by the HTTP send adapter on this host instance. |
Number |
The counter is incremented only for request messages that have reached the destination URL. |
| MessagessentSec |
Indicates the rate at which the HTTP requests are sent by the HTTP send adapter on this host instance. |
Msgs/sec |
The counter applies only to request messages that have reached the destination URL.
Ideally, the value of this measure should be high. A low value indicates that the HTTP send adapter is experiencing delays while sending messages to the destination URL on an HTTP POST request. Further investigation may be required to diagnose the root-cause of the slowdown.
|
|