Citrix XenDesktop (Virtual Apps & Desktops)

Monitor Citrix Virtual Apps & Desktops (aka XenDesktop and XenApp)

❗️

This source has been deprecated

observIQ is in the process of transitioning a subset of BindPlane's monitoring capabilities to the observIQ OpenTelemetry Collector. As a result, this Source is no longer publicly available in BindPlane. If you need access to this Source, please reach out to our support via chat or via [email protected].

Data Collection Setup

Metric are collected via the OData API on the Desktop Delivery Controller servers.
Detailed Session metrics are collected from the DDCs and VDAs via remote Powershell calls.

Network Requirements

Ports:

  • 80 (TCP) HTTP or 443 (TCP) HTTPS to OData API on the Desktop Delivery Controller.
  • 5986 (TCP) for WinRM is REQUIRED for Session Latency metrics

❗️

For Session Latency Metrics

WinRM is required for Session Latency metrics. This setup and network port must be available on DDC and All VDA systems in the Citrix Site.

Least Privileged User

The user must be a Windows domain user that is defined as a XenApp/XenDesktop administrator in Citrix Studio. The user requires read-only privileges; however, the data returned is determined by XenApp/XenDesktop administrator roles and permissions. See also: Citrix Product Documentation's Delegated Administration topic.

Session Latency Metrics Requirements

To enable collection of Session Latency Metrics the following setup is needed. Users must install a signed certificate and set up WinRM HTTPS on each VDA and DDC (XenDesktop Delivery Controller) as outlined in the following sub-topics:

Create a Signed Certificate for the System to be Monitored

Note the following requirements for the certificate:

  • The certificate can be self-signed or signed by an authority.
  • If self-signed, vROps must be told to ignore SSL verification.
  • The certificate must include the private key for the system.

📘

PEX Format for the certificate.

If creating the certificate manually, the PEX format (which includes both a certificate and private key) is required by Windows.

Install the Certificate on the Target System

  1. Open MMC (Microsoft Management Console).
  2. Add Snap-in Certificates:
    Select File -> Add Snap-in.
    Select Certificates.
    Select Computer Account.
    Select Local computer.
  3. Click OK.

Expand the Certificates Tree:

  1. Select Personal/Certificates (or just Personal if /Certificates does not exist).
  2. Right-click inside the directory and select:
    All tasks -> Import.
  3. Locate your certificate, then click OK.

Install Certificate Authority Certificate (Optional):

If the certificate installed above was signed by an authority, you will need to install a trusted authority certificate, provided by your authority.

Under the Certificates (Local Computer) snap-in, select:

  • Trusted Root Certificates/Certificates.
  • Right-click and select All tasks -> Import.
  • Navigate to your certificate authority's provided certificate, then click OK.
  • Any system connecting to the target system with WinRM HTTPS will also need your root certificate authority’s certificate.

Enable WinRM (Required for Session Metrics)

Launch the Command Prompt as an Administrator (NOTE: Do not use PowerShell).

Execute the following command:
winrm quickconfig

This will enable HTTP listening by default (using port 5985). The HTTP listener can be removed later.

Find your Certificate Thumbprint:

  • Open the mmc snap-in and find your personal certificate.
    *Double-click the certificate. On the details tab, find Certificate Thumbprint.

Create the HTTPS Listener:

Execute the following command:
winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="<YOUR_DNS_NAME>"; CertificateThumbprint="<COPIED_CERTIFICATE_THUMBPRINT>"}

📘

YOUR_DNS_NAME must match what the certificate specifies. The COPIED_CERTIFICATE_THUMBPRINT must match the thumbprint found in the previous step.

Verify that WinRM is using HTTPS:

Execute the following command:
winrm enumerate winrm/config/listener

The default port used is 5986 (HTTPS). The default HTTP port is 5985.

Delete HTTP Listener (Optional):

Execute the following command:
winrm delete winrm/config/Listener?Address=*+Transport=HTTP

Reference: Commands to Enable Supported Authentication Mechanisms

For use with the WinRM session data collection configuration above.
Note the following commands can be used to enable the supported authentication mechanisms:

Basic
winrm set winrm/config/service/auth @{Basic="true"}

