|
Measures reported by CtxXcXAGPUAppTest
GPU-accelerated computing is the use of a graphics processing unit (GPU) together with a CPU to accelerate scientific, analytics, engineering, consumer, and enterprise applications. GPU-accelerated computing enhances application performance by offloading compute-intensive portions of the application to the GPU, while the remainder of the code still runs on the CPU.
In GPU-enabled Citrix XenApp environments, if users to virtual applications complain of slowness when accessing graphic applications, administrators must be able to instantly figure out what is causing the slowness - is it because adequate GPU resources are not available to the host? Or is it because of excessive utilization of GPU memory and processing resources by any of the applications on the host? Accurate answers to these questions can help administrators determine whether/not:
Measures to right-size the host and fine-tune its GPU configuration can be initiated based on the results of this analysis. This is exactly what the CtxXcXAGPUAppTest test helps administrators achieve!
To help with better utilization of resources, you can track the GPU usage rates of your instances for each application on the host. When you know the GPU usage rates, you can then perform tasks such as setting up managed instance groups that can be used to autoscale resources based on needs.
Outputs of the test : One set of results for each application that is using GPU assigned to the host being monitored.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| No_of_gpu_processes |
Indicates the number GPU instances that are currently running for this application. |
Number |
|
| GPU_utilization |
Indicates the percentage of GPU compute capability utilized by this application. |
Percent |
|
| Encoder_utilization |
Indicates the percentage of GPU that is utilized for encoding process. |
Percent |
A value close to 100 is a cause of concern. By closely analyzing these measures, administrators can easily be alerted to situations where graphics processing is a bottleneck for any application. |
| Decoder_utilization |
Indicates the percentage of GPU that is utilized for decoding process. |
Percent |
A value close to 100 is a cause of concern. By closely analyzing these measures, administrators can easily be alerted to situations where graphics processing is a bottleneck for any application. |
| Memory_utilization |
Indicates the percentage of the allocated GPU memory that is currently being utilized by this application. |
Percent |
A value close to 100% is a cause for concern as it indicates that the graphics memory on a GPU is almost always in use. |
| Memory_in_use |
Indicates the amount of memory on the GPU used by this application. |
MiB |
For better user experience with graphic applications, enough memory should be available to the applications. |
| D3_utilization |
Indicates the percentage of GPU utilized for processing 3D frames while running this application. |
Percent |
Compare the value of this measure across the users to identify which application is over-utilizing the GPU for processing 3D frames. |
| Copy_utilization |
Indicates the percentage of the GPU utilized for copying operations. |
Percent |
Compare the value of this measure across the users to identify which application is over-utilizing the GPU for copying operations. |
| Video_utilization |
Indicates the percentage of GPU utilized for performing video decoding process. |
Percent |
Compare the value of this measure across the users to identify which application is over-utilizing the GPU for video decoding. |
|