INFORMANT-PERF-CITRIX

File: INFORMANT-PERF-CITRIX.mib (45498 bytes)

Imported modules

SNMPv2-SMI WTCS

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
Gauge32 InstanceName informant

Defined Types

CitrixCPUUtilizationMgmtUsrEntry  
SEQUENCE    
  ctxcumuInstance InstanceName
  ctxcumuCPUEntitlement Gauge32
  ctxcumuCPUReservation Gauge32
  ctxcumuCPUShares Gauge32
  ctxcumuCPUUsage Gauge32
  ctxcumuLongTermCPUUsage Gauge32

CitrixDataLayerEntry  
SEQUENCE    
  ctxdlInstance InstanceName
  ctxdlCommitsPerSec Gauge32
  ctxdlContextsPerSec Gauge32
  ctxdlDeletesPerSec Gauge32
  ctxdlInsertsPerSec Gauge32
  ctxdlNumberOfContextsInThePool Gauge32
  ctxdlNumOfCntxtRequestsWaiting Gauge32
  ctxdlReadStreamsCreatedPerSec Gauge32
  ctxdlStreamBytesReadPerSec Gauge32
  ctxdlStreamBytesWrittenPerSec Gauge32
  ctxdlStreamsCreatedPerSec Gauge32
  ctxdlUpdatesPerSec Gauge32
  ctxdlWriteStreamsCreatedPerSec Gauge32

CitrixIMANetworkingEntry  
SEQUENCE    
  ctximanInstance InstanceName
  ctximanBytesReceivedPerSec Gauge32
  ctximanBytesSentPerSec Gauge32
  ctximanNetworkConnections Gauge32

ICASessionEntry  
SEQUENCE    
  ctxisInstance InstanceName
  ctxisInputAudioBandwidth Gauge32
  ctxisInputCOM1Bandwidth Gauge32
  ctxisInputCOM2Bandwidth Gauge32
  ctxisInputCOMBandwidth Gauge32
  ctxisInputClipboardBandwidt Gauge32
  ctxisInputControlChanBandwidth Gauge32
  ctxisInputDriveBandwidth Gauge32
  ctxisInputFontDataBandwidth Gauge32
  ctxisInputLPT1Bandwidth Gauge32
  ctxisInputLPT2Bandwidth Gauge32
  ctxisInputLicensingBandwidth Gauge32
  ctxisInputManagementBandwidth Gauge32
  ctxisInputPNBandwidth Gauge32
  ctxisInputPrinterBandwidth Gauge32
  ctxisInputSeamlessBandwidth Gauge32
  ctxisInputSessionBandwidth Gauge32
  ctxisInputSessionCompression Gauge32
  ctxisInputSessionLineSpeed Gauge32
  ctxisInputSpeedScreenDataChanBW Gauge32
  ctxisInputTextEchoBandwidth Gauge32
  ctxisInputThinWireBandwidth Gauge32
  ctxisInputVideoFrameBandwidth Gauge32
  ctxisLatencyLastRecorded Gauge32
  ctxisLatencySessionAverage Gauge32
  ctxisLatencySessionDeviation Gauge32
  ctxisOutputAudioBandwidth Gauge32
  ctxisOutputCOM1Bandwidth Gauge32
  ctxisOutputCOM2Bandwidth Gauge32
  ctxisOutputCOMBandwidth Gauge32
  ctxisOutputClipboardBandwidth Gauge32
  ctxisOutputControlChannBandwidth Gauge32
  ctxisOutputDriveBandwidth Gauge32
  ctxisOutputFontDataBandwidth Gauge32
  ctxisOutputLPT1Bandwidth Gauge32
  ctxisOutputLPT2Bandwidth Gauge32
  ctxisOutputLicensingBandwidth Gauge32
  ctxisOutputManagementBandwidth Gauge32
  ctxisOutputPNBandwidth Gauge32
  ctxisOutputPrinterBandwidth Gauge32
  ctxisOutputSeamlessBandwidth Gauge32
  ctxisOutputSessionBandwidth Gauge32
  ctxisOutputSessionCompression Gauge32
  ctxisOutputSessionLineSpeed Gauge32
  ctxisOutputSpeedScreenDataChanBW Gauge32
  ctxisOutputTextEchoBandwidth Gauge32
  ctxisOutputThinWireBandwidth Gauge32
  ctxisOutputVideoFrameBandwidth Gauge32