NTLM
winrm set winrm/config/service/auth @{Negotiate="true"}

Kerberos
winrm set winrm/config/service/auth @{Kerberos="true"}

Supported Versions

XenDesktop/XenApp:

  • Citrix XenDesktop 7.1+ (VDI, Enterprise, and Platinum)
  • Citrix XenApp 7.5+ (Advanced, Enterprise, and Platinum)
  • Citrix Virtual Apps and Desktop is the new product name from Citirix for this product line and is supported. Version 1808+

Connection Parameters

NameRequired?Description
Delivery Controller HostnameRequired
OData API UsernameRequired
OData API PasswordRequired
OData API Domain
OData Thread Pool Size
OData API timeout for Applications (seconds)Timeout for OData API call to retrieve Applications (seconds)
OData API timeout for Application Instances (seconds)Timeout for OData API call to retrieve Application Instances (seconds)
OData API timeout for Catalogs (seconds)Timeout for OData API call to retrieve Catalogs (seconds)
OData API timeout for Connection (seconds)Timeout for OData API call to retrieve Connection (seconds)
OData API timeout for Connection Failure Logs (seconds)Timeout for OData API call to retrieve Connection Failure Logs (seconds)
OData API timeout for Desktop Groups (seconds)Timeout for OData API call to retrieve Desktop Groups (seconds)
OData API timeout for Hypervisors (seconds)Timeout for OData API call to retrieve Hypervisors (seconds)
OData API timeout for Load Indexes (seconds)Timeout for OData API call to retrieve Load Indexes (seconds)
OData API timeout for Machine Failure Logs (seconds)Timeout for OData API call to retrieve Machine Failure Logs (seconds)
OData API timeout for Machines (seconds)Timeout for OData API call to retrieve Machines (seconds)
OData API timeout for Sessions (seconds)Timeout for OData API call to retrieve Sessions (seconds)
OData API timeout for Users (seconds)Timeout for OData API call to retrieve Users (seconds)
Use PowerShellRequired
PowerShell UsernameRequired
PowerShell PasswordRequired
PowerShell Domain
PowerShell Port
PowerShell Authentication Mechanism
SSL Configuration
PowerShell Call TimeoutTimeout for each PowerShell call made to a VDA (seconds)

Metrics

Application

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Admin FolderThe Admin Folder of the Application.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Application TypeThe Application's type.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Duration (Minutes)The average Application/Desktop instance duration associated with the resource.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
EnabledWhether or not the Application is enabled.
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
IdThe GUID from the OData API for this Application.
Instance Count (Sessions)The number of Application/Desktop instances associated with the resource.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Lifecycle StateThe Lifecycle State of the Application.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
NameThe Name of the Application.
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Published NameThe Published Name of the Application.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.

Application Instance

NameDescription
Application IDThe application ID of the Application Instance.
End DateThe End Date of the Application Instance.
IdThe GUID from the OData API for this Application Instance.
Session KeyThe Session Key for the Application Instance.
Start DateThe Start Date of the Application Instance.

Catalog

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Allocation TypeThe Allocation Type of the Catalog.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
CPUThe CPU Load Index from the related underlying VDA machine(s).
CPU Utilization (%)The CPU Load Index from the related underlying VDA machine(s).
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
DiskThe Disk Load Index from the related underlying VDA machine(s).
Disk Utilization (%)The Disk Load Index from the related underlying VDA machine(s).
Effective LoadThe Effective Load Index from the related underlying VDA machine(s).
Effective Load Utilization (%)The Effective Load Index from the related underlying VDA machine(s).
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
IdThe GUID from the OData API for the Catalog.
Is Machine PhysicalThe Is Machine Physical of the Catalog.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Lifecycle StateThe Lifecycle State of the Catalog.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
MemoryThe Memory Load Index from the related underlying VDA machine(s).
Memory Utilization (%)The Memory Load Index from the related underlying VDA machine(s).
NameThe Name of the Catalog.
NetworkThe Network Load Index from the related underlying VDA machine(s).
Network Utilization (%)The Network Load Index from the related underlying VDA machine(s).
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Persistent User ChangesThe Persistent User Changes of the Catalog.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Provisioning Scheme IdThe Provisioning Scheme Id of the Catalog.
Provisioning TypeThe Provisioning Type of the Catalog.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Capacity (Sessions)The session capacity based on the underlying VDA machine(s).
Session CountThe Session Count Load Index from the related underlying VDA machine(s).
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Session SupportThe Session Support of the Catalog.
Session Utilization (%)The Session Count Load Index from the related underlying VDA machine(s).
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.

