INFORMANT-BIZTALK DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 Gauge FROM RFC1155-SMI InstanceName, informant FROM WTCS; bizTalkServer OBJECT IDENTIFIER ::= { informant 4 } -- 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:FILE Receive Adapter' objects." ::= { bizTalkServer 1 } bizTalkFILEReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkFILEReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:FILE Receive Adapter' object." INDEX { btfileraInstance } ::= { bizTalkFILEReceiveAdapterTable 1 } BizTalkFILEReceiveAdapterEntry ::= SEQUENCE { btfileraInstance InstanceName, btfileraBytesReceived Gauge, btfileraBytesReceivedPerSec Gauge, btfileraDeleteRetries Gauge, btfileraLockFailures Gauge, btfileraLockFailuresPerSec Gauge, btfileraMessagesReceived Gauge, btfileraMessagesReceivedPerSec Gauge, btfileraTimeToBuildBatch Gauge } btfileraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkFILEReceiveAdapterEntry 1 } btfileraBytesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of times adapter attempts to delete a file that has been read." ::= { bizTalkFILEReceiveAdapterEntry 4 } btfileraLockFailures OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of times the file receive adapter failed to lock the file." ::= { bizTalkFILEReceiveAdapterEntry 5 } btfileraLockFailuresPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of times file receive adapter failed to lock the file per second." ::= { bizTalkFILEReceiveAdapterEntry 6 } btfileraMessagesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Average time taken by file receive adapter to build a batch" ::= { bizTalkFILEReceiveAdapterEntry 9 } bizTalkFILESendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkFILESendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:FILE Send Adapter' objects." ::= { bizTalkServer 2 } bizTalkFILESendAdapterEntry OBJECT-TYPE SYNTAX BizTalkFILESendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:FILE Send Adapter' object." INDEX { btfilesaInstance } ::= { bizTalkFILESendAdapterTable 1 } BizTalkFILESendAdapterEntry ::= SEQUENCE { btfilesaInstance InstanceName, btfilesaBytesSent Gauge, btfilesaBytesSentPerSec Gauge, btfilesaMessagesSent Gauge, btfilesaMessagesSentPerSec Gauge } btfilesaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkFILESendAdapterEntry 1 } btfilesaBytesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:FTP Receive Adapter' objects." ::= { bizTalkServer 3 } bizTalkFTPReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkFTPReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:FTP Receive Adapter' object." INDEX { btftpraInstance } ::= { bizTalkFTPReceiveAdapterTable 1 } BizTalkFTPReceiveAdapterEntry ::= SEQUENCE { btftpraInstance InstanceName, btftpraBytesReceived Gauge, btftpraBytesReceivedPerSec Gauge, btftpraMessagesReceived Gauge, btftpraMessagesReceivedPerSec Gauge } btftpraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkFTPReceiveAdapterEntry 1 } btftpraBytesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:FTP Send Adapter' objects." ::= { bizTalkServer 4 } bizTalkFTPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkFTPSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:FTP Send Adapter' object." INDEX { btftpsaInstance } ::= { bizTalkFTPSendAdapterTable 1 } BizTalkFTPSendAdapterEntry ::= SEQUENCE { btftpsaInstance InstanceName, btftpsaBytesSent Gauge, btftpsaBytesSentPerSec Gauge, btftpsaMessagesSent Gauge, btftpsaMessagesSentPerSec Gauge } btftpsaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkFTPSendAdapterEntry 1 } btftpsaBytesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:HTTP Receive Adapter' objects." ::= { bizTalkServer 5 } bizTalkHTTPReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkHTTPReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:HTTP Receive Adapter' object." INDEX { bthttpraInstance } ::= { bizTalkHTTPReceiveAdapterTable 1 } BizTalkHTTPReceiveAdapterEntry ::= SEQUENCE { bthttpraInstance InstanceName, bthttpraMemoryQueueSize Gauge, bthttpraMessagesReceived Gauge, bthttpraMessagesReceivedPerSec Gauge, bthttpraMessagesSent Gauge, bthttpraMessagesSentPerSec Gauge, bthttpraTimeToAddMessageToBatch Gauge, bthttpraTimeToBuildBatch Gauge } bthttpraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkHTTPReceiveAdapterEntry 1 } bthttpraMemoryQueueSize OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of incoming messages in internal adapter's queue" ::= { bizTalkHTTPReceiveAdapterEntry 2 } bthttpraMessagesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Average time taken by adapter to build a batch" ::= { bizTalkHTTPReceiveAdapterEntry 8 } bizTalkHTTPSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkHTTPSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:HTTP Send Adapter' objects." ::= { bizTalkServer 6 } bizTalkHTTPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkHTTPSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:HTTP Send Adapter' object." INDEX { bthttpsaInstance } ::= { bizTalkHTTPSendAdapterTable 1 } BizTalkHTTPSendAdapterEntry ::= SEQUENCE { bthttpsaInstance InstanceName, bthttpsaMemoryQueueSize Gauge, bthttpsaMessagesReceived Gauge, bthttpsaMessagesReceivedPerSec Gauge, bthttpsaMessagesSent Gauge, bthttpsaMessagesSentPerSec Gauge } bthttpsaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkHTTPSendAdapterEntry 1 } bthttpsaMemoryQueueSize OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of outgoing messages in internal adapter's queue" ::= { bizTalkHTTPSendAdapterEntry 2 } bthttpsaMessagesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:MSMQ Receive Adapter' objects." ::= { bizTalkServer 7 } bizTalkMSMQReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkMSMQReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:MSMQ Receive Adapter' object." INDEX { btmsmqraInstance } ::= { bizTalkMSMQReceiveAdapterTable 1 } BizTalkMSMQReceiveAdapterEntry ::= SEQUENCE { btmsmqraInstance InstanceName, btmsmqraBytesReceived Gauge, btmsmqraBytesReceivedPerSec Gauge, btmsmqraMessagesReceived Gauge, btmsmqraMessagesReceivedPerSec Gauge } btmsmqraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMSMQReceiveAdapterEntry 1 } btmsmqraBytesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:MSMQ Send Adapter' objects." ::= { bizTalkServer 8 } bizTalkMSMQSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkMSMQSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:MSMQ Send Adapter' object." INDEX { btmsmqsaInstance } ::= { bizTalkMSMQSendAdapterTable 1 } BizTalkMSMQSendAdapterEntry ::= SEQUENCE { btmsmqsaInstance InstanceName, btmsmqsaBytesSent Gauge, btmsmqsaBytesSentPerSec Gauge, btmsmqsaMessagesSent Gauge, btmsmqsaMessagesSentPerSec Gauge } btmsmqsaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMSMQSendAdapterEntry 1 } btmsmqsaBytesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:Message Agent' objects." ::= { bizTalkServer 9 } bizTalkMessageAgentEntry OBJECT-TYPE SYNTAX BizTalkMessageAgentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:Message Agent' object." INDEX { btmaInstance } ::= { bizTalkMessageAgentTable 1 } BizTalkMessageAgentEntry ::= SEQUENCE { btmaInstance InstanceName, btmaActiveInstanceCount Gauge, btmaDatabaseSession Gauge, btmaDatabaseSessionThreshold Gauge, btmaDatabaseSize Gauge, btmaHighDatabaseSession Gauge, btmaHighDatabaseSize Gauge, btmaHighInprocessMessageCount Gauge, btmaHighMessageDeliveryRate Gauge, btmaHighMessagePublishingRate Gauge, btmaHighProcessMemory Gauge, btmaHighSystemMemory Gauge, btmaHighThreadCount Gauge, btmaInprocessMessageCount Gauge, btmaInprocessMsgCountThreshold Gauge, btmaMsgDeliveryDelayms Gauge, btmaMsgDeliveryIncomingRate Gauge, btmaMsgDeliveryOutgoingRate Gauge, btmaMsgDeliveryThrottlingState Gauge, btmaMsgDlvryThrottlingStDuration Gauge, btmaMsgDlvryThrottleUserOverride Gauge, btmaMsgPublishingDelay Gauge, btmaMsgPublishingIncomingRate Gauge, btmaMsgPublishingOutgoingRate Gauge, btmaMsgPublishingThrottlingState Gauge, btmaMsgPubThrottlingStDuration Gauge, btmaMsgPubThrottlingUsrOverride Gauge, btmaPhysicalMemoryUsageMB Gauge, btmaProcessMemoryUsageMB Gauge, btmaProcessMemUsageThresholdMB Gauge, btmaServiceClassID Gauge, btmaThreadCount Gauge, btmaThreadCountThreshold Gauge, btmaTotalBatchesCommitted Gauge, btmaTotalMessagesDelivered Gauge, btmaTotalMessagesPublished Gauge } btmaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMessageAgentEntry 1 } btmaActiveInstanceCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The current number of active instances loaded in memory, including the standby instances" ::= { bizTalkMessageAgentEntry 2 } btmaDatabaseSession OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of open database connections to the messagebox" ::= { bizTalkMessageAgentEntry 3 } btmaDatabaseSessionThreshold OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The current threshold for the number of open database connections to the messagebox" ::= { bizTalkMessageAgentEntry 4 } btmaDatabaseSize OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of currently opened database sessions exceeds the threshold" ::= { bizTalkMessageAgentEntry 6 } btmaHighDatabaseSize OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of in-process messages exceeds the threshold" ::= { bizTalkMessageAgentEntry 8 } btmaHighMessageDeliveryRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The message delivery rate is higher than the message processing rate" ::= { bizTalkMessageAgentEntry 9 } btmaHighMessagePublishingRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The message publishing request rate is higher than the message publishing completion rate" ::= { bizTalkMessageAgentEntry 10 } btmaHighProcessMemory OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The process memory consumption exceeds the threshold" ::= { bizTalkMessageAgentEntry 11 } btmaHighSystemMemory OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The system-wide physical memory consumption exceeds the threshold" ::= { bizTalkMessageAgentEntry 12 } btmaHighThreadCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The thread count exceeds the threshold" ::= { bizTalkMessageAgentEntry 13 } btmaInprocessMessageCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of concurrent messages that the service class is processing" ::= { bizTalkMessageAgentEntry 14 } btmaInprocessMsgCountThreshold OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The current threshold for the number of concurrent messages that the service class is processing" ::= { bizTalkMessageAgentEntry 15 } btmaMsgDeliveryDelayms OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The delay injected in each batch for throttling the delivery of messages" ::= { bizTalkMessageAgentEntry 16 } btmaMsgDeliveryIncomingRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages delivered to the service class per second" ::= { bizTalkMessageAgentEntry 17 } btmaMsgDeliveryOutgoingRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages processed by the service class per second" ::= { bizTalkMessageAgentEntry 18 } btmaMsgDeliveryThrottlingState OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Seconds spent in the current state (throttling or not throttling) of message delivery throttling" ::= { bizTalkMessageAgentEntry 20 } btmaMsgDlvryThrottleUserOverride OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The user override for the message delivery" ::= { bizTalkMessageAgentEntry 21 } btmaMsgPublishingDelay OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The delay injected in each qualifying batch for throttling the publishing of messages" ::= { bizTalkMessageAgentEntry 22 } btmaMsgPublishingIncomingRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of message publish requests issued by the service class per second" ::= { bizTalkMessageAgentEntry 23 } btmaMsgPublishingOutgoingRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of messages actually published by the service class per second" ::= { bizTalkMessageAgentEntry 24 } btmaMsgPublishingThrottlingState OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Seconds spent in the current state (throttling or not throttling) of message publish throttling" ::= { bizTalkMessageAgentEntry 26 } btmaMsgPubThrottlingUsrOverride OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The user override for the message publishing" ::= { bizTalkMessageAgentEntry 27 } btmaPhysicalMemoryUsageMB OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The system-wide physical memory usage (MB)" ::= { bizTalkMessageAgentEntry 28 } btmaProcessMemoryUsageMB OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The memory usage of current process (MB)" ::= { bizTalkMessageAgentEntry 29 } btmaProcessMemUsageThresholdMB OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of threads in the process" ::= { bizTalkMessageAgentEntry 32 } btmaThreadCountThreshold OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The current threshold for the total number of threads in the process" ::= { bizTalkMessageAgentEntry 33 } btmaTotalBatchesCommitted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of batches committed by the service class" ::= { bizTalkMessageAgentEntry 34 } btmaTotalMessagesDelivered OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of messages delivered to the service class" ::= { bizTalkMessageAgentEntry 35 } btmaTotalMessagesPublished OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of messages published by the service class" ::= { bizTalkMessageAgentEntry 36 } bizTalkMsgBoxGeneralCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkMsgBoxGeneralCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:Message Box:General Counters' objects." ::= { bizTalkServer 10 } bizTalkMsgBoxGeneralCounterEntry OBJECT-TYPE SYNTAX BizTalkMsgBoxGeneralCounterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:Message Box:General Counters' object." INDEX { btmbgcInstance } ::= { bizTalkMsgBoxGeneralCounterTable 1 } BizTalkMsgBoxGeneralCounterEntry ::= SEQUENCE { btmbgcInstance InstanceName, btmbgcInstancesTotalNumber Gauge, btmbgcMsgBoxDeadProcCleanup Gauge, btmbgcMsgBoxMsgCleanupPurgeJobs Gauge, btmbgcMsgBoxPartsCleanupPurgeJob Gauge, btmbgcMsgBoxPurgeSubPurgeJobs Gauge, btmbgcSpoolSize Gauge, btmbgcTrackedMsgsCopyPurgeJobs Gauge, btmbgcTrackingDataSize Gauge, btmbgcTrackingSpoolCleanup Gauge } btmbgcInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMsgBoxGeneralCounterEntry 1 } btmbgcInstancesTotalNumber OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Spool size: Tracks the size of the spool on a particular message box on a particular server." ::= { bizTalkMsgBoxGeneralCounterEntry 7 } btmbgcTrackedMsgsCopyPurgeJobs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 BizTalkMsgBoxHostCountersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:Message Box:Host Counters' objects." ::= { bizTalkServer 11 } bizTalkMsgBoxHostCountersEntry OBJECT-TYPE SYNTAX BizTalkMsgBoxHostCountersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:Message Box:Host Counters' object." INDEX { btmbhcInstance } ::= { bizTalkMsgBoxHostCountersTable 1 } BizTalkMsgBoxHostCountersEntry ::= SEQUENCE { btmbhcInstance InstanceName, btmbhcHostQueInstStateMsgRefsLen Gauge, btmbhcHostQueueLength Gauge, btmbhcHostQueueNumberOfInstances Gauge, btmbhcHostQueueSuspendedMsgsLen Gauge } btmbhcInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMsgBoxHostCountersEntry 1 } btmbhcHostQueInstStateMsgRefsLen OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Host Queue - Length: Tracks the total number of messages in the particular host queue." ::= { bizTalkMsgBoxHostCountersEntry 3 } btmbhcHostQueueNumberOfInstances OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Host Queue - Number of Instances: Tracks the number of instances of this particular host." ::= { bizTalkMsgBoxHostCountersEntry 4 } btmbhcHostQueueSuspendedMsgsLen OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:Messaging' objects." ::= { bizTalkServer 12 } bizTalkMessagingEntry OBJECT-TYPE SYNTAX BizTalkMessagingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:Messaging' object." INDEX { btmInstance } ::= { bizTalkMessagingTable 1 } BizTalkMessagingEntry ::= SEQUENCE { btmInstance InstanceName, btmActiveReceiveLocations Gauge, btmActiveReceiveThreads Gauge, btmActiveSendMessages Gauge, btmActiveSendThreads Gauge, btmDocumentsProcessed Gauge, btmDocumentsProcessedPerSec Gauge, btmDocumentsReceived Gauge, btmDocumentsReceivedPerSec Gauge, btmDocumentsResubmitted Gauge, btmDocumentsSubmittedPerBatch Gauge, btmDocumentsSuspended Gauge, btmDocumentsSuspendedPerSec Gauge, btmDocumentsTransmittedPerBatch Gauge, btmIDProcess Gauge, btmPendingReceiveBatches Gauge, btmPendingTransmittedMessages Gauge, btmRequestPerResponseTimeouts Gauge, btmThrottledReceiveBatches Gauge } btmInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMessagingEntry 1 } btmActiveReceiveLocations OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of receive locations currently enabled in this host instance" ::= { bizTalkMessagingEntry 2 } btmActiveReceiveThreads OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Documents processed" ::= { bizTalkMessagingEntry 6 } btmDocumentsProcessedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Documents processed per second" ::= { bizTalkMessagingEntry 7 } btmDocumentsReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Documents received" ::= { bizTalkMessagingEntry 8 } btmDocumentsReceivedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Documents received per second" ::= { bizTalkMessagingEntry 9 } btmDocumentsResubmitted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of documents resubmitted by send adapters" ::= { bizTalkMessagingEntry 10 } btmDocumentsSubmittedPerBatch OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Average number of documents submitted per batch." ::= { bizTalkMessagingEntry 11 } btmDocumentsSuspended OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Documents suspended" ::= { bizTalkMessagingEntry 12 } btmDocumentsSuspendedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Documents suspended per second" ::= { bizTalkMessagingEntry 13 } btmDocumentsTransmittedPerBatch OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Average number of messages transmitted per batch." ::= { bizTalkMessagingEntry 14 } btmIDProcess OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The process identifier for this host instance" ::= { bizTalkMessagingEntry 15 } btmPendingReceiveBatches OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:Messaging Latency' objects." ::= { bizTalkServer 13 } bizTalkMessagingLatencyEntry OBJECT-TYPE SYNTAX BizTalkMessagingLatencyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:Messaging Latency' object." INDEX { btmlInstance } ::= { bizTalkMessagingLatencyTable 1 } BizTalkMessagingLatencyEntry ::= SEQUENCE { btmlInstance InstanceName, btmlInboundLatencysec Gauge, btmlOutboundAdapterLatencysec Gauge, btmlOutboundLatencysec Gauge, btmlRequestResponseLatencysec Gauge } btmlInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkMessagingLatencyEntry 1 } btmlInboundLatencysec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:POP3 Receive Adapter' objects." ::= { bizTalkServer 14 } bizTalkPOP3ReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkPOP3ReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:POP3 Receive Adapter' object." INDEX { btpopraInstance } ::= { bizTalkPOP3ReceiveAdapterTable 1 } BizTalkPOP3ReceiveAdapterEntry ::= SEQUENCE { btpopraInstance InstanceName, btpopraActiveSessions Gauge, btpopraBytesReceived Gauge, btpopraBytesReceivedPerSec Gauge, btpopraMessagesReceived Gauge, btpopraMessagesReceivedPerSec Gauge } btpopraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkPOP3ReceiveAdapterEntry 1 } btpopraActiveSessions OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of open POP3 connections adapter is managing at a time" ::= { bizTalkPOP3ReceiveAdapterEntry 2 } btpopraBytesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of bytes downloaded by adapter from a mail server." ::= { bizTalkPOP3ReceiveAdapterEntry 3 } btpopraBytesReceivedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of bytes downloaded from mail server per second." ::= { bizTalkPOP3ReceiveAdapterEntry 4 } btpopraMessagesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of email messages downloaded by adapter from a mail server." ::= { bizTalkPOP3ReceiveAdapterEntry 5 } btpopraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of email messages downloaded from mail server per second." ::= { bizTalkPOP3ReceiveAdapterEntry 6 } bizTalkSMTPSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSMTPSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:SMTP Send Adapter' objects." ::= { bizTalkServer 15 } bizTalkSMTPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkSMTPSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:SMTP Send Adapter' object." INDEX { btsmtpsaInstance } ::= { bizTalkSMTPSendAdapterTable 1 } BizTalkSMTPSendAdapterEntry ::= SEQUENCE { btsmtpsaInstance InstanceName, btsmtpsaMessagesSent Gauge, btsmtpsaMessagesSentPerSec Gauge } btsmtpsaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkSMTPSendAdapterEntry 1 } btsmtpsaMessagesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:SOAP Receive Adapter' objects." ::= { bizTalkServer 16 } bizTalkSOAPReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkSOAPReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:SOAP Receive Adapter' object." INDEX { btsoapraInstance } ::= { bizTalkSOAPReceiveAdapterTable 1 } BizTalkSOAPReceiveAdapterEntry ::= SEQUENCE { btsoapraInstance InstanceName, btsoapraMessagesReceived Gauge, btsoapraMessagesReceivedPerSec Gauge } btsoapraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkSOAPReceiveAdapterEntry 1 } btsoapraMessagesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:SOAP Send Adapter' objects." ::= { bizTalkServer 17 } bizTalkSOAPSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkSOAPSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:SOAP Send Adapter' object." INDEX { btsoapsaInstance } ::= { bizTalkSOAPSendAdapterTable 1 } BizTalkSOAPSendAdapterEntry ::= SEQUENCE { btsoapsaInstance InstanceName, btsoapsaMessagesSent Gauge, btsoapsaMessagesSentPerSec Gauge } btsoapsaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkSOAPSendAdapterEntry 1 } btsoapsaMessagesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:SQL Receive Adapter' objects." ::= { bizTalkServer 18 } bizTalkSQLReceiveAdapterEntry OBJECT-TYPE SYNTAX BizTalkSQLReceiveAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:SQL Receive Adapter' object." INDEX { btsqlraInstance } ::= { bizTalkSQLReceiveAdapterTable 1 } BizTalkSQLReceiveAdapterEntry ::= SEQUENCE { btsqlraInstance InstanceName, btsqlraMessagesReceived Gauge, btsqlraMessagesReceivedPerSec Gauge } btsqlraInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkSQLReceiveAdapterEntry 1 } btsqlraMessagesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of messages read by adapter from a SQL server." ::= { bizTalkSQLReceiveAdapterEntry 2 } btsqlraMessagesReceivedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of messages read from a SQL server per second." ::= { bizTalkSQLReceiveAdapterEntry 3 } bizTalkSQLSendAdapterTable OBJECT-TYPE SYNTAX SEQUENCE OF BizTalkSQLSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:SQL Send Adapter' objects." ::= { bizTalkServer 19 } bizTalkSQLSendAdapterEntry OBJECT-TYPE SYNTAX BizTalkSQLSendAdapterEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:SQL Send Adapter' object." INDEX { btsqlsaInstance } ::= { bizTalkSQLSendAdapterTable 1 } BizTalkSQLSendAdapterEntry ::= SEQUENCE { btsqlsaInstance InstanceName, btsqlsaMessagesSent Gauge, btsqlsaMessagesSentPerSec Gauge } btsqlsaInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkSQLSendAdapterEntry 1 } btsqlsaMessagesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'BizTalk:TDDS' objects." ::= { bizTalkServer 20 } bizTalkTDDSEntry OBJECT-TYPE SYNTAX BizTalkTDDSEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'BizTalk:TDDS' object." INDEX { bttddsInstance } ::= { bizTalkTDDSTable 1 } BizTalkTDDSEntry ::= SEQUENCE { bttddsInstance InstanceName, bttddsBatchesCommitted Gauge, bttddsBatchesBeingProcessed Gauge, bttddsEventsCommitted Gauge, bttddsEventsBeingProcessed Gauge, bttddsRecordsCommitted Gauge, bttddsRecordsBeingProcessed Gauge, bttddsTotalBatches Gauge, bttddsTotalEvents Gauge, bttddsTotalFailedBatches Gauge, bttddsTotalFailedEvents Gauge, bttddsTotalRecords Gauge } bttddsInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { bizTalkTDDSEntry 1 } bttddsBatchesCommitted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of batches committed to destination database" ::= { bizTalkTDDSEntry 2 } bttddsBatchesBeingProcessed OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of batches are being processed inside SQL transaction currently" ::= { bizTalkTDDSEntry 3 } bttddsEventsCommitted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of events committed to destination database within this second" ::= { bizTalkTDDSEntry 4 } bttddsEventsBeingProcessed OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of events are being processed inside SQL transaction currently" ::= { bizTalkTDDSEntry 5 } bttddsRecordsCommitted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of records committed to destination database during this second." ::= { bizTalkTDDSEntry 6 } bttddsRecordsBeingProcessed OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of records are being processed inside SQL transaction currently" ::= { bizTalkTDDSEntry 7 } bttddsTotalBatches OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total batches processed by TDDS" ::= { bizTalkTDDSEntry 8 } bttddsTotalEvents OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total events processed by TDDS" ::= { bizTalkTDDSEntry 9 } bttddsTotalFailedBatches OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total batches failed to run by TDDS" ::= { bizTalkTDDSEntry 10 } bttddsTotalFailedEvents OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total events failed to run by TDDS" ::= { bizTalkTDDSEntry 11 } bttddsTotalRecords OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total records processed by TDDS" ::= { bizTalkTDDSEntry 12 } bizTalkSharePointServicesAdapter OBJECT IDENTIFIER ::= { bizTalkServer 21 } btwspsaPercentReceiveMsgFailures OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The percentage of failed messages BizTalk Server attempted to send to Windows SharePoint Services." ::= { bizTalkSharePointServicesAdapter 2 } btwspsaPercentWebServiceCallFail OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The percentage of Windows SharePoint Services adapter Web service calls that have failed." ::= { bizTalkSharePointServicesAdapter 3 } btwspsaTotalReceiveCommitFailure OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Windows SharePoint Services errors raised when updating the status of the SharePoint documents." ::= { bizTalkSharePointServicesAdapter 4 } btwspsaTotalReceiveMsgFailures OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of failed messages BizTalk Server attempted to send to Windows SharePoint Services." ::= { bizTalkSharePointServicesAdapter 7 } btwspsaTotalSentMsgs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory 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 Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of Windows SharePoint Services adapter Web service calls that have failed." ::= { bizTalkSharePointServicesAdapter 9 } btwspsaWebServiceCallsPerSecond OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of Windows SharePoint Services adapter Web service calls per second." ::= { bizTalkSharePointServicesAdapter 10 } xLANGPerSOrchestrationsTable OBJECT-TYPE SYNTAX SEQUENCE OF XLANGPerSOrchestrationsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'XLANG/s Orchestrations' objects." ::= { bizTalkServer 22 } xLANGPerSOrchestrationsEntry OBJECT-TYPE SYNTAX XLANGPerSOrchestrationsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of XLANG/s Orchestrations' object." INDEX { btoInstance } ::= { xLANGPerSOrchestrationsTable 1 } XLANGPerSOrchestrationsEntry ::= SEQUENCE { btoInstance InstanceName, btoPercentUsedPhysicalMemory Gauge, btoActiveApplicationDomains Gauge, btoAverageBatchFactor Gauge, btoDatabaseTransactions Gauge, btoDatabaseTransactionsPerSec Gauge, btoDehydratableOrchestrations Gauge, btoDehydratingOrchestrations Gauge, btoDehydrationCycleInProgress Gauge, btoDehydrationCycles Gauge, btoDehydrationThreshold Gauge, btoIdleOrchestrations Gauge, btoMBAllocatedPrivateMemory Gauge, btoMBAllocatedVirtualMemory Gauge, btoMsgBoxDBConnectionFailures Gauge, btoOnlineMessageBoxDatabases Gauge, btoOrchestrationsCompleted Gauge, btoOrchestrationsCompletedPerSec Gauge, btoOrchestrationsCreated Gauge, btoOrchestrationsCreatedPerSec Gauge, btoOrchestrationsDehydrated Gauge, btoOrchestrationDehydratedPerSec Gauge, btoOrchestrationsDiscarded Gauge, btoOrchestrationsDiscardedPerSec Gauge, btoOrchestrationsRehydrated Gauge, btoOrchestrationRehydratedPerSec Gauge, btoOrchestrationResidentInmemory Gauge, btoOrchestrationsSchedForDehyd Gauge, btoOrchestrationsSuspended Gauge, btoOrchestrationsSuspendedPerSec Gauge, btoPendingMessages Gauge, btoPendingWorkItems Gauge, btoPersistencePoints Gauge, btoPersistencePointsPerSec Gauge, btoRunnableOrchestrations Gauge, btoRunningOrchestrations Gauge, btoTransactionalScopesAborted Gauge, btoTransactionalScopeAbortPerSec Gauge, btoTransactionalScopesCommitted Gauge, btoTransactionScopeCommitPerSec Gauge, btoTransactionalScopesCompensate Gauge, btoTransScopeCompensatePerSec Gauge } btoInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { xLANGPerSOrchestrationsEntry 1 } btoPercentUsedPhysicalMemory OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Percentage of used physical memory out of total physical memory on the computer." ::= { xLANGPerSOrchestrationsEntry 2 } btoActiveApplicationDomains OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of application domains currently existing for hosting orchestrations" ::= { xLANGPerSOrchestrationsEntry 3 } btoAverageBatchFactor OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The current ratio between the number of persistence points committed and underlying database transactions committed" ::= { xLANGPerSOrchestrationsEntry 4 } btoDatabaseTransactions OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of underlying database transactions used to commit orchestrations work" ::= { xLANGPerSOrchestrationsEntry 5 } btoDatabaseTransactionsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of underlying databse trasnactions used per second" ::= { xLANGPerSOrchestrationsEntry 6 } btoDehydratableOrchestrations OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of idle orchestrations currently hosted by the application instance which may be dehydrated" ::= { xLANGPerSOrchestrationsEntry 7 } btoDehydratingOrchestrations OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of dehydratable orchestrations which are currently in the process of dehydrating" ::= { xLANGPerSOrchestrationsEntry 8 } btoDehydrationCycleInProgress OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether there is a dehydration cycle in progress at the moment" ::= { xLANGPerSOrchestrationsEntry 9 } btoDehydrationCycles OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of dehydration cycles completed" ::= { xLANGPerSOrchestrationsEntry 10 } btoDehydrationThreshold OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "A metric, measured in milliseconds, that controls how aggresively services are being dehydrated." ::= { xLANGPerSOrchestrationsEntry 11 } btoIdleOrchestrations OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of idle service instances currently hosted by the application instance" ::= { xLANGPerSOrchestrationsEntry 12 } btoMBAllocatedPrivateMemory OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Megabytes allocated for private memory" ::= { xLANGPerSOrchestrationsEntry 13 } btoMBAllocatedVirtualMemory OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Megabytes allocated for virtual memory" ::= { xLANGPerSOrchestrationsEntry 14 } btoMsgBoxDBConnectionFailures OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of database-wide errors occured" ::= { xLANGPerSOrchestrationsEntry 15 } btoOnlineMessageBoxDatabases OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of databases currently serving orchestrations" ::= { xLANGPerSOrchestrationsEntry 16 } btoOrchestrationsCompleted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of orchestrations completed since the application instance started" ::= { xLANGPerSOrchestrationsEntry 17 } btoOrchestrationsCompletedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of orchestrations completed per second" ::= { xLANGPerSOrchestrationsEntry 18 } btoOrchestrationsCreated OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of orchestrations created since the application instance started" ::= { xLANGPerSOrchestrationsEntry 19 } btoOrchestrationsCreatedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of orchestrations created per second" ::= { xLANGPerSOrchestrationsEntry 20 } btoOrchestrationsDehydrated OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of orchestrations dehydrated since the application instance started" ::= { xLANGPerSOrchestrationsEntry 21 } btoOrchestrationDehydratedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of orchestrations dehydrated per second" ::= { xLANGPerSOrchestrationsEntry 22 } btoOrchestrationsDiscarded OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of orchestrations discarded from memory due to a database problem" ::= { xLANGPerSOrchestrationsEntry 23 } btoOrchestrationsDiscardedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of orchestrations discarded per second" ::= { xLANGPerSOrchestrationsEntry 24 } btoOrchestrationsRehydrated OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of orchestrations rehydrated since the application instance started" ::= { xLANGPerSOrchestrationsEntry 25 } btoOrchestrationRehydratedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of orchestrations rehydrated per second" ::= { xLANGPerSOrchestrationsEntry 26 } btoOrchestrationResidentInmemory OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of service instances currently hosted by the application instance" ::= { xLANGPerSOrchestrationsEntry 27 } btoOrchestrationsSchedForDehyd OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of dehydratable orchestrations for which there is a dehydration request pending" ::= { xLANGPerSOrchestrationsEntry 28 } btoOrchestrationsSuspended OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of orchestrations who were suspended" ::= { xLANGPerSOrchestrationsEntry 29 } btoOrchestrationsSuspendedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of orchestrations suspended per second" ::= { xLANGPerSOrchestrationsEntry 30 } btoPendingMessages OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of received messages the receipt of which has not yet been acknowledged to the message box" ::= { xLANGPerSOrchestrationsEntry 31 } btoPendingWorkItems OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of basic code blocks that are scheduled for to run" ::= { xLANGPerSOrchestrationsEntry 32 } btoPersistencePoints OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of times an orchestration state was persisted" ::= { xLANGPerSOrchestrationsEntry 33 } btoPersistencePointsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of persistence points per second" ::= { xLANGPerSOrchestrationsEntry 34 } btoRunnableOrchestrations OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of service instances ready to run" ::= { xLANGPerSOrchestrationsEntry 35 } btoRunningOrchestrations OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of service instances running" ::= { xLANGPerSOrchestrationsEntry 36 } btoTransactionalScopesAborted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transactional scopes not completed successfully since the application instance started" ::= { xLANGPerSOrchestrationsEntry 37 } btoTransactionalScopeAbortPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Rate of transactional scopes not completed successfully per second" ::= { xLANGPerSOrchestrationsEntry 38 } btoTransactionalScopesCommitted OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transactional scopes completed successfully since the application instance started" ::= { xLANGPerSOrchestrationsEntry 39 } btoTransactionScopeCommitPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Rate of transactional scopes completed successfully per second" ::= { xLANGPerSOrchestrationsEntry 40 } btoTransactionalScopesCompensate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transactional scopes compensated since the application instance started" ::= { xLANGPerSOrchestrationsEntry 41 } btoTransScopeCompensatePerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Rate of transactional scopes compensated per second" ::= { xLANGPerSOrchestrationsEntry 42 } END -- end of module INFORMANT-BIZTALK.