Defined Values

citrixPerformance 1.3.6.1.4.1.9600.1.41
The MIB module for informant Citrix performance entities.
MODULE-IDENTITY    

ctxCPUUtilizationMgmtUserTable 1.3.6.1.4.1.9600.1.41.1
A table containing performance information for instances of 'Citrix CPU Utilization Mgmt User' objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CitrixCPUUtilizationMgmtUsrEntry

ctxCPUUtilizationMgmtUserEntry 1.3.6.1.4.1.9600.1.41.1.1
Performance information for one particular instance of 'Citrix CPU Utilization Mgmt User' object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CitrixCPUUtilizationMgmtUsrEntry  

ctxcumuInstance 1.3.6.1.4.1.9600.1.41.1.1.1
Instance name.
Status: current Access: read-only
OBJECT-TYPE    
  InstanceName  

ctxcumuCPUEntitlement 1.3.6.1.4.1.9600.1.41.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxcumuCPUReservation 1.3.6.1.4.1.9600.1.41.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxcumuCPUShares 1.3.6.1.4.1.9600.1.41.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxcumuCPUUsage 1.3.6.1.4.1.9600.1.41.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxcumuLongTermCPUUsage 1.3.6.1.4.1.9600.1.41.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxDataLayerTable 1.3.6.1.4.1.9600.1.41.2
A table containing performance information for instances of 'Citrix Data Layer V0.1' objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CitrixDataLayerEntry

ctxDataLayerEntry 1.3.6.1.4.1.9600.1.41.2.1
Performance information for one particular instance of 'Citrix Data Layer V0.1' object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CitrixDataLayerEntry  

ctxdlInstance 1.3.6.1.4.1.9600.1.41.2.1.1
Instance name.
Status: current Access: read-only
OBJECT-TYPE    
  InstanceName  

ctxdlCommitsPerSec 1.3.6.1.4.1.9600.1.41.2.1.2
Commits/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlContextsPerSec 1.3.6.1.4.1.9600.1.41.2.1.3
Contexts/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlDeletesPerSec 1.3.6.1.4.1.9600.1.41.2.1.4
Deletes/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlInsertsPerSec 1.3.6.1.4.1.9600.1.41.2.1.5
Inserts/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlNumberOfContextsInThePool 1.3.6.1.4.1.9600.1.41.2.1.6
Number of Contexts in the pool
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlNumOfCntxtRequestsWaiting 1.3.6.1.4.1.9600.1.41.2.1.7
Number of context requests waiting
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlReadStreamsCreatedPerSec 1.3.6.1.4.1.9600.1.41.2.1.8
Read streams created/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlStreamBytesReadPerSec 1.3.6.1.4.1.9600.1.41.2.1.9
Stream bytes read/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlStreamBytesWrittenPerSec 1.3.6.1.4.1.9600.1.41.2.1.10
Stream bytes written/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlStreamsCreatedPerSec 1.3.6.1.4.1.9600.1.41.2.1.11
Streams created/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlUpdatesPerSec 1.3.6.1.4.1.9600.1.41.2.1.12
Updates/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdlWriteStreamsCreatedPerSec 1.3.6.1.4.1.9600.1.41.2.1.13
Write streams created/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxIMANetworkingTable 1.3.6.1.4.1.9600.1.41.3
A table containing performance information for instances of 'Citrix IMA Networking' objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CitrixIMANetworkingEntry

ctxIMANetworkingEntry 1.3.6.1.4.1.9600.1.41.3.1
Performance information for one particular instance of 'Citrix IMA Networking' object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CitrixIMANetworkingEntry  

ctximanInstance 1.3.6.1.4.1.9600.1.41.3.1.1
Instance name.
Status: current Access: read-only
OBJECT-TYPE    
  InstanceName  