DDC Machine

NameDescription
DNS NameThe DNS Name of the DDC Machine.
Fault StateThe Fault State of the DDC Machine.
IdThe GUID of the DDC Machine from the OData API.
Lifecycle StateThe Lifecycle State of the DDC Machine.
Machine RoleThe Machine Role of the DDC Machine.
OS TypeThe OS Type of the DDC Machine.

Delivery Group

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
CPUThe CPU Load Index from the related underlying VDA machine(s).
CPU Utilization (%)The CPU Load Index from the related underlying VDA machine(s).
Delivery TypeThe Delivery Type of the Delivery Group.
Desktop KindThe Desktop Kind of the Delivery Group.
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
DiskThe Disk Load Index from the related underlying VDA machine(s).
Disk Utilization (%)The Disk Load Index from the related underlying VDA machine(s).
Effective LoadThe Effective Load Index from the related underlying VDA machine(s).
Effective Load Utilization (%)The Effective Load Index from the related underlying VDA machine(s).
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
IdThe GUID of the Delivery Group from the OData API.
Is Remote PCThe Is Remote PC of the Delivery Group.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Lifecycle StateThe Lifecycle State of the Delivery Group.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
MemoryThe Memory Load Index from the related underlying VDA machine(s).
Memory Utilization (%)The Memory Load Index from the related underlying VDA machine(s).
NameThe Name of the Delivery Group.
NetworkThe Network Load Index from the related underlying VDA machine(s).
Network Utilization (%)The Network Load Index from the related underlying VDA machine(s).
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Capacity (Sessions)The session capacity based on the underlying VDA machine(s).
Session CountThe Session Count Load Index from the related underlying VDA machine(s).
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Session SupportThe Session Support of the Delivery Group.
Session Utilization (%)The Session Count Load Index from the related underlying VDA machine(s).
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.
VDA Machine CountThe number of VDAs in the Delivery Group.

Desktop

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Duration (Minutes)The average Application/Desktop instance duration associated with the resource.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
IdThe GUID of the Desktop.
Instance Count (Sessions)The number of Application/Desktop instances associated with the resource.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
NameThe Name of the Desktop.
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.

Hypervisor

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
CPUThe CPU Load Index from the related underlying VDA machine(s).
CPU Utilization (%)The CPU Load Index from the related underlying VDA machine(s).
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
DiskThe Disk Load Index from the related underlying VDA machine(s).
Disk Utilization (%)The Disk Load Index from the related underlying VDA machine(s).
Effective LoadThe Effective Load Index from the related underlying VDA machine(s).
Effective Load Utilization (%)The Effective Load Index from the related underlying VDA machine(s).
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
IdThe GUID from the OData API for the Hypervisor.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Lifecycle StateThe Lifecycle State of the Hypervisor.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
MemoryThe Memory Load Index from the related underlying VDA machine(s).
Memory Utilization (%)The Memory Load Index from the related underlying VDA machine(s).
NameThe Name of the Hypervisor.
NetworkThe Network Load Index from the related underlying VDA machine(s).
Network Utilization (%)The Network Load Index from the related underlying VDA machine(s).
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Capacity (Sessions)The session capacity based on the underlying VDA machine(s).
Session CountThe Session Count Load Index from the related underlying VDA machine(s).
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Session Utilization (%)The Session Count Load Index from the related underlying VDA machine(s).
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.

Session

