File Adapter Performance Counters
Performance counters allow you to monitor specific aspects of work performed on the site or system by service. Performance counters can help you identify and troubleshoot server performance issues.
The following performance counters are accessible for each host instance under the BizTalk:FILE Receive Adapter and the BizTalk:FILE Send Adapter performance object categories:
| Category | Counter | Description |
|---|---|---|
|
BizTalk:FILE Receive Adapter |
Bytes received |
Total number of bytes received by the file receive adapter. The counter is incremented after a message is completely read by the adapter from the file system. |
|
|
Byte received/Sec |
Number of bytes received by the file receive adapter per second. The counter applies only to messages that have been completely read by the file adapter from the file system. |
|
|
Delete retries |
Number of times the file receive adapter attempts to delete a file that has been read. |
|
|
Lock failures |
Number of times the file receive adapter failed to lock the file. |
|
|
Lock failures/sec |
Number of times the file receive adapter failed to lock the file per second. |
|
|
Messages received |
Total number of messages received by the file receive adapter. The counter is incremented after a message is completely read by the file receive adapter from the file system. |
|
|
Messages received/Sec |
Number of messages received by the file receive adapter per second. The counter applies only to messages that have been completely read by the file receive adapter from the file system. |
|
|
Time to build batch |
Average time taken by file receive adapter to build a batch. |
|
BizTalk:FILE Send Adapter |
Bytes sent |
Total number of bytes sent by the file send adapter. The counter is incremented only for messages that have been completely written to file system. |
|
|
Bytes sent/Sec |
Number of bytes sent by the file send adapter per second. The counter applies only to messages that have been completely written to file system. |
|
|
Messages sent |
Total number of messages sent by the file send adapter. The counter is incremented only for messages that have been completely written to file system. |
|
|
Messages sent/Sec |
Number of messages sent by the file send adapter per second. The counter applies only to messages that have been completely written to file system. |
To access performance counters
Use the following steps to access the performance counters.
If you are using Windows 2003-
Click Start, point to All Programs, point to Administrative Tools, and then click Performance.
-
In the Performance dialog box, click Add.
-
In the Add Counters dialog box, from the Performance object drop-down list, select from the available BizTalk:FILE performance counters, and then click Add.
-
In the Add Counters dialog box, do one of the following:
Use this To do this All counters
Select this option to select all counters from the provided list.
Select counters from list
Select this option to select specific counters from the provided list.
-
After selecting the counters, click Add and then click Close.
The selected performance counters appear on the Performance screen.
-
Click Start, point to Administrative Tools, and then click Reliability and Performance Monitor.
-
In the Reliability and Performance Monitor dialog box, expand Monitoring Tools, select Performance Monitor, and then click Add.
-
In the Add Counters dialog box, from the Available Counters list, expand the BizTalk:FILE performance counter object and select the counters to be monitored
-
In the Instances of Selected object list, select the specific instances to be monitored for the selected counters and then click Add. To select all available counter instances, select <All instances>.
-
After adding the counters, click OK.
The selected performance counters appear on the Performance Monitor screen.