ctximanBytesReceivedPerSec 1.3.6.1.4.1.9600.1.41.3.1.2
This Counter is for Inbound bytes/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctximanBytesSentPerSec 1.3.6.1.4.1.9600.1.41.3.1.3
This Counter is for Outbound bytes/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctximanNetworkConnections 1.3.6.1.4.1.9600.1.41.3.1.4
Number of Active IMA network connections other IMA Servers
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

citrixLicensing 1.3.6.1.4.1.9600.1.41.4
OBJECT IDENTIFIER    

ctxlAverageCheckInRspTimeMs 1.3.6.1.4.1.9600.1.41.4.1
This Counter displays the average license check-in response time in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxlAverageCheckOutRspTimeMs 1.3.6.1.4.1.9600.1.41.4.2
This Counter displays the average license check-out response time in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxlLastRecordCheckInRspTimeMs 1.3.6.1.4.1.9600.1.41.4.3
Ce compteur affiche le dernier temps de rponse enregistr de libration de licence en millisecondes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxlLastRecordCheckOutRspTimeMs 1.3.6.1.4.1.9600.1.41.4.4
This Counter displays the last recorded license check-out response time in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxlServerConnectionFailure 1.3.6.1.4.1.9600.1.41.4.5
This Counter displays the number of minutes that the Citrix MetaFrame Presentation Server has been disconnected from the License Server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxlMaximumCheckInRspTimeMs 1.3.6.1.4.1.9600.1.41.4.6
This Counter displays the maximum license check-in response time in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxlMaximumCheckOutRspTimeMs 1.3.6.1.4.1.9600.1.41.4.7
This Counter displays the maximum license check-out response time in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

citrixMetaFramePresentationSvr 1.3.6.1.4.1.9600.1.41.5
This object monitors various MetaFrame XP functions
Status: current Access: read-only
OBJECT-IDENTITY    

