GPU Monitoring using Azure Monitor

Upendar 1 Reputation point
2022-04-05T20:08:38.417+00:00

I am working on creating a Dashboard to collect GPU metrics using Azure log analytics.

I followed the below steps from the link to create it.
https://techcommunity.microsoft.com/t5/azure-global/gpu-monitoring-using-azure-monitor/ba-p/3107511

After installing the DCGM and running the .py script on the server.
I configured the log analytics customer ID and log analytics shared key as required.

When I tried to run the Query in Azure, I don't see any table with MYGPUMonitor_CL and GPU fields.

Can you please assist, how to create a table for GPU Monitor?

Thanks,
Upendar

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,037 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,556 Reputation points
    2022-04-11T18:53:57.29+00:00

    @Upendar Welcome to Microsoft Q & A Community Forum. I understand that you are trying to retrieve GPU metrics for your virtual machine. From the information provided, I assume these metrics are collected using HTTP Data Collector API. When you execute the python script, you will be prompted to enter parameters. One among them is "name_log_event". If you have provided any value to this parameter (name_log_event), try searching the records within the table name you specified and appended with _CL. If not, the table should be created with default value "MyGPUMonitor_CL".

    References :

    0 comments No comments