How to find metrics for compute instances within Azure Machine Learning

Nathanael Santschi 136 Reputation points
2024-08-06T14:46:05.27+00:00

I'm searching metrics like CPU Percentage or Memory for compute instances in Azure Machine Learning. Can I get them somewhere like for a normal Azure VM?
I'm confused about the metrics directly within the Azure Machine Learning Workspace like CpuUtilization on the Metric Namespace: Machine Learning Service. They don't seem to have a relation to the compute instances because when I have a high usage on a compute instance it doesn't shows anything in this metric.
so 2 main questions:

  1. Where can I find metrics for compute instances running within Azure ML
  2. To what exactly are those metrics within Azure machine learning service referring to?
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,514 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,188 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Muhammad Ibraheem Ishtiaq 155 Reputation points
    2024-08-06T16:20:41.49+00:00
    1. Go to Azure Portal > Azure Monitor > Metrics.
    2. Select "Virtual Machine" and choose your compute instance to view CPU and memory metrics.
    3. Go to Azure Monitor > Logs.
    4. Query performance data using KQL in the Perf table.
      Machine Learning Service Metrics: These often refer to the Azure ML service infrastructure, not individual compute instances. Use Azure Monitor for instance-level metrics.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.