NameDescription
Application NameThe Application Name of the Session.
Authentication Duration (Milliseconds)The amount of time for a connection to spend in the Authentication segment of the connection process.
Average Latency (Milliseconds)The average latency for the session.
Brokering Duration (Milliseconds)The amount of time for a connection to spend in the Brokering segment of the connection process.
Client AddressThe address of the client used to connect to the session.
Client NameThe name of the client used to connect to the session.
Client VersionThe version of the client used to connect to the session.
Connected via Host NameThe hostname from which the connection connected to the session.
Connected via IP AddressThe IP address from which the connection connected to the session.
Connection Count (Milliseconds)The number of connections associated with the resource.
Connection StateThe Connection State of the Session.
Connection State Change DateThe Connection State Change Date of the Session.
Current Connection IdThe Current Connection Id of the Session.
End DateThe End Date of the Session.
Exit CodeThe Exit Code of the Session.
Exit StatusThe Exit Status of the Session.
Failure DateThe Failure Date of the Session.
Group Policy Duration (Milliseconds)The amount of time for a connection to spend in the Group Policy segment of the connection process.
HDX Duration (Milliseconds)The amount of time for a connection to spend in the HDX segment of the connection process.
Interactive Duration (Milliseconds)The amount of time for a connection to spend in the Interactive segment of the connection process.
Is AnonymousThe Is Anonymous of the Session.
Is ReconnectWhether or not the session has been reconnected to.
Is Secure ICAWhether or not the ICA protocol was used to secure the connection to the session.
Last Recorded Latency (Milliseconds)The last recorded latency measurement of the session.
Launched via Host NameThe hostname from which the connection to the session was launched.
Launched via IP AddressThe IP address from which the connection to the session was launched.
Lifecycle StateThe Lifecycle State of the Session.
Log On Duration (Milliseconds)The amount of time for a connection to spend in the Log On segment of the connection process.
Log On Scripts Duration (Milliseconds)The amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Machine IdThe Machine Id of the Session.
Machine NameThe Machine Name of the Session.
New Connection Count (Milliseconds)The number of new connections associated with the resource.
Profile Load Duration (Milliseconds)The amount of time for a connection to spend in the Profile Load segment of the connection process.
ProtocolThe protocol of the connection to the session.
Round Trip Time (Milliseconds)ICA RTT (Roundtrip Time) is the detected network latency between the ICA client device and the XenApp Server.
Secure ICA Connection Count (Milliseconds)The number of secure ICA connections associated with the resource.
Session Duration (Seconds)The Session Duration of the Session.
Session KeyThe Session Key.
Start DateThe Start Date of the Session.
TypeThe Session Type of the Session.
User Full NameThe full name of the User.
User IdThe User Id of the Session.
User UPNThe User UPN of the Session.
User UsernameThe username of the User.
VM Start Duration (Milliseconds)The amount of time for a connection to spend in the VM Start segment of the connection process.

Site

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application CountThe number of Application in the Site.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Catalog CountThe number of Catalog in the Site.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
CPUThe CPU Load Index from the related underlying VDA machine(s).
CPU Utilization (%)The CPU Load Index from the related underlying VDA machine(s).
Database ServerThe name of the database server for the Site.
DDC Machine CountThe number of DdcMachine in the Site.
Delivery Group CountThe number of Delivery Groups in the Site.
Desktop CountThe number of Desktops in the Site.
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
DiskThe Disk Load Index from the related underlying VDA machine(s).
Disk Utilization (%)The Disk Load Index from the related underlying VDA machine(s).
Dual Role Machine CountThe number of machines with the dual-role (DDC and VDA) in the Site.
Effective LoadThe Effective Load Index from the related underlying VDA machine(s).
Effective Load Utilization (%)The Effective Load Index from the related underlying VDA machine(s).
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
Hypervisor CountThe number of Hypervisor connections in the Site.
IdThe Id of the Site.
Initial CatalogThe initial catalog of the database server for the Site.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Machine CountThe number of VDA or DDC machines in the Site.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
MemoryThe Memory Load Index from the related underlying VDA machine(s).
Memory Utilization (%)The Memory Load Index from the related underlying VDA machine(s).
NameThe Name of the Site.
NetworkThe Network Load Index from the related underlying VDA machine(s).
Network Utilization (%)The Network Load Index from the related underlying VDA machine(s).
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Capacity (Sessions)The session capacity based on the underlying VDA machine(s).
Session CountThe Session Count Load Index from the related underlying VDA machine(s).
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Session Utilization (%)The Session Count Load Index from the related underlying VDA machine(s).
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.
VDA Machine CountThe number of VDA machines in the Site.

