Hi,
System Center Operations Manager (SCOM) is a powerful monitoring and management tool from Microsoft primarily designed for monitoring the health, performance, and availability of Windows-based systems and applications. While SCOM excels in monitoring various aspects of servers and applications, it may not have built-in capabilities to directly monitor GPU (Graphics Processing Unit) performance.
You can try to integrate third-party GPU monitoring tools and create custom scripts or PowerShell scripts to collect GPU metrics from your systems using the GPU monitoring tools. These scripts can be scheduled to run at regular intervals and collect data, which can then be forwarded to SCOM for centralized monitoring.
Utilize third-party GPU monitoring tools that are designed to collect and report GPU performance metrics. Some popular GPU monitoring tools include NVIDIA System Management Interface (nvidia-smi) for NVIDIA GPUs and AMD Radeon Software for AMD GPUs. These tools provide command-line interfaces for accessing GPU-related information.