quinta-feira, 20 de agosto de 2009

View de Gerenciamento Dinâmico sys.dm_os_ring_buffers

A View sys.dm_os_ring_buffers é uma DMV (Dynamic Management Views) muito boa para colher informações sobre a "saúde" do seu servidor.

Apesar de ser um pouco chato a extração de informações do campo Record (xml), vale a pena estar sempre de olho nas informações que esta view traz.

As informações são divididas por tipos (ring_buffer_type):


RING_BUFFER_RESOURCE_MONITOR – memory state changes due to various types of memory pressure

RING_BUFFER_MEMORY_BROKER – notification to components by memory broker advising them to grow, shrink or stay stable

RING_BUFFER_SINGLE_PAGE_ALLOCATOR – when the Buffer Pool single page allocator turns on/off internal memory pressure

RING_BUFFER_OOM – out-of-memory conditions

RING_BUFFER_BUFFER_POOL – severe buffer pool failures, including
buffer pool out-of-memory conditions

RING_BUFFER_SCHEDULER – scheduler operations

RING_BUFFER_SCHEDULER_MONITOR – scheduler health

RING_BUFFER_EXCEPTION – list of exceptions

RING_BUFFER_CLRAPPDOMAIN – state of AppDomains loaded in the system

RING_BUFFER_SECURITY_ERROR – (new in SQL Server 2005 SP2) Windows
API failure information


No post anterior tem um exemplo de como utilizar esta View para verificar o processamento do servidor.

Nenhum comentário:

Postar um comentário