Buffer cache-hit ratio for SQL Server on Azure VM fetching

MS Techie 2,751 Reputation points
2021-08-19T10:49:16.703+00:00

I have SQL installed on Azure VM , which is connected to Log Analytics workspace, for logging/monitoring.

Using Azure Monitor , We want to raise alerts based on the buffer cache hit ratio of SQL Server on Azure VM.

Can you please help with same query for the same

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,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. David Browne - msft 3,851 Reputation points
    2021-09-02T13:29:33.563+00:00

    You can capture any performance counters you want with Azure Monitor. See

    Collect Windows and Linux performance data sources with Log Analytics agent

    But the generally recommendation is to watch Page Life Expectancy instead of (or in addition to) than Buffer Cache Hit Ratio.

    0 comments No comments

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.