ctxmpsApplEnumerationsPerSec 1.3.6.1.4.1.9600.1.41.5.1
This Counter is for Application Enumeration/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsApplResolutionTimeMs 1.3.6.1.4.1.9600.1.41.5.2
Shows the time in milliseconds that a resolution took to complete
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsApplResolutionFailedPerSec 1.3.6.1.4.1.9600.1.41.5.3
This counter is for Application Resolutions Failed/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsApplResolutionsPerSec 1.3.6.1.4.1.9600.1.41.5.4
This Counter is for Application Resolutions/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreConnectionFailure 1.3.6.1.4.1.9600.1.41.5.5
This Counter displays the number of minutes that the Citrix MetaFrame Presentation Server has been disconnected from the Data Store.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreBytesRead 1.3.6.1.4.1.9600.1.41.5.6
This Counter displays Number of Bytes read from the IMA DataStore.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreBytesReadPerSec 1.3.6.1.4.1.9600.1.41.5.7
This Counter displays Number of Bytes of IMA Data Store data read/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreBytesWritePerSec 1.3.6.1.4.1.9600.1.41.5.8
This Counter displays Number of Bytes of IMA Data Store data written/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreReads 1.3.6.1.4.1.9600.1.41.5.9
This Counter displays number of times data was read from the IMA DataStore.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreReadsPerSec 1.3.6.1.4.1.9600.1.41.5.10
This Counter displays number of times data was read from the IMA DataStore
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDataStoreWritesPerSec 1.3.6.1.4.1.9600.1.41.5.11
This Counter displays number of times data was written to the IMA Data Store
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSGatewayUpdateCount 1.3.6.1.4.1.9600.1.41.5.12
This Counter displays the number of dynamic store update packets sent to remote data collectors.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSGatewayUpdateBytesSent 1.3.6.1.4.1.9600.1.41.5.13
This Counter displays the number of bytes of data sent across gateways to remote data collectors.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSQueryCount 1.3.6.1.4.1.9600.1.41.5.14
This Counter displays the number of dynamic store queries that have been performed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSQueryRequestBytesReceive 1.3.6.1.4.1.9600.1.41.5.15
This Counter displays the number of bytes of data received in dynamic store query request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSQueryResponseBytesSent 1.3.6.1.4.1.9600.1.41.5.16
This Counter displays the number of bytes of data sent in response to dynamic store queries.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSUpdateBytesReceived 1.3.6.1.4.1.9600.1.41.5.17
This Counter displays the number of bytes of data received in dynamic store update packets.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSUpdatePacketsReceived 1.3.6.1.4.1.9600.1.41.5.18
This Counter displays the number of update packets received by the dynamic store.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSUpdateResponseBytesSent 1.3.6.1.4.1.9600.1.41.5.19
This Counter displays the number of bytes of data sent in response to dynamic store update packets.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSBytesReadPerSec 1.3.6.1.4.1.9600.1.41.5.20
This Counter displays Number of Bytes of IMA Dynamic Store data read/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSBytesWrittenPerSec 1.3.6.1.4.1.9600.1.41.5.21
This Counter displays Number of Bytes of IMA Dynamic Store data written/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSReadsPerSec 1.3.6.1.4.1.9600.1.41.5.22
This Counter displays number of times data was read from the IMA Dynamic Store
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsDSWritesPerSec 1.3.6.1.4.1.9600.1.41.5.23
This Counter displays number of times data was written to the IMA Dynamic Store
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsFilteredApplEnumsPerSec 1.3.6.1.4.1.9600.1.41.5.24
This Counter is for Filtered Application Enumeration/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsLCCacheBytesReadPerSec 1.3.6.1.4.1.9600.1.41.5.25
This Counter displays Number of Bytes of IMA Local Host Cache data read/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsLCCacheBytesWrittenPerSec 1.3.6.1.4.1.9600.1.41.5.26
This Counter displays Number of Bytes of IMA Local Host Cache data written/sec
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsLCCacheReadsPerSec 1.3.6.1.4.1.9600.1.41.5.27
This Counter displays number of times data was read from the IMA Local Host Cache
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsLCCacheWritesPerSec 1.3.6.1.4.1.9600.1.41.5.28
This Counter displays number of times data was written to the IMA Local Host Cache
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsMaximumNumberOfXMLThreads 1.3.6.1.4.1.9600.1.41.5.29
This Counter displays the maximum number of XML threads.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsNumberOfXMLThreads 1.3.6.1.4.1.9600.1.41.5.30
This Counter displays the number of XML threads.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsNumberOfBusyXMLThreads 1.3.6.1.4.1.9600.1.41.5.31
This Counter displays the number of busy XML threads.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsResWorkItemQueueExecuteCnt 1.3.6.1.4.1.9600.1.41.5.32
This Counter displays the number of work items that are currently being executed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsResWorkItemQueueReadyCount 1.3.6.1.4.1.9600.1.41.5.33
This Counter displays the number of work items that are ready to be executed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsWorkItemQueueExecuteCount 1.3.6.1.4.1.9600.1.41.5.34
This Counter displays the number of work items that are currently being executed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsWorkItemQueuePendingCount 1.3.6.1.4.1.9600.1.41.5.35
This Counter displays the number of work items that are not yet ready to be executed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsWorkItemQueueReadyCount 1.3.6.1.4.1.9600.1.41.5.36
This Counter displays the number of work items that are ready to be executed.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsZoneElections 1.3.6.1.4.1.9600.1.41.5.37
This Counter displays number of zone elections that have occurred.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxmpsZoneElectionsWon 1.3.6.1.4.1.9600.1.41.5.38
This Counter displays number of times this server has won a zone election.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxSmartAuditorAgent 1.3.6.1.4.1.9600.1.41.6
OBJECT IDENTIFIER    

ctxsaaActiveRecordingCount 1.3.6.1.4.1.9600.1.41.6.1
The number of sessions presently being recorded.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxsaaReadSmartAuditorDriverSec 1.3.6.1.4.1.9600.1.41.6.2
The average bytes/sec read from the SmartAuditor Driver.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxSmartAuditorStorageManager 1.3.6.1.4.1.9600.1.41.7
OBJECT IDENTIFIER    

