INFORMANT-PERF-CITRIX DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 Gauge FROM RFC1155-SMI InstanceName, informant FROM WTCS; citrixPerformance OBJECT IDENTIFIER ::= { informant 41 } -- citrixPerformance MODULE-IDENTITY -- LAST-UPDATED "200806132254Z" -- 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 informant Citrix performance -- entities." -- REVISION "200806132254Z" -- DESCRIPTION -- "The initial revision of this MIB module." -- ::= { informant 41 } ctxCPUUtilizationMgmtUserTable OBJECT-TYPE SYNTAX SEQUENCE OF CtxCPUUtilizationMgmtUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'Citrix CPU Utilization Mgmt User' objects." ::= { citrixPerformance 1 } ctxCPUUtilizationMgmtUserEntry OBJECT-TYPE SYNTAX CtxCPUUtilizationMgmtUserEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'Citrix CPU Utilization Mgmt User' object." INDEX { ctxcumuInstance } ::= { ctxCPUUtilizationMgmtUserTable 1 } CtxCPUUtilizationMgmtUserEntry ::= SEQUENCE { ctxcumuInstance InstanceName, ctxcumuCPUEntitlement Gauge, ctxcumuCPUReservation Gauge, ctxcumuCPUShares Gauge, ctxcumuCPUUsage Gauge, ctxcumuLongTermCPUUsage Gauge } ctxcumuInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { ctxCPUUtilizationMgmtUserEntry 1 } ctxcumuCPUEntitlement OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "CPU Entitlement is the percentage CPU resource Citrix CPU Utilization Mgmt makes available to a user at a given time. When the CPU resource is fully utilized, Citrix CPU Utilization Mgmt uses the share/reservation assignment and recent CPU consumption of each contending user to determine the CPU entitlement of that user. On multi-processor machines the maximum value of the counter is 100% times the number of logical processors." ::= { ctxCPUUtilizationMgmtUserEntry 2 } ctxcumuCPUReservation OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "CPU Reservation is a percentage of the total machine CPU resource reserved for a user, should that user require it. A value in the range 1-99 indicates that a CPU reservation is applied. Zero indicates that no CPU reservation is being used. When the CPU resource is fully utilized, Citrix CPU Utilization Mgmt uses the reservation when calculating the CPU entitlement of a user." ::= { ctxCPUUtilizationMgmtUserEntry 3 } ctxcumuCPUShares OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "CPU Shares represents the proportion of CPU resource assigned to a user. The value is an integer in the range 1-64. Zero indicates that no CPU shares value is being used. When the CPU resource is fully utilized, Citrix CPU Utilization Mgmt uses the shares value when calculating the CPU entitlement of a user." ::= { ctxCPUUtilizationMgmtUserEntry 4 } ctxcumuCPUUsage OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "CPU Usage is the percentage of CPU resource consumed by a user at a given time, averaged over a few seconds. Used to identify significant consumers of CPU resource and to provide CPU usage accounting data. On multi-processor machines the maximum value of the counter is 100% times the number of logical processors." ::= { ctxCPUUtilizationMgmtUserEntry 5 } ctxcumuLongTermCPUUsage OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Long-term CPU Usage is the percentage of CPU resource consumed by a user, averaged over a longer period than the CPU Usage counter. On multi-processor machines the maximum value of the counter is 100% times the number of logical processors." ::= { ctxCPUUtilizationMgmtUserEntry 6 } ctxDataLayerTable OBJECT-TYPE SYNTAX SEQUENCE OF CtxDataLayerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'Citrix Data Layer V0.1' objects." ::= { citrixPerformance 2 } ctxDataLayerEntry OBJECT-TYPE SYNTAX CtxDataLayerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'Citrix Data Layer V0.1' object." INDEX { ctxdlInstance } ::= { ctxDataLayerTable 1 } CtxDataLayerEntry ::= SEQUENCE { ctxdlInstance InstanceName, ctxdlCommitsPerSec Gauge, ctxdlContextsPerSec Gauge, ctxdlDeletesPerSec Gauge, ctxdlInsertsPerSec Gauge, ctxdlNumberOfContextsInThePool Gauge, ctxdlNumOfCntxtRequestsWaiting Gauge, ctxdlReadStreamsCreatedPerSec Gauge, ctxdlStreamBytesReadPerSec Gauge, ctxdlStreamBytesWrittenPerSec Gauge, ctxdlStreamsCreatedPerSec Gauge, ctxdlUpdatesPerSec Gauge, ctxdlWriteStreamsCreatedPerSec Gauge } ctxdlInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { ctxDataLayerEntry 1 } ctxdlCommitsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Commits/sec" ::= { ctxDataLayerEntry 2 } ctxdlContextsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Contexts/sec" ::= { ctxDataLayerEntry 3 } ctxdlDeletesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Deletes/sec" ::= { ctxDataLayerEntry 4 } ctxdlInsertsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Inserts/sec" ::= { ctxDataLayerEntry 5 } ctxdlNumberOfContextsInThePool OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of Contexts in the pool" ::= { ctxDataLayerEntry 6 } ctxdlNumOfCntxtRequestsWaiting OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of context requests waiting" ::= { ctxDataLayerEntry 7 } ctxdlReadStreamsCreatedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Read streams created/sec" ::= { ctxDataLayerEntry 8 } ctxdlStreamBytesReadPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Stream bytes read/sec" ::= { ctxDataLayerEntry 9 } ctxdlStreamBytesWrittenPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Stream bytes written/sec" ::= { ctxDataLayerEntry 10 } ctxdlStreamsCreatedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Streams created/sec" ::= { ctxDataLayerEntry 11 } ctxdlUpdatesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Updates/sec" ::= { ctxDataLayerEntry 12 } ctxdlWriteStreamsCreatedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Write streams created/sec" ::= { ctxDataLayerEntry 13 } ctxIMANetworkingTable OBJECT-TYPE SYNTAX SEQUENCE OF CtxIMANetworkingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing performance information for instances of 'Citrix IMA Networking' objects." ::= { citrixPerformance 3 } ctxIMANetworkingEntry OBJECT-TYPE SYNTAX CtxIMANetworkingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'Citrix IMA Networking' object." INDEX { ctximanInstance } ::= { ctxIMANetworkingTable 1 } CtxIMANetworkingEntry ::= SEQUENCE { ctximanInstance InstanceName, ctximanBytesReceivedPerSec Gauge, ctximanBytesSentPerSec Gauge, ctximanNetworkConnections Gauge } ctximanInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { ctxIMANetworkingEntry 1 } ctximanBytesReceivedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter is for Inbound bytes/sec" ::= { ctxIMANetworkingEntry 2 } ctximanBytesSentPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter is for Outbound bytes/sec" ::= { ctxIMANetworkingEntry 3 } ctximanNetworkConnections OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of Active IMA network connections other IMA Servers" ::= { ctxIMANetworkingEntry 4 } citrixLicensing OBJECT IDENTIFIER ::= { citrixPerformance 4 } ctxlAverageCheckInRspTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the average license check-in response time in milliseconds." ::= { citrixLicensing 1 } ctxlAverageCheckOutRspTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the average license check-out response time in milliseconds." ::= { citrixLicensing 2 } ctxlLastRecordCheckInRspTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Ce compteur affiche le dernier temps de rponse enregistr de libration de licence en millisecondes." ::= { citrixLicensing 3 } ctxlLastRecordCheckOutRspTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the last recorded license check-out response time in milliseconds." ::= { citrixLicensing 4 } ctxlServerConnectionFailure OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of minutes that the Citrix MetaFrame Presentation Server has been disconnected from the License Server." ::= { citrixLicensing 5 } ctxlMaximumCheckInRspTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the maximum license check-in response time in milliseconds." ::= { citrixLicensing 6 } ctxlMaximumCheckOutRspTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the maximum license check-out response time in milliseconds." ::= { citrixLicensing 7 } citrixMetaFramePresentationSvr OBJECT IDENTIFIER ::= { citrixPerformance 5 } ctxmpsApplEnumerationsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter is for Application Enumeration/sec" ::= { citrixMetaFramePresentationSvr 1 } ctxmpsApplResolutionTimeMs OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Shows the time in milliseconds that a resolution took to complete" ::= { citrixMetaFramePresentationSvr 2 } ctxmpsApplResolutionFailedPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This counter is for Application Resolutions Failed/sec" ::= { citrixMetaFramePresentationSvr 3 } ctxmpsApplResolutionsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter is for Application Resolutions/sec" ::= { citrixMetaFramePresentationSvr 4 } ctxmpsDataStoreConnectionFailure OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of minutes that the Citrix MetaFrame Presentation Server has been disconnected from the Data Store." ::= { citrixMetaFramePresentationSvr 5 } ctxmpsDataStoreBytesRead OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes read from the IMA DataStore." ::= { citrixMetaFramePresentationSvr 6 } ctxmpsDataStoreBytesReadPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes of IMA Data Store data read/sec" ::= { citrixMetaFramePresentationSvr 7 } ctxmpsDataStoreBytesWritePerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes of IMA Data Store data written/sec" ::= { citrixMetaFramePresentationSvr 8 } ctxmpsDataStoreReads OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was read from the IMA DataStore." ::= { citrixMetaFramePresentationSvr 9 } ctxmpsDataStoreReadsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was read from the IMA DataStore" ::= { citrixMetaFramePresentationSvr 10 } ctxmpsDataStoreWritesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was written to the IMA Data Store" ::= { citrixMetaFramePresentationSvr 11 } ctxmpsDSGatewayUpdateCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of dynamic store update packets sent to remote data collectors." ::= { citrixMetaFramePresentationSvr 12 } ctxmpsDSGatewayUpdateBytesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of bytes of data sent across gateways to remote data collectors." ::= { citrixMetaFramePresentationSvr 13 } ctxmpsDSQueryCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of dynamic store queries that have been performed." ::= { citrixMetaFramePresentationSvr 14 } ctxmpsDSQueryRequestBytesReceive OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of bytes of data received in dynamic store query request packets." ::= { citrixMetaFramePresentationSvr 15 } ctxmpsDSQueryResponseBytesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of bytes of data sent in response to dynamic store queries." ::= { citrixMetaFramePresentationSvr 16 } ctxmpsDSUpdateBytesReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of bytes of data received in dynamic store update packets." ::= { citrixMetaFramePresentationSvr 17 } ctxmpsDSUpdatePacketsReceived OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of update packets received by the dynamic store." ::= { citrixMetaFramePresentationSvr 18 } ctxmpsDSUpdateResponseBytesSent OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of bytes of data sent in response to dynamic store update packets." ::= { citrixMetaFramePresentationSvr 19 } ctxmpsDSBytesReadPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes of IMA Dynamic Store data read/sec" ::= { citrixMetaFramePresentationSvr 20 } ctxmpsDSBytesWrittenPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes of IMA Dynamic Store data written/sec" ::= { citrixMetaFramePresentationSvr 21 } ctxmpsDSReadsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was read from the IMA Dynamic Store" ::= { citrixMetaFramePresentationSvr 22 } ctxmpsDSWritesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was written to the IMA Dynamic Store" ::= { citrixMetaFramePresentationSvr 23 } ctxmpsFilteredApplEnumsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter is for Filtered Application Enumeration/sec" ::= { citrixMetaFramePresentationSvr 24 } ctxmpsLCCacheBytesReadPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes of IMA Local Host Cache data read/sec" ::= { citrixMetaFramePresentationSvr 25 } ctxmpsLCCacheBytesWrittenPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays Number of Bytes of IMA Local Host Cache data written/sec" ::= { citrixMetaFramePresentationSvr 26 } ctxmpsLCCacheReadsPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was read from the IMA Local Host Cache" ::= { citrixMetaFramePresentationSvr 27 } ctxmpsLCCacheWritesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times data was written to the IMA Local Host Cache" ::= { citrixMetaFramePresentationSvr 28 } ctxmpsMaximumNumberOfXMLThreads OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the maximum number of XML threads." ::= { citrixMetaFramePresentationSvr 29 } ctxmpsNumberOfXMLThreads OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of XML threads." ::= { citrixMetaFramePresentationSvr 30 } ctxmpsNumberOfBusyXMLThreads OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of busy XML threads." ::= { citrixMetaFramePresentationSvr 31 } ctxmpsResWorkItemQueueExecuteCnt OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of work items that are currently being executed." ::= { citrixMetaFramePresentationSvr 32 } ctxmpsResWorkItemQueueReadyCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of work items that are ready to be executed." ::= { citrixMetaFramePresentationSvr 33 } ctxmpsWorkItemQueueExecuteCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of work items that are currently being executed." ::= { citrixMetaFramePresentationSvr 34 } ctxmpsWorkItemQueuePendingCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of work items that are not yet ready to be executed." ::= { citrixMetaFramePresentationSvr 35 } ctxmpsWorkItemQueueReadyCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays the number of work items that are ready to be executed." ::= { citrixMetaFramePresentationSvr 36 } ctxmpsZoneElections OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of zone elections that have occurred." ::= { citrixMetaFramePresentationSvr 37 } ctxmpsZoneElectionsWon OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This Counter displays number of times this server has won a zone election." ::= { citrixMetaFramePresentationSvr 38 } ctxSmartAuditorAgent OBJECT IDENTIFIER ::= { citrixPerformance 6 } ctxsaaActiveRecordingCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The number of sessions presently being recorded." ::= { ctxSmartAuditorAgent 1 } ctxsaaReadSmartAuditorDriverSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The average bytes/sec read from the SmartAuditor Driver." ::= { ctxSmartAuditorAgent 2 } ctxSmartAuditorStorageManager OBJECT IDENTIFIER ::= { citrixPerformance 7 } ctxsasmActiveRecordingCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Number of currently active session recordings." ::= { ctxSmartAuditorStorageManager 1 } ctxsasmMessageBytesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The SmartAuditor Storage Manager throughput rate expressed as number of message bytes received per second." ::= { ctxSmartAuditorStorageManager 2 } ctxsasmMessagesPerSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The SmartAuditor Storage Manager throughput rate expressed as number of messages received per second." ::= { ctxSmartAuditorStorageManager 3 } ctxDesktopBrokerDatabaseService OBJECT IDENTIFIER ::= { citrixPerformance 8 } ctxdbdsHostedDesktopReleasesSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The rate at which virtual machines are being released from execution by clients shutting down Presentation Server sessions." ::= { ctxDesktopBrokerDatabaseService 1 } ctxdbdsHostedDesktopRequestsSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The rate at which virtual machines are being requested for execution by clients running Presentation Server sessions." ::= { ctxDesktopBrokerDatabaseService 2 } ctxdbdsHostedDesktopStateUpdSec OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The rate at which state updates for virtual machines running in Presentation Server sessions are being received." ::= { ctxDesktopBrokerDatabaseService 3 } ctxICASessionTable OBJECT-TYPE SYNTAX SEQUENCE OF CtxICASessionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This object has several counters that can be used to monitor the performance in ICA sessions" ::= { citrixPerformance 9 } ctxICASessionEntry OBJECT-TYPE SYNTAX CtxICASessionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Performance information for one particular instance of 'ICA Session' object." INDEX { ctxisInstance } ::= { ctxICASessionTable 1 } CtxICASessionEntry ::= SEQUENCE { ctxisInstance InstanceName, ctxisInputAudioBandwidth Gauge, ctxisInputCOM1Bandwidth Gauge, ctxisInputCOM2Bandwidth Gauge, ctxisInputCOMBandwidth Gauge, ctxisInputClipboardBandwidt Gauge, ctxisInputControlChanBandwidth Gauge, ctxisInputDriveBandwidth Gauge, ctxisInputFontDataBandwidth Gauge, ctxisInputLPT1Bandwidth Gauge, ctxisInputLPT2Bandwidth Gauge, ctxisInputLicensingBandwidth Gauge, ctxisInputManagementBandwidth Gauge, ctxisInputPNBandwidth Gauge, ctxisInputPrinterBandwidth Gauge, ctxisInputSeamlessBandwidth Gauge, ctxisInputSessionBandwidth Gauge, ctxisInputSessionCompression Gauge, ctxisInputSessionLineSpeed Gauge, ctxisInputSpeedScreenDataChanBW Gauge, ctxisInputTextEchoBandwidth Gauge, ctxisInputThinWireBandwidth Gauge, ctxisInputVideoFrameBandwidth Gauge, ctxisLatencyLastRecorded Gauge, ctxisLatencySessionAverage Gauge, ctxisLatencySessionDeviation Gauge, ctxisOutputAudioBandwidth Gauge, ctxisOutputCOM1Bandwidth Gauge, ctxisOutputCOM2Bandwidth Gauge, ctxisOutputCOMBandwidth Gauge, ctxisOutputClipboardBandwidth Gauge, ctxisOutputControlChannBandwidth Gauge, ctxisOutputDriveBandwidth Gauge, ctxisOutputFontDataBandwidth Gauge, ctxisOutputLPT1Bandwidth Gauge, ctxisOutputLPT2Bandwidth Gauge, ctxisOutputLicensingBandwidth Gauge, ctxisOutputManagementBandwidth Gauge, ctxisOutputPNBandwidth Gauge, ctxisOutputPrinterBandwidth Gauge, ctxisOutputSeamlessBandwidth Gauge, ctxisOutputSessionBandwidth Gauge, ctxisOutputSessionCompression Gauge, ctxisOutputSessionLineSpeed Gauge, ctxisOutputSpeedScreenDataChanBW Gauge, ctxisOutputTextEchoBandwidth Gauge, ctxisOutputThinWireBandwidth Gauge, ctxisOutputVideoFrameBandwidth Gauge } ctxisInstance OBJECT-TYPE SYNTAX InstanceName ACCESS read-only STATUS mandatory DESCRIPTION "Instance name." ::= { ctxICASessionEntry 1 } ctxisInputAudioBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 2 } ctxisInputCOM1Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 3 } ctxisInputCOM2Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 4 } ctxisInputCOMBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 5 } ctxisInputClipboardBandwidt OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 6 } ctxisInputControlChanBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 7 } ctxisInputDriveBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 8 } ctxisInputFontDataBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 9 } ctxisInputLPT1Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 10 } ctxisInputLPT2Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 11 } ctxisInputLicensingBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 12 } ctxisInputManagementBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 13 } ctxisInputPNBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 14 } ctxisInputPrinterBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 15 } ctxisInputSeamlessBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 16 } ctxisInputSessionBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic for a session in bps" ::= { ctxICASessionEntry 17 } ctxisInputSessionCompression OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the compression ratio for client to server traffic for a session" ::= { ctxICASessionEntry 18 } ctxisInputSessionLineSpeed OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the line speed from client to server for a session in bps" ::= { ctxICASessionEntry 19 } ctxisInputSpeedScreenDataChanBW OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 20 } ctxisInputTextEchoBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 21 } ctxisInputThinWireBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 22 } ctxisInputVideoFrameBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 23 } ctxisLatencyLastRecorded OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the last recorded latency measurement for this session." ::= { ctxICASessionEntry 24 } ctxisLatencySessionAverage OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the average client latency over the life of a session." ::= { ctxICASessionEntry 25 } ctxisLatencySessionDeviation OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the difference between the minimum and maximum measured latency values for a session." ::= { ctxICASessionEntry 26 } ctxisOutputAudioBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 27 } ctxisOutputCOM1Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 28 } ctxisOutputCOM2Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 29 } ctxisOutputCOMBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 30 } ctxisOutputClipboardBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 31 } ctxisOutputControlChannBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 32 } ctxisOutputDriveBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 33 } ctxisOutputFontDataBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 34 } ctxisOutputLPT1Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 35 } ctxisOutputLPT2Bandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 36 } ctxisOutputLicensingBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 37 } ctxisOutputManagementBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 38 } ctxisOutputPNBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 39 } ctxisOutputPrinterBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 40 } ctxisOutputSeamlessBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 41 } ctxisOutputSessionBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic for a session in bps" ::= { ctxICASessionEntry 42 } ctxisOutputSessionCompression OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the compression ratio for server to client traffic for a session" ::= { ctxICASessionEntry 43 } ctxisOutputSessionLineSpeed OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the line speed from server to client for a session in bps" ::= { ctxICASessionEntry 44 } ctxisOutputSpeedScreenDataChanBW OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 45 } ctxisOutputTextEchoBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 46 } ctxisOutputThinWireBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 47 } ctxisOutputVideoFrameBandwidth OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps" ::= { ctxICASessionEntry 48 } ctxSecureTicketAuthority OBJECT IDENTIFIER ::= { citrixPerformance 10 } ctxstaSTABadDataRequestCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of unsuccessful ticket validation and data retrieval requests during the lifetime of the STA." ::= { ctxSecureTicketAuthority 1 } ctxstaSTABadRefreshRequestCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of unsuccessful ticket refresh requests received during the lifetime of the STA." ::= { ctxSecureTicketAuthority 2 } ctxstaSTABadTicketRequestCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of unsuccessful ticket generation requests received during the lifetime of the STA." ::= { ctxSecureTicketAuthority 3 } ctxstaSTACountOfActiveTickets OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "Total count of active tickets currently held in the STA." ::= { ctxSecureTicketAuthority 4 } ctxstaSTAGoodDataRequestCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of successful ticket validation and data retrieval requests received during the lifetime of the STA." ::= { ctxSecureTicketAuthority 5 } ctxstaSTAGoodRefreshRequestCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of successful ticket refresh requests received during the lifetime of the STA." ::= { ctxSecureTicketAuthority 6 } ctxstaSTAGoodTicketRequestCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of successful ticket generation requests received during the lifetime of the STA." ::= { ctxSecureTicketAuthority 7 } ctxstaSTAPeakAllRequestRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The maximum rate of all monitored activities per second." ::= { ctxSecureTicketAuthority 8 } ctxstaSTAPeakDataRequestRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The maximum rate of data requests per second during the lifetime of the STA." ::= { ctxSecureTicketAuthority 9 } ctxstaSTAPeakTicketRefreshRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The maximum rate of refresh requests per second during the lifetime of the STA." ::= { ctxSecureTicketAuthority 10 } ctxstaSTAPeakTicketRequestRate OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The maximum rate of ticket generation requests per second during the lifetime of the STA." ::= { ctxSecureTicketAuthority 11 } ctxstaSTATicketTimeoutCount OBJECT-TYPE SYNTAX Gauge ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ticket timeouts that occurred during the lifetime of the STA." ::= { ctxSecureTicketAuthority 12 } END -- end of module INFORMANT-PERF-CITRIX.