SQL Server Buffer Manager service

The SQL Server Buffer Manager service monitors how an SQL Server uses memory to store data pages, the physical Input/Output as SQL Server reads and writes database pages, and the buffer cache by using fast non-volatile storage such as solid-state drives (SSD).

Service TypeWMI
Instances on a Device15
Supported Systems/ApplicationsMicrosoft SQL Server
Device ClassServer - Generic, Workstation - Generic, Other, Printer, Scanner/Camera, Switch/Router, Laptop - Windows, Server - Windows, and Workstation - Windows
Monitored ByWindows agent
Scan Interval 15 minutes
SQL Server InstanceThe specific instance of the SQL Server database engine running on the target server.

 

Status DetailDescription
Buffer Cache Hit RatioThe percentage of pages found in the buffer cache without having to be read from a disk.
Page Reads Per SecondThe number of physical database page reads that are issued per second.
Page Writes Per SecondThe number of physical database page writes that are issued per second.
Page Life Expectancy (sec)The number of seconds that a page will stay in the buffer pool without references.
Lazy Writes Per SecondThe number of buffers written per second by the buffer manager's lazy writer. The lazy writer is a system process that flushes out batches of dirty, aged buffers -buffers that contain changes that must be written back to disk before the buffer can be reused for a different page - and makes them available to user processes. The lazy writer eliminates the need to perform frequent checkpoints in order to create available buffers.