ctxsasmActiveRecordingCount 1.3.6.1.4.1.9600.1.41.7.1
Number of currently active session recordings.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxsasmMessageBytesPerSec 1.3.6.1.4.1.9600.1.41.7.2
The SmartAuditor Storage Manager throughput rate expressed as number of message bytes received per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxsasmMessagesPerSec 1.3.6.1.4.1.9600.1.41.7.3
The SmartAuditor Storage Manager throughput rate expressed as number of messages received per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxDesktopBrokerDatabaseService 1.3.6.1.4.1.9600.1.41.8
OBJECT IDENTIFIER    

ctxdbdsHostedDesktopReleasesSec 1.3.6.1.4.1.9600.1.41.8.1
The rate at which virtual machines are being released from execution by clients shutting down Presentation Server sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdbdsHostedDesktopRequestsSec 1.3.6.1.4.1.9600.1.41.8.2
The rate at which virtual machines are being requested for execution by clients running Presentation Server sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxdbdsHostedDesktopStateUpdSec 1.3.6.1.4.1.9600.1.41.8.3
The rate at which state updates for virtual machines running in Presentation Server sessions are being received.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxICASessionTable 1.3.6.1.4.1.9600.1.41.9
This object has several counters that can be used to monitor the performance in ICA sessions
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ICASessionEntry

ctxICASessionEntry 1.3.6.1.4.1.9600.1.41.9.1
Performance information for one particular instance of 'ICA Session' object.
Status: current Access: not-accessible
OBJECT-TYPE    
  ICASessionEntry  

ctxisInstance 1.3.6.1.4.1.9600.1.41.9.1.1
Instance name.
Status: current Access: read-only
OBJECT-TYPE    
  InstanceName  

