INFORMANT-BIZTALK DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Gauge32 FROM SNMPv2-SMI InstanceName, informant FROM WTCS; bizTalkServer MODULE-IDENTITY LAST-UPDATED "200705242210Z" ORGANIZATION "Informant Systems, Inc." CONTACT-INFO "Garth Williams 11135-23A Ave Edmonton, AB T6J4W5 Canada Tel: +1 780 434 4113 E-mail: garth.williams@wtcs.org" DESCRIPTION "The MIB module for SNMP Informant BizTalk performance counter entries." REVISION "200705242210Z" DESCRIPTION "Refactored to match the Microsoft BizTalk 2006." REVISION "200402290633Z" DESCRIPTION "Changed the syntax of the datapoints from integer to gauge." REVISION "200401220612Z" DESCRIPTION "The initial revision of this MIB module." ::= { informant 4 } bizTalkFILEReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkFILEReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:FILE Receive Adapter' objects." ::= { bizTalkServer 1 } bizTalkFILEReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkFILEReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:FILE Receive Adapter' object." INDEX { btfileraInstance } ::= { bizTalkFILEReceiveAdapterTable 1 } BizTalkFILEReceiveAdapterEntry ::= SEQUENCE { btfileraInstance InstanceName, btfileraBytesReceived Gauge32, btfileraBytesReceivedPerSec Gauge32, btfileraDeleteRetries Gauge32, btfileraLockFailures Gauge32, btfileraLockFailuresPerSec Gauge32, btfileraMessagesReceived Gauge32, btfileraMessagesReceivedPerSec Gauge32, btfileraTimeToBuildBatch Gauge32 } btfileraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkFILEReceiveAdapterEntry 1 } btfileraBytesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes received by adapter. The counter is incremented after a message is completely read by the adapter from the file system." ::= { bizTalkFILEReceiveAdapterEntry 2 } btfileraBytesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes received by adapter per second. The counter applies only to messages that have been completely read by the adapter from the file system." ::= { bizTalkFILEReceiveAdapterEntry 3 } btfileraDeleteRetries OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times adapter attempts to delete a file that has been read." ::= { bizTalkFILEReceiveAdapterEntry 4 } btfileraLockFailures OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times the file receive adapter failed to lock the file." ::= { bizTalkFILEReceiveAdapterEntry 5 } btfileraLockFailuresPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times file receive adapter failed to lock the file per second." ::= { bizTalkFILEReceiveAdapterEntry 6 } btfileraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages received by adapter. The counter is incremented after a message is completely read by the adapter from the file system." ::= { bizTalkFILEReceiveAdapterEntry 7 } btfileraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages received by adapter per second. The counter applies only to messages that have been completely read by the adapter from the file system." ::= { bizTalkFILEReceiveAdapterEntry 8 } btfileraTimeToBuildBatch OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average time taken by file receive adapter to build a batch" ::= { bizTalkFILEReceiveAdapterEntry 9 } bizTalkFILESendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkFILESendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:FILE Send Adapter' objects." ::= { bizTalkServer 2 } bizTalkFILESendAdapterEntry OBJECT-TYPE SYNTAX BizTalkFILESendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:FILE Send Adapter' object." INDEX { btfilesaInstance } ::= { bizTalkFILESendAdapterTable 1 } BizTalkFILESendAdapterEntry ::= SEQUENCE { btfilesaInstance InstanceName, btfilesaBytesSent Gauge32, btfilesaBytesSentPerSec Gauge32, btfilesaMessagesSent Gauge32, btfilesaMessagesSentPerSec Gauge32 } btfilesaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkFILESendAdapterEntry 1 } btfilesaBytesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes sent by adapter. The counter is incremented only for messages that have been completely written to file system" ::= { bizTalkFILESendAdapterEntry 2 } btfilesaBytesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes sent by adapter per second. The counter applies only to messages that have been completely written to file system" ::= { bizTalkFILESendAdapterEntry 3 } btfilesaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages sent by adapter. The counter is incremented only for messages that have been completely written to file system." ::= { bizTalkFILESendAdapterEntry 4 } btfilesaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent by adapter per second. The counter applies only to messages that have been completely written to file system." ::= { bizTalkFILESendAdapterEntry 5 } bizTalkFTPReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkFTPReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:FTP Receive Adapter' objects." ::= { bizTalkServer 3 } bizTalkFTPReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkFTPReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:FTP Receive Adapter' object." INDEX { btftpraInstance } ::= { bizTalkFTPReceiveAdapterTable 1 } BizTalkFTPReceiveAdapterEntry ::= SEQUENCE { btftpraInstance InstanceName, btftpraBytesReceived Gauge32, btftpraBytesReceivedPerSec Gauge32, btftpraMessagesReceived Gauge32, btftpraMessagesReceivedPerSec Gauge32 } btftpraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkFTPReceiveAdapterEntry 1 } btftpraBytesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes received by adapter. The counter is incremented after a message is completely read by the adapter from the FTP server." ::= { bizTalkFTPReceiveAdapterEntry 2 } btftpraBytesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes received by adapter per second. The counter applies only to messages that have been completely read by the adapter from the FTP server." ::= { bizTalkFTPReceiveAdapterEntry 3 } btftpraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages received by adapter. The counter is incremented after a message is completely read by the adapter from the FTP server." ::= { bizTalkFTPReceiveAdapterEntry 4 } btftpraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages received by adapter per second. The counter applies only to messages that have been completely read by the adapter from the FTP server." ::= { bizTalkFTPReceiveAdapterEntry 5 } bizTalkFTPSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkFTPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:FTP Send Adapter' objects." ::= { bizTalkServer 4 } bizTalkFTPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkFTPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:FTP Send Adapter' object." INDEX { btftpsaInstance } ::= { bizTalkFTPSendAdapterTable 1 } BizTalkFTPSendAdapterEntry ::= SEQUENCE { btftpsaInstance InstanceName, btftpsaBytesSent Gauge32, btftpsaBytesSentPerSec Gauge32, btftpsaMessagesSent Gauge32, btftpsaMessagesSentPerSec Gauge32 } btftpsaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkFTPSendAdapterEntry 1 } btftpsaBytesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes sent by adapter. The counter is incremented only for messages that have been written to destination FTP server." ::= { bizTalkFTPSendAdapterEntry 2 } btftpsaBytesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes sent by adapter per second. The counter applies only to messages that have been written to destination FTP server." ::= { bizTalkFTPSendAdapterEntry 3 } btftpsaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages sent by adapter. The counter is incremented only for messages that have been written to destination FTP server." ::= { bizTalkFTPSendAdapterEntry 4 } btftpsaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent by adpater per second. The counter applies only to messages that have been written to destination FTP server." ::= { bizTalkFTPSendAdapterEntry 5 } bizTalkHTTPReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkHTTPReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:HTTP Receive Adapter' objects." ::= { bizTalkServer 5 } bizTalkHTTPReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkHTTPReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:HTTP Receive Adapter' object." INDEX { bthttpraInstance } ::= { bizTalkHTTPReceiveAdapterTable 1 } BizTalkHTTPReceiveAdapterEntry ::= SEQUENCE { bthttpraInstance InstanceName, bthttpraMemoryQueueSize Gauge32, bthttpraMessagesReceived Gauge32, bthttpraMessagesReceivedPerSec Gauge32, bthttpraMessagesSent Gauge32, bthttpraMessagesSentPerSec Gauge32, bthttpraTimeToAddMessageToBatch Gauge32, bthttpraTimeToBuildBatch Gauge32 } bthttpraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkHTTPReceiveAdapterEntry 1 } bthttpraMemoryQueueSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of incoming messages in internal adapter's queue" ::= { bizTalkHTTPReceiveAdapterEntry 2 } bthttpraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of HTTP requests received by adapter. The counter is incremented after a request message is completely read by the adapter from HTTP client." ::= { bizTalkHTTPReceiveAdapterEntry 3 } bthttpraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of HTTP requests received by adapter per second. The counter applies only to request messages that have been completely read by the adapter from HTTP client." ::= { bizTalkHTTPReceiveAdapterEntry 4 } bthttpraMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of HTTP responses sent by adapter. The counter is incremented only for response messages that have been successfully sent to HTTP client." ::= { bizTalkHTTPReceiveAdapterEntry 5 } bthttpraMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of HTTP responses sent by adapter per second. The counter applies only to response messages that have been successfully sent to HTTP client." ::= { bizTalkHTTPReceiveAdapterEntry 6 } bthttpraTimeToAddMessageToBatch OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average time between when message is given to adapter by IIS and till message is added to a batch" ::= { bizTalkHTTPReceiveAdapterEntry 7 } bthttpraTimeToBuildBatch OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average time taken by adapter to build a batch" ::= { bizTalkHTTPReceiveAdapterEntry 8 } bizTalkHTTPSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkHTTPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:HTTP Send Adapter' objects." ::= { bizTalkServer 6 } bizTalkHTTPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkHTTPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:HTTP Send Adapter' object." INDEX { bthttpsaInstance } ::= { bizTalkHTTPSendAdapterTable 1 } BizTalkHTTPSendAdapterEntry ::= SEQUENCE { bthttpsaInstance InstanceName, bthttpsaMemoryQueueSize Gauge32, bthttpsaMessagesReceived Gauge32, bthttpsaMessagesReceivedPerSec Gauge32, bthttpsaMessagesSent Gauge32, bthttpsaMessagesSentPerSec Gauge32 } bthttpsaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkHTTPSendAdapterEntry 1 } bthttpsaMemoryQueueSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of outgoing messages in internal adapter's queue" ::= { bizTalkHTTPSendAdapterEntry 2 } bthttpsaMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of HTTP response messages received by adapter. The counter is incremented after a response message is completely read by the adapter from HTTP server." ::= { bizTalkHTTPSendAdapterEntry 3 } bthttpsaMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of HTTP responses received by adapter per second. The counter applies only to response messages that have been completely read by the adapter from HTTP server." ::= { bizTalkHTTPSendAdapterEntry 4 } bthttpsaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of HTTP requests sent by adapter. The counter is incremented only for request messages that have reached destination URL." ::= { bizTalkHTTPSendAdapterEntry 5 } bthttpsaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of HTTP requests sent by adapter per second. The counter applies only to request messages that have reached destination URL." ::= { bizTalkHTTPSendAdapterEntry 6 } bizTalkMSMQReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMSMQReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:MSMQ Receive Adapter' objects." ::= { bizTalkServer 7 } bizTalkMSMQReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkMSMQReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:MSMQ Receive Adapter' object." INDEX { btmsmqraInstance } ::= { bizTalkMSMQReceiveAdapterTable 1 } BizTalkMSMQReceiveAdapterEntry ::= SEQUENCE { btmsmqraInstance InstanceName, btmsmqraBytesReceived Gauge32, btmsmqraBytesReceivedPerSec Gauge32, btmsmqraMessagesReceived Gauge32, btmsmqraMessagesReceivedPerSec Gauge32 } btmsmqraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMSMQReceiveAdapterEntry 1 } btmsmqraBytesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes received by adapter. The counter is incremented after a message is completely read by the adapter from the source queue." ::= { bizTalkMSMQReceiveAdapterEntry 2 } btmsmqraBytesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes received by adapter per second. The counter applies only to messages that have been completely read by the adapter from the source queue." ::= { bizTalkMSMQReceiveAdapterEntry 3 } btmsmqraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages received by adapter. The counter is incremented after a message is completely read by the adapter from the source queue." ::= { bizTalkMSMQReceiveAdapterEntry 4 } btmsmqraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages received by adapter per second. The counter applies only to messages that have been completely read by the adapter from the source queue." ::= { bizTalkMSMQReceiveAdapterEntry 5 } bizTalkMSMQSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMSMQSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:MSMQ Send Adapter' objects." ::= { bizTalkServer 8 } bizTalkMSMQSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkMSMQSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:MSMQ Send Adapter' object." INDEX { btmsmqsaInstance } ::= { bizTalkMSMQSendAdapterTable 1 } BizTalkMSMQSendAdapterEntry ::= SEQUENCE { btmsmqsaInstance InstanceName, btmsmqsaBytesSent Gauge32, btmsmqsaBytesSentPerSec Gauge32, btmsmqsaMessagesSent Gauge32, btmsmqsaMessagesSentPerSec Gauge32 } btmsmqsaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMSMQSendAdapterEntry 1 } btmsmqsaBytesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes sent by adapter. The counter is incremented only for messages that have reached destination queue." ::= { bizTalkMSMQSendAdapterEntry 2 } btmsmqsaBytesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes sent by adapter per second. The counter applies only to messages that have reached destination queue." ::= { bizTalkMSMQSendAdapterEntry 3 } btmsmqsaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages sent by adapter. The counter is incremented only for messages that have reached destination queue." ::= { bizTalkMSMQSendAdapterEntry 4 } btmsmqsaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent by adapter per second. The counter applies only to messages that have reached destination queue." ::= { bizTalkMSMQSendAdapterEntry 5 } bizTalkMessageAgentTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMessageAgentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:Message Agent' objects." ::= { bizTalkServer 9 } bizTalkMessageAgentEntry OBJECT-TYPE SYNTAX BizTalkMessageAgentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:Message Agent' object." INDEX { btmaInstance } ::= { bizTalkMessageAgentTable 1 } BizTalkMessageAgentEntry ::= SEQUENCE { btmaInstance InstanceName, btmaActiveInstanceCount Gauge32, btmaDatabaseSession Gauge32, btmaDatabaseSessionThreshold Gauge32, btmaDatabaseSize Gauge32, btmaHighDatabaseSession Gauge32, btmaHighDatabaseSize Gauge32, btmaHighInprocessMessageCount Gauge32, btmaHighMessageDeliveryRate Gauge32, btmaHighMessagePublishingRate Gauge32, btmaHighProcessMemory Gauge32, btmaHighSystemMemory Gauge32, btmaHighThreadCount Gauge32, btmaInprocessMessageCount Gauge32, btmaInprocessMsgCountThreshold Gauge32, btmaMsgDeliveryDelayms Gauge32, btmaMsgDeliveryIncomingRate Gauge32, btmaMsgDeliveryOutgoingRate Gauge32, btmaMsgDeliveryThrottlingState Gauge32, btmaMsgDlvryThrottlingStDuration Gauge32, btmaMsgDlvryThrottleUserOverride Gauge32, btmaMsgPublishingDelay Gauge32, btmaMsgPublishingIncomingRate Gauge32, btmaMsgPublishingOutgoingRate Gauge32, btmaMsgPublishingThrottlingState Gauge32, btmaMsgPubThrottlingStDuration Gauge32, btmaMsgPubThrottlingUsrOverride Gauge32, btmaPhysicalMemoryUsageMB Gauge32, btmaProcessMemoryUsageMB Gauge32, btmaProcessMemUsageThresholdMB Gauge32, btmaServiceClassID Gauge32, btmaThreadCount Gauge32, btmaThreadCountThreshold Gauge32, btmaTotalBatchesCommitted Gauge32, btmaTotalMessagesDelivered Gauge32, btmaTotalMessagesPublished Gauge32 } btmaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMessageAgentEntry 1 } btmaActiveInstanceCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current number of active instances loaded in memory, including the standby instances" ::= { bizTalkMessageAgentEntry 2 } btmaDatabaseSession OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of open database connections to the messagebox" ::= { bizTalkMessageAgentEntry 3 } btmaDatabaseSessionThreshold OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current threshold for the number of open database connections to the messagebox" ::= { bizTalkMessageAgentEntry 4 } btmaDatabaseSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The destination queue depth of all messagebox databases. If the host publishes to multiple hosts, the weighted average across all the destination queues is computed based on recent publish statistics. Queue depth refers to the aggregated record count of t" ::= { bizTalkMessageAgentEntry 5 } btmaHighDatabaseSession OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of currently opened database sessions exceeds the threshold" ::= { bizTalkMessageAgentEntry 6 } btmaHighDatabaseSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The destination queue depth of all messagebox databases exceeds the threshold. If the host publishes to multiple queues, the weighted average across all destination queues is computed (based on recent publish statistics) and compared with the threshold" ::= { bizTalkMessageAgentEntry 7 } btmaHighInprocessMessageCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of in-process messages exceeds the threshold" ::= { bizTalkMessageAgentEntry 8 } btmaHighMessageDeliveryRate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The message delivery rate is higher than the message processing rate" ::= { bizTalkMessageAgentEntry 9 } btmaHighMessagePublishingRate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The message publishing request rate is higher than the message publishing completion rate" ::= { bizTalkMessageAgentEntry 10 } btmaHighProcessMemory OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The process memory consumption exceeds the threshold" ::= { bizTalkMessageAgentEntry 11 } btmaHighSystemMemory OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The system-wide physical memory consumption exceeds the threshold" ::= { bizTalkMessageAgentEntry 12 } btmaHighThreadCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The thread count exceeds the threshold" ::= { bizTalkMessageAgentEntry 13 } btmaInprocessMessageCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of concurrent messages that the service class is processing" ::= { bizTalkMessageAgentEntry 14 } btmaInprocessMsgCountThreshold OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current threshold for the number of concurrent messages that the service class is processing" ::= { bizTalkMessageAgentEntry 15 } btmaMsgDeliveryDelayms OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The delay injected in each batch for throttling the delivery of messages" ::= { bizTalkMessageAgentEntry 16 } btmaMsgDeliveryIncomingRate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages delivered to the service class per second" ::= { bizTalkMessageAgentEntry 17 } btmaMsgDeliveryOutgoingRate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages processed by the service class per second" ::= { bizTalkMessageAgentEntry 18 } btmaMsgDeliveryThrottlingState OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The throttling state of the message delivery. A non-zero value indicates that the message delivery is being throttled due to one of the following reasons: 1- rate, 3- unprocessed message, 4- process memory, 5- system memory, 9- thread count, 10- user ove" ::= { bizTalkMessageAgentEntry 19 } btmaMsgDlvryThrottlingStDuration OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Seconds spent in the current state (throttling or not throttling) of message delivery throttling" ::= { bizTalkMessageAgentEntry 20 } btmaMsgDlvryThrottleUserOverride OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The user override for the message delivery" ::= { bizTalkMessageAgentEntry 21 } btmaMsgPublishingDelay OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The delay injected in each qualifying batch for throttling the publishing of messages" ::= { bizTalkMessageAgentEntry 22 } btmaMsgPublishingIncomingRate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of message publish requests issued by the service class per second" ::= { bizTalkMessageAgentEntry 23 } btmaMsgPublishingOutgoingRate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages actually published by the service class per second" ::= { bizTalkMessageAgentEntry 24 } btmaMsgPublishingThrottlingState OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The throttling state of the message publishing. A non-zero value indicates that the message publishing is being throttled due to one of the following reasons: 2- rate, 4- process memory, 5- system memory, 6- database size, 8- database session count, 9- th" ::= { bizTalkMessageAgentEntry 25 } btmaMsgPubThrottlingStDuration OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Seconds spent in the current state (throttling or not throttling) of message publish throttling" ::= { bizTalkMessageAgentEntry 26 } btmaMsgPubThrottlingUsrOverride OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The user override for the message publishing" ::= { bizTalkMessageAgentEntry 27 } btmaPhysicalMemoryUsageMB OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The system-wide physical memory usage (MB)" ::= { bizTalkMessageAgentEntry 28 } btmaProcessMemoryUsageMB OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The memory usage of current process (MB)" ::= { bizTalkMessageAgentEntry 29 } btmaProcessMemUsageThresholdMB OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current threshold for the memory usage of current process (MB). The threshold may be dynamically adjusted depending on the actual amount of memory available to this process and its memory consumption pattern" ::= { bizTalkMessageAgentEntry 30 } btmaServiceClassID OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The decimal value of the initial part of the service class GUID that this performance counter instance corresponds to. A process may host more than one service class and the message agent performance counters show the data for the most active service clas" ::= { bizTalkMessageAgentEntry 31 } btmaThreadCount OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of threads in the process" ::= { bizTalkMessageAgentEntry 32 } btmaThreadCountThreshold OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current threshold for the total number of threads in the process" ::= { bizTalkMessageAgentEntry 33 } btmaTotalBatchesCommitted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of batches committed by the service class" ::= { bizTalkMessageAgentEntry 34 } btmaTotalMessagesDelivered OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of messages delivered to the service class" ::= { bizTalkMessageAgentEntry 35 } btmaTotalMessagesPublished OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of messages published by the service class" ::= { bizTalkMessageAgentEntry 36 } bizTalkMsgBoxGeneralCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMessageBoxGeneralCountersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:Message Box:General Counters' objects." ::= { bizTalkServer 10 } bizTalkMsgBoxGeneralCounterEntry OBJECT-TYPE SYNTAX BizTalkMessageBoxGeneralCountersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:Message Box:General Counters' object." INDEX { btmbgcInstance } ::= { bizTalkMsgBoxGeneralCounterTable 1 } BizTalkMessageBoxGeneralCountersEntry ::= SEQUENCE { btmbgcInstance InstanceName, btmbgcInstancesTotalNumber Gauge32, btmbgcMsgBoxDeadProcCleanup Gauge32, btmbgcMsgBoxMsgCleanupPurgeJobs Gauge32, btmbgcMsgBoxPartsCleanupPurgeJob Gauge32, btmbgcMsgBoxPurgeSubPurgeJobs Gauge32, btmbgcSpoolSize Gauge32, btmbgcTrackedMsgsCopyPurgeJobs Gauge32, btmbgcTrackingDataSize Gauge32, btmbgcTrackingSpoolCleanup Gauge32 } btmbgcInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMsgBoxGeneralCounterEntry 1 } btmbgcInstancesTotalNumber OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Instances - Total Number: Tracks the sum of all the instances of each host, which exist within a particular Message Box." ::= { bizTalkMsgBoxGeneralCounterEntry 2 } btmbgcMsgBoxDeadProcCleanup OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Time in seconds for most recent run of SQL agent job which releases database rows associated with dead BTS processes." ::= { bizTalkMsgBoxGeneralCounterEntry 3 } btmbgcMsgBoxMsgCleanupPurgeJobs OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Time in seconds for most recent run of SQL agent job which cleans up message box tables associated with removed messages." ::= { bizTalkMsgBoxGeneralCounterEntry 4 } btmbgcMsgBoxPartsCleanupPurgeJob OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Time in seconds for most recent run of SQL agent job which clean up message box tables associated with removed message parts." ::= { bizTalkMsgBoxGeneralCounterEntry 5 } btmbgcMsgBoxPurgeSubPurgeJobs OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Time in seconds for most recent run of SQL agent job which purges subscriptions which are no longer in use." ::= { bizTalkMsgBoxGeneralCounterEntry 6 } btmbgcSpoolSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Spool size: Tracks the size of the spool on a particular message box on a particular server." ::= { bizTalkMsgBoxGeneralCounterEntry 7 } btmbgcTrackedMsgsCopyPurgeJobs OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Time in seconds for most recent run of SQL agent job which copies tracked message bodies for tracked messages." ::= { bizTalkMsgBoxGeneralCounterEntry 8 } btmbgcTrackingDataSize OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Tracking data size: Tracks the size of the tracking data table on a particular message box on a particular server." ::= { bizTalkMsgBoxGeneralCounterEntry 9 } btmbgcTrackingSpoolCleanup OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Time in seconds for most recent run of SQL agent job which purges the inactive tracking spool tables." ::= { bizTalkMsgBoxGeneralCounterEntry 10 } bizTalkMsgBoxHostCountersTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMessageBoxHostCountersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:Message Box:Host Counters' objects." ::= { bizTalkServer 11 } bizTalkMsgBoxHostCountersEntry OBJECT-TYPE SYNTAX BizTalkMessageBoxHostCountersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:Message Box:Host Counters' object." INDEX { btmbhcInstance } ::= { bizTalkMsgBoxHostCountersTable 1 } BizTalkMessageBoxHostCountersEntry ::= SEQUENCE { btmbhcInstance InstanceName, btmbhcHostQueInstStateMsgRefsLen Gauge32, btmbhcHostQueueLength Gauge32, btmbhcHostQueueNumberOfInstances Gauge32, btmbhcHostQueueSuspendedMsgsLen Gauge32 } btmbhcInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMsgBoxHostCountersEntry 1 } btmbhcHostQueInstStateMsgRefsLen OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Host Queue - Instance State Msg Refs - Length: Tracks the number of message references in the instance state queue for this particular host." ::= { bizTalkMsgBoxHostCountersEntry 2 } btmbhcHostQueueLength OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Host Queue - Length: Tracks the total number of messages in the particular host queue." ::= { bizTalkMsgBoxHostCountersEntry 3 } btmbhcHostQueueNumberOfInstances OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Host Queue - Number of Instances: Tracks the number of instances of this particular host." ::= { bizTalkMsgBoxHostCountersEntry 4 } btmbhcHostQueueSuspendedMsgsLen OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Host Queue - Suspended Msgs - Length: Tracks the total number of suspended messages for the particular host." ::= { bizTalkMsgBoxHostCountersEntry 5 } bizTalkMessagingTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMessagingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:Messaging' objects." ::= { bizTalkServer 12 } bizTalkMessagingEntry OBJECT-TYPE SYNTAX BizTalkMessagingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:Messaging' object." INDEX { btmInstance } ::= { bizTalkMessagingTable 1 } BizTalkMessagingEntry ::= SEQUENCE { btmInstance InstanceName, btmActiveReceiveLocations Gauge32, btmActiveReceiveThreads Gauge32, btmActiveSendMessages Gauge32, btmActiveSendThreads Gauge32, btmDocumentsProcessed Gauge32, btmDocumentsProcessedPerSec Gauge32, btmDocumentsReceived Gauge32, btmDocumentsReceivedPerSec Gauge32, btmDocumentsResubmitted Gauge32, btmDocumentsSubmittedPerBatch Gauge32, btmDocumentsSuspended Gauge32, btmDocumentsSuspendedPerSec Gauge32, btmDocumentsTransmittedPerBatch Gauge32, btmIDProcess Gauge32, btmPendingReceiveBatches Gauge32, btmPendingTransmittedMessages Gauge32, btmRequestPerResponseTimeouts Gauge32, btmThrottledReceiveBatches Gauge32 } btmInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMessagingEntry 1 } btmActiveReceiveLocations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of receive locations currently enabled in this host instance" ::= { bizTalkMessagingEntry 2 } btmActiveReceiveThreads OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of threads in the Messaging Engine currently processing messages received from adapters running in this host instance. These include messages that have been processed asynchronously by send adapters" ::= { bizTalkMessagingEntry 3 } btmActiveSendMessages OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages the Messaging Engine has currently in send processing. This includes messages currently in send pipeline processing as well as response messages for receive adapters" ::= { bizTalkMessagingEntry 4 } btmActiveSendThreads OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of threads in the Messaging Engine currently processing messages to send to adapters. This includes response messages to receive adapters" ::= { bizTalkMessagingEntry 5 } btmDocumentsProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Documents processed" ::= { bizTalkMessagingEntry 6 } btmDocumentsProcessedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Documents processed per second" ::= { bizTalkMessagingEntry 7 } btmDocumentsReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Documents received" ::= { bizTalkMessagingEntry 8 } btmDocumentsReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Documents received per second" ::= { bizTalkMessagingEntry 9 } btmDocumentsResubmitted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of documents resubmitted by send adapters" ::= { bizTalkMessagingEntry 10 } btmDocumentsSubmittedPerBatch OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average number of documents submitted per batch." ::= { bizTalkMessagingEntry 11 } btmDocumentsSuspended OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Documents suspended" ::= { bizTalkMessagingEntry 12 } btmDocumentsSuspendedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Documents suspended per second" ::= { bizTalkMessagingEntry 13 } btmDocumentsTransmittedPerBatch OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average number of messages transmitted per batch." ::= { bizTalkMessagingEntry 14 } btmIDProcess OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The process identifier for this host instance" ::= { bizTalkMessagingEntry 15 } btmPendingReceiveBatches OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of batches received by the Messaging Engine that have not completed processing. These include batches that have been processed asynchronously by send adapters" ::= { bizTalkMessagingEntry 16 } btmPendingTransmittedMessages OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages given by the Messaging Engine to send adapters that have not completed processing. This includes response messages for receive adapters" ::= { bizTalkMessagingEntry 17 } btmRequestPerResponseTimeouts OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of request messages that have not received a response message within the time limit specified by the adapter" ::= { bizTalkMessagingEntry 18 } btmThrottledReceiveBatches OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of batches that have been blocked on receive by the Messaging Engine due to high service load. These batches contain new messages to be processed" ::= { bizTalkMessagingEntry 19 } bizTalkMessagingLatencyTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMessagingLatencyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:Messaging Latency' objects." ::= { bizTalkServer 13 } bizTalkMessagingLatencyEntry OBJECT-TYPE SYNTAX BizTalkMessagingLatencyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:Messaging Latency' object." INDEX { btmlInstance } ::= { bizTalkMessagingLatencyTable 1 } BizTalkMessagingLatencyEntry ::= SEQUENCE { btmlInstance InstanceName, btmlInboundLatencysec Gauge32, btmlOutboundAdapterLatencysec Gauge32, btmlOutboundLatencysec Gauge32, btmlRequestResponseLatencysec Gauge32 } btmlInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkMessagingLatencyEntry 1 } btmlInboundLatencysec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average latency in seconds from when the Messaging Engine receives a document from the adapter until the time it is published to Message Box." ::= { bizTalkMessagingLatencyEntry 2 } btmlOutboundAdapterLatencysec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average latency in seconds from when the adapter gets a document from the Messaging Engine until the time it is sent by the adapter." ::= { bizTalkMessagingLatencyEntry 3 } btmlOutboundLatencysec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average latency in seconds from when the Messaging Engine receives a document from the Message Box until the time document is sent by the adapter." ::= { bizTalkMessagingLatencyEntry 4 } btmlRequestResponseLatencysec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Average latency in seconds from when the Messaging Engine receives a request document from the adapter until the time a response document is given back to the adapter" ::= { bizTalkMessagingLatencyEntry 5 } bizTalkPOP3ReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkPOP3ReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:POP3 Receive Adapter' objects." ::= { bizTalkServer 14 } bizTalkPOP3ReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkPOP3ReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:POP3 Receive Adapter' object." INDEX { btpopraInstance } ::= { bizTalkPOP3ReceiveAdapterTable 1 } BizTalkPOP3ReceiveAdapterEntry ::= SEQUENCE { btpopraInstance InstanceName, btpopraActiveSessions Gauge32, btpopraBytesReceived Gauge32, btpopraBytesReceivedPerSec Gauge32, btpopraMessagesReceived Gauge32, btpopraMessagesReceivedPerSec Gauge32 } btpopraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkPOP3ReceiveAdapterEntry 1 } btpopraActiveSessions OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of open POP3 connections adapter is managing at a time" ::= { bizTalkPOP3ReceiveAdapterEntry 2 } btpopraBytesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of bytes downloaded by adapter from a mail server." ::= { bizTalkPOP3ReceiveAdapterEntry 3 } btpopraBytesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of bytes downloaded from mail server per second." ::= { bizTalkPOP3ReceiveAdapterEntry 4 } btpopraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of email messages downloaded by adapter from a mail server." ::= { bizTalkPOP3ReceiveAdapterEntry 5 } btpopraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of email messages downloaded from mail server per second." ::= { bizTalkPOP3ReceiveAdapterEntry 6 } bizTalkSMTPSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSMTPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:SMTP Send Adapter' objects." ::= { bizTalkServer 15 } bizTalkSMTPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkSMTPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:SMTP Send Adapter' object." INDEX { btsmtpsaInstance } ::= { bizTalkSMTPSendAdapterTable 1 } BizTalkSMTPSendAdapterEntry ::= SEQUENCE { btsmtpsaInstance InstanceName, btsmtpsaMessagesSent Gauge32, btsmtpsaMessagesSentPerSec Gauge32 } btsmtpsaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkSMTPSendAdapterEntry 1 } btsmtpsaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages sent by adapter. The counter is incremented only for messages that have been transmitted to SMTP server." ::= { bizTalkSMTPSendAdapterEntry 2 } btsmtpsaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent by adapter per second. The counter applies only to messages that have been transmitted to SMTP server." ::= { bizTalkSMTPSendAdapterEntry 3 } bizTalkSOAPReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSOAPReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:SOAP Receive Adapter' objects." ::= { bizTalkServer 16 } bizTalkSOAPReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkSOAPReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:SOAP Receive Adapter' object." INDEX { btsoapraInstance } ::= { bizTalkSOAPReceiveAdapterTable 1 } BizTalkSOAPReceiveAdapterEntry ::= SEQUENCE { btsoapraInstance InstanceName, btsoapraMessagesReceived Gauge32, btsoapraMessagesReceivedPerSec Gauge32 } btsoapraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkSOAPReceiveAdapterEntry 1 } btsoapraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages received by adapter. The counter is incremented after a request message is completely read by the adapter from SOAP client." ::= { bizTalkSOAPReceiveAdapterEntry 2 } btsoapraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages received by adapter per second. The counter applies only to request messages that have been completely read by the adapter from SOAP client" ::= { bizTalkSOAPReceiveAdapterEntry 3 } bizTalkSOAPSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSOAPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:SOAP Send Adapter' objects." ::= { bizTalkServer 17 } bizTalkSOAPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkSOAPSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:SOAP Send Adapter' object." INDEX { btsoapsaInstance } ::= { bizTalkSOAPSendAdapterTable 1 } BizTalkSOAPSendAdapterEntry ::= SEQUENCE { btsoapsaInstance InstanceName, btsoapsaMessagesSent Gauge32, btsoapsaMessagesSentPerSec Gauge32 } btsoapsaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkSOAPSendAdapterEntry 1 } btsoapsaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages sent by adapter. The counter is incremented only for messages that have reached destination URL." ::= { bizTalkSOAPSendAdapterEntry 2 } btsoapsaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent by adapter per second. The counter applies only to messages that have reached destination URL." ::= { bizTalkSOAPSendAdapterEntry 3 } bizTalkSQLReceiveAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSQLReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:SQL Receive Adapter' objects." ::= { bizTalkServer 18 } bizTalkSQLReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkSQLReceiveAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:SQL Receive Adapter' object." INDEX { btsqlraInstance } ::= { bizTalkSQLReceiveAdapterTable 1 } BizTalkSQLReceiveAdapterEntry ::= SEQUENCE { btsqlraInstance InstanceName, btsqlraMessagesReceived Gauge32, btsqlraMessagesReceivedPerSec Gauge32 } btsqlraInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkSQLReceiveAdapterEntry 1 } btsqlraMessagesReceived OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages read by adapter from a SQL server." ::= { bizTalkSQLReceiveAdapterEntry 2 } btsqlraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages read from a SQL server per second." ::= { bizTalkSQLReceiveAdapterEntry 3 } bizTalkSQLSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSQLSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:SQL Send Adapter' objects." ::= { bizTalkServer 19 } bizTalkSQLSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkSQLSendAdapterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:SQL Send Adapter' object." INDEX { btsqlsaInstance } ::= { bizTalkSQLSendAdapterTable 1 } BizTalkSQLSendAdapterEntry ::= SEQUENCE { btsqlsaInstance InstanceName, btsqlsaMessagesSent Gauge32, btsqlsaMessagesSentPerSec Gauge32 } btsqlsaInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkSQLSendAdapterEntry 1 } btsqlsaMessagesSent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of messages sent by adapter. The counter is incremented only for messages that have been written to destination SQL table." ::= { bizTalkSQLSendAdapterEntry 2 } btsqlsaMessagesSentPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of messages sent by adapter per second. The counter applies only to messages that have been written to destination SQL table." ::= { bizTalkSQLSendAdapterEntry 3 } bizTalkTDDSTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkTDDSEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'BizTalk:TDDS' objects." ::= { bizTalkServer 20 } bizTalkTDDSEntry OBJECT-TYPE SYNTAX BizTalkTDDSEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of 'BizTalk:TDDS' object." INDEX { bttddsInstance } ::= { bizTalkTDDSTable 1 } BizTalkTDDSEntry ::= SEQUENCE { bttddsInstance InstanceName, bttddsBatchesCommitted Gauge32, bttddsBatchesBeingProcessed Gauge32, bttddsEventsCommitted Gauge32, bttddsEventsBeingProcessed Gauge32, bttddsRecordsCommitted Gauge32, bttddsRecordsBeingProcessed Gauge32, bttddsTotalBatches Gauge32, bttddsTotalEvents Gauge32, bttddsTotalFailedBatches Gauge32, bttddsTotalFailedEvents Gauge32, bttddsTotalRecords Gauge32 } bttddsInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { bizTalkTDDSEntry 1 } bttddsBatchesCommitted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of batches committed to destination database" ::= { bizTalkTDDSEntry 2 } bttddsBatchesBeingProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of batches are being processed inside SQL transaction currently" ::= { bizTalkTDDSEntry 3 } bttddsEventsCommitted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of events committed to destination database within this second" ::= { bizTalkTDDSEntry 4 } bttddsEventsBeingProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of events are being processed inside SQL transaction currently" ::= { bizTalkTDDSEntry 5 } bttddsRecordsCommitted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of records committed to destination database during this second." ::= { bizTalkTDDSEntry 6 } bttddsRecordsBeingProcessed OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of records are being processed inside SQL transaction currently" ::= { bizTalkTDDSEntry 7 } bttddsTotalBatches OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total batches processed by TDDS" ::= { bizTalkTDDSEntry 8 } bttddsTotalEvents OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total events processed by TDDS" ::= { bizTalkTDDSEntry 9 } bttddsTotalFailedBatches OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total batches failed to run by TDDS" ::= { bizTalkTDDSEntry 10 } bttddsTotalFailedEvents OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total events failed to run by TDDS" ::= { bizTalkTDDSEntry 11 } bttddsTotalRecords OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total records processed by TDDS" ::= { bizTalkTDDSEntry 12 } bizTalkSharePointServicesAdapter OBJECT IDENTIFIER ::= { bizTalkServer 21 } btwspsaPercentReceiveMsgFailures OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The percentage of Windows SharePoint Services files that have not been processed by BizTalk Server due to errors." ::= { bizTalkSharePointServicesAdapter 1 } btwspsaPercentSendMsgFailures OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The percentage of failed messages BizTalk Server attempted to send to Windows SharePoint Services." ::= { bizTalkSharePointServicesAdapter 2 } btwspsaPercentWebServiceCallFail OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The percentage of Windows SharePoint Services adapter Web service calls that have failed." ::= { bizTalkSharePointServicesAdapter 3 } btwspsaTotalReceiveCommitFailure OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Windows SharePoint Services errors raised when updating the status of the SharePoint documents." ::= { bizTalkSharePointServicesAdapter 4 } btwspsaTotalReceiveMsgFailures OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Windows SharePoint Services files that have not been processed by BizTalk Server due to errors." ::= { bizTalkSharePointServicesAdapter 5 } btwspsaTotalReceivedMsgs OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Windows SharePoint Services files received by the adapter, including files that failed to process." ::= { bizTalkSharePointServicesAdapter 6 } btwspsaTotalSendMsgFailures OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of failed messages BizTalk Server attempted to send to Windows SharePoint Services." ::= { bizTalkSharePointServicesAdapter 7 } btwspsaTotalSentMsgs OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of messages BizTalk Server sent to Windows SharePoint Services, including files that failed to process." ::= { bizTalkSharePointServicesAdapter 8 } btwspsaTotalWebServiceCallFail OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of Windows SharePoint Services adapter Web service calls that have failed." ::= { bizTalkSharePointServicesAdapter 9 } btwspsaWebServiceCallsPerSecond OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Windows SharePoint Services adapter Web service calls per second." ::= { bizTalkSharePointServicesAdapter 10 } xLANGPerSOrchestrationsTable OBJECT-TYPE SYNTAX SEQUENCE OF XLANGPerSOrchestrationsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing performance information for instances of 'XLANG/s Orchestrations' objects." ::= { bizTalkServer 22 } xLANGPerSOrchestrationsEntry OBJECT-TYPE SYNTAX XLANGPerSOrchestrationsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance information for one particular instance of XLANG/s Orchestrations' object." INDEX { btoInstance } ::= { xLANGPerSOrchestrationsTable 1 } XLANGPerSOrchestrationsEntry ::= SEQUENCE { btoInstance InstanceName, btoPercentUsedPhysicalMemory Gauge32, btoActiveApplicationDomains Gauge32, btoAverageBatchFactor Gauge32, btoDatabaseTransactions Gauge32, btoDatabaseTransactionsPerSec Gauge32, btoDehydratableOrchestrations Gauge32, btoDehydratingOrchestrations Gauge32, btoDehydrationCycleInProgress Gauge32, btoDehydrationCycles Gauge32, btoDehydrationThreshold Gauge32, btoIdleOrchestrations Gauge32, btoMBAllocatedPrivateMemory Gauge32, btoMBAllocatedVirtualMemory Gauge32, btoMsgBoxDBConnectionFailures Gauge32, btoOnlineMessageBoxDatabases Gauge32, btoOrchestrationsCompleted Gauge32, btoOrchestrationsCompletedPerSec Gauge32, btoOrchestrationsCreated Gauge32, btoOrchestrationsCreatedPerSec Gauge32, btoOrchestrationsDehydrated Gauge32, btoOrchestrationDehydratedPerSec Gauge32, btoOrchestrationsDiscarded Gauge32, btoOrchestrationsDiscardedPerSec Gauge32, btoOrchestrationsRehydrated Gauge32, btoOrchestrationRehydratedPerSec Gauge32, btoOrchestrationResidentInmemory Gauge32, btoOrchestrationsSchedForDehyd Gauge32, btoOrchestrationsSuspended Gauge32, btoOrchestrationsSuspendedPerSec Gauge32, btoPendingMessages Gauge32, btoPendingWorkItems Gauge32, btoPersistencePoints Gauge32, btoPersistencePointsPerSec Gauge32, btoRunnableOrchestrations Gauge32, btoRunningOrchestrations Gauge32, btoTransactionalScopesAborted Gauge32, btoTransactionalScopeAbortPerSec Gauge32, btoTransactionalScopesCommitted Gauge32, btoTransactionScopeCommitPerSec Gauge32, btoTransactionalScopesCompensate Gauge32, btoTransScopeCompensatePerSec Gauge32 } btoInstance OBJECT-TYPE SYNTAX InstanceName MAX-ACCESS read-only STATUS current DESCRIPTION "Instance name." ::= { xLANGPerSOrchestrationsEntry 1 } btoPercentUsedPhysicalMemory OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Percentage of used physical memory out of total physical memory on the computer." ::= { xLANGPerSOrchestrationsEntry 2 } btoActiveApplicationDomains OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of application domains currently existing for hosting orchestrations" ::= { xLANGPerSOrchestrationsEntry 3 } btoAverageBatchFactor OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current ratio between the number of persistence points committed and underlying database transactions committed" ::= { xLANGPerSOrchestrationsEntry 4 } btoDatabaseTransactions OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of underlying database transactions used to commit orchestrations work" ::= { xLANGPerSOrchestrationsEntry 5 } btoDatabaseTransactionsPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of underlying databse trasnactions used per second" ::= { xLANGPerSOrchestrationsEntry 6 } btoDehydratableOrchestrations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of idle orchestrations currently hosted by the application instance which may be dehydrated" ::= { xLANGPerSOrchestrationsEntry 7 } btoDehydratingOrchestrations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of dehydratable orchestrations which are currently in the process of dehydrating" ::= { xLANGPerSOrchestrationsEntry 8 } btoDehydrationCycleInProgress OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether there is a dehydration cycle in progress at the moment" ::= { xLANGPerSOrchestrationsEntry 9 } btoDehydrationCycles OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of dehydration cycles completed" ::= { xLANGPerSOrchestrationsEntry 10 } btoDehydrationThreshold OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "A metric, measured in milliseconds, that controls how aggresively services are being dehydrated." ::= { xLANGPerSOrchestrationsEntry 11 } btoIdleOrchestrations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of idle service instances currently hosted by the application instance" ::= { xLANGPerSOrchestrationsEntry 12 } btoMBAllocatedPrivateMemory OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Megabytes allocated for private memory" ::= { xLANGPerSOrchestrationsEntry 13 } btoMBAllocatedVirtualMemory OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Megabytes allocated for virtual memory" ::= { xLANGPerSOrchestrationsEntry 14 } btoMsgBoxDBConnectionFailures OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of database-wide errors occured" ::= { xLANGPerSOrchestrationsEntry 15 } btoOnlineMessageBoxDatabases OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of databases currently serving orchestrations" ::= { xLANGPerSOrchestrationsEntry 16 } btoOrchestrationsCompleted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of orchestrations completed since the application instance started" ::= { xLANGPerSOrchestrationsEntry 17 } btoOrchestrationsCompletedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of orchestrations completed per second" ::= { xLANGPerSOrchestrationsEntry 18 } btoOrchestrationsCreated OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of orchestrations created since the application instance started" ::= { xLANGPerSOrchestrationsEntry 19 } btoOrchestrationsCreatedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of orchestrations created per second" ::= { xLANGPerSOrchestrationsEntry 20 } btoOrchestrationsDehydrated OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of orchestrations dehydrated since the application instance started" ::= { xLANGPerSOrchestrationsEntry 21 } btoOrchestrationDehydratedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of orchestrations dehydrated per second" ::= { xLANGPerSOrchestrationsEntry 22 } btoOrchestrationsDiscarded OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of orchestrations discarded from memory due to a database problem" ::= { xLANGPerSOrchestrationsEntry 23 } btoOrchestrationsDiscardedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of orchestrations discarded per second" ::= { xLANGPerSOrchestrationsEntry 24 } btoOrchestrationsRehydrated OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of orchestrations rehydrated since the application instance started" ::= { xLANGPerSOrchestrationsEntry 25 } btoOrchestrationRehydratedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of orchestrations rehydrated per second" ::= { xLANGPerSOrchestrationsEntry 26 } btoOrchestrationResidentInmemory OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of service instances currently hosted by the application instance" ::= { xLANGPerSOrchestrationsEntry 27 } btoOrchestrationsSchedForDehyd OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of dehydratable orchestrations for which there is a dehydration request pending" ::= { xLANGPerSOrchestrationsEntry 28 } btoOrchestrationsSuspended OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of orchestrations who were suspended" ::= { xLANGPerSOrchestrationsEntry 29 } btoOrchestrationsSuspendedPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of orchestrations suspended per second" ::= { xLANGPerSOrchestrationsEntry 30 } btoPendingMessages OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of received messages the receipt of which has not yet been acknowledged to the message box" ::= { xLANGPerSOrchestrationsEntry 31 } btoPendingWorkItems OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of basic code blocks that are scheduled for to run" ::= { xLANGPerSOrchestrationsEntry 32 } btoPersistencePoints OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times an orchestration state was persisted" ::= { xLANGPerSOrchestrationsEntry 33 } btoPersistencePointsPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of persistence points per second" ::= { xLANGPerSOrchestrationsEntry 34 } btoRunnableOrchestrations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of service instances ready to run" ::= { xLANGPerSOrchestrationsEntry 35 } btoRunningOrchestrations OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of service instances running" ::= { xLANGPerSOrchestrationsEntry 36 } btoTransactionalScopesAborted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of transactional scopes not completed successfully since the application instance started" ::= { xLANGPerSOrchestrationsEntry 37 } btoTransactionalScopeAbortPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Rate of transactional scopes not completed successfully per second" ::= { xLANGPerSOrchestrationsEntry 38 } btoTransactionalScopesCommitted OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of transactional scopes completed successfully since the application instance started" ::= { xLANGPerSOrchestrationsEntry 39 } btoTransactionScopeCommitPerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Rate of transactional scopes completed successfully per second" ::= { xLANGPerSOrchestrationsEntry 40 } btoTransactionalScopesCompensate OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of transactional scopes compensated since the application instance started" ::= { xLANGPerSOrchestrationsEntry 41 } btoTransScopeCompensatePerSec OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Rate of transactional scopes compensated per second" ::= { xLANGPerSOrchestrationsEntry 42 } END