User

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average Session Duration (Seconds)The average duration of sessions associated with the resource.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
DomainThe domain of the User.
Full NameThe full name of the User.
IdThe GUID of the User from the OData API.
New Connection Count (Connections)The number of new connections associated with the resource.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
SIDThe SID of the User.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Total Session Duration (Seconds)The total duration of sessions associated with the resource.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.
UPNThe UPN of the User.
User NameThe name of the User.

VDA Machine

NameDescription
Active Session Count (Sessions)The number of active sessions associated with the resource.
Active Session Reconnect Disabled Connection Failures (Sessions)The number of connection failures with the 'ActiveSessionReconnectDisabled' type.
Agent VersionThe Agent Version of the VDA Machine.
Anonymous Session Count (Sessions)The number of anonymous sessions associated with the resource.
Application Disabled Connection FailuresThe number of connection failures with the 'ApplicationDisabled' type.
Application Session Count (Sessions)The number of application sessions associated with the resource.
Average Authentication Duration (Milliseconds)The average amount of time for a connection to spend in the Authentication segment of the connection process.
Average Brokering Duration (Milliseconds)The average amount of time for a connection to spend in the Brokering segment of the connection process.
Average Group Policy Duration (Milliseconds)The average amount of time for a connection to spend in the Group Policy segment of the connection process.
Average HDX Duration (Milliseconds)The average amount of time for a connection to spend in the HDX segment of the connection process.
Average Interactive Duration (Milliseconds)The average amount of time for a connection to spend in the Interactive segment of the connection process.
Average Log On Duration (Milliseconds)The average amount of time for a connection to spend in the Log On segment of the connection process.
Average Log On Scripts Duration (Milliseconds)The average amount of time for a connection to spend in the Log On Scripts segment of the connection process.
Average Profile Load Duration (Milliseconds)The average amount of time for a connection to spend in the Profile Load segment of the connection process.
Average VM Start Duration (Milliseconds)The average amount of time for a connection to spend in the VM Start segment of the connection process.
Catalog IDThe Catalog ID associated with the VDA Machine.
Configuration Set FailuresThe number of connection failures with the 'ConfigurationSetFailure' type.
Connected Session Count (Sessions)The number of connected sessions associated with the resource.
Connection Count (Connections)The number of connections associated with the resource.
Connection Timeout FailuresThe number of connection failures with the 'ConnectionTimeout' type.
Controller DNS NameThe Controller Dns Name of the VDA Machine.
CPUThe CPU Load Index from the related underlying VDA machine(s).
CPU Utilization (%)The CPU Load Index from the related underlying VDA machine(s).
Current Disk Queue LengthNumber of requests outstanding on the disk at the time the performance data is collected.
Current Power StateThe Current Power State of the VDA Machine.
Current Registration StateThe Current Registration State of the VDA Machine.
Current Session CountThe Current Session Count of the VDA Machine.
Delivery Group IDThe Delivery Group ID of the VDA Machine.
Desktop Session Count (Sessions)The number of desktop sessions associated with the resource.
Disallowed Protocol Connection FailuresThe number of connection failures with the 'DisallowedProtocol' type.
Disconnected Session Count (Sessions)The number of disconnected sessions associated with the resource.
DiskThe Disk Load Index from the related underlying VDA machine(s).
Disk Transfers (per Second)Rate of read and write operations on the disk in quantity over seconds.
Disk Utilization (%)The Disk Load Index from the related underlying VDA machine(s).
DNS NameThe Dns Name of the VDA Machine.
Effective LoadThe Effective Load Index from the related underlying VDA machine(s).
Effective Load Utilization (%)The Effective Load Index from the related underlying VDA machine(s).
Fault StateThe Fault State of the VDA Machine.
Free Space (Bytes)The amount of space remaining available on the logical disk of the VDA.
Functional LevelThe Functional Level of the VDA Machine.
General Connection FailuresThe number of connection failures with the 'GeneralFail' type.
Hosting Server NameThe Hosting Server Name of the VDA Machine.
Hypervisor IDThe Hypervisor ID associated with the VDA Machine.
IdThe GUID of the VDA Machine from the OData API.
IP AddressThe IP Address of the VDA Machine.
Is AssignedThe Is Assigned of the VDA Machine.
Is In Maintenance ModeThe Is In Maintenance Mode of the VDA Machine.
Is Pending UpdateThe Is Pending Update of the VDA Machine.
Is PreparingThe Is Preparing of the VDA Machine.
Last Deregistered CodeThe Last Deregistered Code of the VDA Machine.
License Feature Refused Connection FailuresThe number of connection failures with the 'LicenseFeatureRefused' type.
Licensing Connection FailuresThe number of connection failures with the 'Licensing' type.
Lifecycle StateThe Lifecycle State of the VDA Machine.
Logical Processor CountThe Number of logical processors of the VDA Machine.
Machine Not Functional Connection FailuresThe number of connection failures with the 'MachineNotFunctional' type.
Machine RoleThe Machine Role of the VDA Machine.
Maintenance Mode Connection FailuresThe number of connection failures with the 'MaintenanceMode' type.
MemoryThe Memory Load Index from the related underlying VDA machine(s).
Memory Utilization (%)The Memory Load Index from the related underlying VDA machine(s).
NameThe Name of the VDA Machine.
NetworkThe Network Load Index from the related underlying VDA machine(s).
Network Utilization (%)The Network Load Index from the related underlying VDA machine(s).
New Connection Count (Connections)The number of new connections associated with the resource.
No Desktop Available Connection FailuresThe number of connection failures with the 'NoDesktopAvailable' type.
No Machine Available Connection FailuresThe number of connection failures with the 'NoMachineAvailable' type.
No Session To Reconnect Connection FailuresThe number of connection failures with the 'NoSessionToReconnect' type.
Non Brokered Session Count (Sessions)The number of non-brokered sessions associated with the resource.
OS TypeThe OS Type of the VDA Machine.
Other Connection FailuresThe number of connection failures with the 'Other' type.
Other Session Count (Sessions)The number of 'other' sessions associated with the resource.
Peak Concurrent Session Count (Sessions)The peak concurrent sessions associated with the resource.
Pending Session Count (Sessions)The number of pending sessions associated with the resource.
Preparing Session Count (Sessions)The number of sessions being prepared that are associated with the resource.
Reconnecting Session Count (Sessions)The number of reconnecting sessions associated with the resource.
Refused Connection FailuresThe number of connection failures with the 'Refused' type.
Registration Timeout Connection FailuresThe number of connection failures with the 'RegistrationTimeout' type.
Resource Unavailable Connection FailuresThe number of connection failures with the 'ResourceUnavailable' type.
Secure ICA Connection Count (Connections)The number of secure ICA connections associated with the resource.
Session Capacity (Sessions)The session capacity based on the underlying VDA machine(s).
Session CountThe Session Count Load Index from the related underlying VDA machine(s).
Session Limit Reached Connection FailuresThe number of connection failures with the 'SessionLimitReached' type.
Session Preparation Connection FailuresThe number of connection failures with the 'SessionPreparation' type.
Session Utilization (%)The Session Count Load Index from the related underlying VDA machine(s).
Size (Bytes)The Size of the logical disk of the VDA.
Spin Up Failed Connection FailuresThe number of connection failures with the 'SpinUpFailed' type.
Terminated Session Count (Sessions)The number of terminated sessions associated with the resource.
Ticketing Connection FailuresThe number of connection failures with the 'Ticketing' type.
Total Connection FailuresThe total number of connections failures.
Total Physical Memory (Bytes)The Total size of machine's physical memory.
Total Session Count (Sessions)The total number of sessions associated with the resource.
Uncategorized Connection FailuresThe number of connection failures with the 'None' type.
Unknown Connection FailuresThe number of connection failures with the 'Unknown' type.
Unknown Session Count (Sessions)The number of sessions in an unknown state that are associated with the resource.
Windows Connection SettingThe Windows Connection Setting of the VDA Machine.