ctxisInputAudioBandwidth 1.3.6.1.4.1.9600.1.41.9.1.2
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputCOM1Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.3
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputCOM2Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.4
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputCOMBandwidth 1.3.6.1.4.1.9600.1.41.9.1.5
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputClipboardBandwidt 1.3.6.1.4.1.9600.1.41.9.1.6
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputControlChanBandwidth 1.3.6.1.4.1.9600.1.41.9.1.7
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputDriveBandwidth 1.3.6.1.4.1.9600.1.41.9.1.8
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputFontDataBandwidth 1.3.6.1.4.1.9600.1.41.9.1.9
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputLPT1Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.10
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputLPT2Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.11
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputLicensingBandwidth 1.3.6.1.4.1.9600.1.41.9.1.12
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputManagementBandwidth 1.3.6.1.4.1.9600.1.41.9.1.13
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputPNBandwidth 1.3.6.1.4.1.9600.1.41.9.1.14
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputPrinterBandwidth 1.3.6.1.4.1.9600.1.41.9.1.15
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputSeamlessBandwidth 1.3.6.1.4.1.9600.1.41.9.1.16
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputSessionBandwidth 1.3.6.1.4.1.9600.1.41.9.1.17
This value represents the bandwidth from client to server traffic for a session in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputSessionCompression 1.3.6.1.4.1.9600.1.41.9.1.18
This value represents the compression ratio for client to server traffic for a session
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputSessionLineSpeed 1.3.6.1.4.1.9600.1.41.9.1.19
This value represents the line speed from client to server for a session in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputSpeedScreenDataChanBW 1.3.6.1.4.1.9600.1.41.9.1.20
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputTextEchoBandwidth 1.3.6.1.4.1.9600.1.41.9.1.21
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputThinWireBandwidth 1.3.6.1.4.1.9600.1.41.9.1.22
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisInputVideoFrameBandwidth 1.3.6.1.4.1.9600.1.41.9.1.23
This value represents the bandwidth from client to server traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisLatencyLastRecorded 1.3.6.1.4.1.9600.1.41.9.1.24
This value represents the last recorded latency measurement for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisLatencySessionAverage 1.3.6.1.4.1.9600.1.41.9.1.25
This value represents the average client latency over the life of a session.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisLatencySessionDeviation 1.3.6.1.4.1.9600.1.41.9.1.26
This value represents the difference between the minimum and maximum measured latency values for a session.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputAudioBandwidth 1.3.6.1.4.1.9600.1.41.9.1.27
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputCOM1Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.28
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputCOM2Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.29
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputCOMBandwidth 1.3.6.1.4.1.9600.1.41.9.1.30
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputClipboardBandwidth 1.3.6.1.4.1.9600.1.41.9.1.31
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputControlChannBandwidth 1.3.6.1.4.1.9600.1.41.9.1.32
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputDriveBandwidth 1.3.6.1.4.1.9600.1.41.9.1.33
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputFontDataBandwidth 1.3.6.1.4.1.9600.1.41.9.1.34
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputLPT1Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.35
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputLPT2Bandwidth 1.3.6.1.4.1.9600.1.41.9.1.36
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputLicensingBandwidth 1.3.6.1.4.1.9600.1.41.9.1.37
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputManagementBandwidth 1.3.6.1.4.1.9600.1.41.9.1.38
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputPNBandwidth 1.3.6.1.4.1.9600.1.41.9.1.39
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputPrinterBandwidth 1.3.6.1.4.1.9600.1.41.9.1.40
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputSeamlessBandwidth 1.3.6.1.4.1.9600.1.41.9.1.41
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputSessionBandwidth 1.3.6.1.4.1.9600.1.41.9.1.42
This value represents the bandwidth from server to client traffic for a session in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputSessionCompression 1.3.6.1.4.1.9600.1.41.9.1.43
This value represents the compression ratio for server to client traffic for a session
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputSessionLineSpeed 1.3.6.1.4.1.9600.1.41.9.1.44
This value represents the line speed from server to client for a session in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputSpeedScreenDataChanBW 1.3.6.1.4.1.9600.1.41.9.1.45
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputTextEchoBandwidth 1.3.6.1.4.1.9600.1.41.9.1.46
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputThinWireBandwidth 1.3.6.1.4.1.9600.1.41.9.1.47
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxisOutputVideoFrameBandwidth 1.3.6.1.4.1.9600.1.41.9.1.48
This value represents the bandwidth from server to client traffic on this virtual channel. This is measured in bps
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxSecureTicketAuthority 1.3.6.1.4.1.9600.1.41.10
The Secure Ticket Authority Service object includes those counters that apply to the Secure Ticket Authority service.
Status: current Access: read-only
OBJECT-IDENTITY    

ctxstaSTABadDataRequestCount 1.3.6.1.4.1.9600.1.41.10.1
The total number of unsuccessful ticket validation and data retrieval requests during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTABadRefreshRequestCount 1.3.6.1.4.1.9600.1.41.10.2
The total number of unsuccessful ticket refresh requests received during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTABadTicketRequestCount 1.3.6.1.4.1.9600.1.41.10.3
The total number of unsuccessful ticket generation requests received during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTACountOfActiveTickets 1.3.6.1.4.1.9600.1.41.10.4
Total count of active tickets currently held in the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAGoodDataRequestCount 1.3.6.1.4.1.9600.1.41.10.5
The total number of successful ticket validation and data retrieval requests received during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAGoodRefreshRequestCount 1.3.6.1.4.1.9600.1.41.10.6
The total number of successful ticket refresh requests received during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAGoodTicketRequestCount 1.3.6.1.4.1.9600.1.41.10.7
The total number of successful ticket generation requests received during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAPeakAllRequestRate 1.3.6.1.4.1.9600.1.41.10.8
The maximum rate of all monitored activities per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAPeakDataRequestRate 1.3.6.1.4.1.9600.1.41.10.9
The maximum rate of data requests per second during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAPeakTicketRefreshRate 1.3.6.1.4.1.9600.1.41.10.10
The maximum rate of refresh requests per second during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTAPeakTicketRequestRate 1.3.6.1.4.1.9600.1.41.10.11
The maximum rate of ticket generation requests per second during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ctxstaSTATicketTimeoutCount 1.3.6.1.4.1.9600.1.41.10.12
The total number of ticket timeouts that occurred during the lifetime of the STA.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32