Skip to main content

MS SQL Server

Plugin: windows.plugin Module: PerflibMSSQL

Overview

This collector monitors Microsoft SQL Server statistics.

It queries different SQL objects per instance from Perflib in order to gather the metrics.

This collector is only supported on the following platforms:

  • windows

This collector only supports collecting metrics from a single instance of this integration.

Default Behavior

Auto-Detection

The collector automatically detects all of the metrics, no further configuration is required.

Limits

The default configuration for this integration does not impose any limits on data collection.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Metrics

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Per MSSQL instance

These metrics refer to the Microsoft SQL Servers instances defined on host.

Labels:

LabelDescription
mssql_instanceThe instance name.

Metrics:

MetricDimensionsUnit
mssql.instance_user_connectionsuserconnections
mssql.instance_sqlstats_batch_requestsbatchrequests/s
mssql.instance_sql_errorserrorserrors/s
mssql.instance_sqlstats_sql_compilationscompilationscompilations/s
mssql.instance_sqlstats_sql_recompilationsrecompilesrecompiles/s
mssql.instance_sqlstats_auto_parameterization_attemptsfailedattempts/s
mssql.instance_sqlstats_safe_auto_parameterization_attemptssafeattempts/s
mssql.instance_accessmethods_page_splitspagesplits/s
mssql.instance_cache_hit_ratiohit_ratiopercentage
mssql.instance_bufman_iopsread, writtenpages/s
mssql.instance_bufman_checkpoint_pageslogpages/s
mssql.instance_bufman_page_life_expectancylife_expectancyseconds
mssql.instance_memmgr_server_memorymemorybytes
mssql.instance_memmgr_connection_memory_bytesmemorybytes
mssql.instance_memmgr_pending_memory_grantspendingprocesses
mssql.instance_memmgr_external_benefit_of_memorybenefitbytes
mssql.instance_locks_deadlocksalloc_unit, application, database, extent, file, hobt, key, metadata, oib, object, page, rid, row_group, xactdeadlocks/s
mssql.instance_locks_lock_waitalloc_unit, application, database, extent, file, hobt, key, metadata, oib, object, page, rid, row_group, xactlocks/s
mssql.instance_blocked_processesblockedprocesses

Per Database

These metrics refer to Microsoft SQL Server databases.

Labels:

LabelDescription
mssql_instanceThe instance name.
databaseThe database name.

Metrics:

MetricDimensionsUnit
mssql.database_active_transactionsactivetransactions
mssql.database_transactionstransactionstransactions/s
mssql.database_write_transactionswritetransactions/s
mssql.database_backup_restore_operationsbackupoperations/s
mssql.database_log_flusheslogflushes/s
mssql.database_log_flushedflushedbytes/s

Alerts

There are no alerts configured by default for this integration.

Setup

Prerequisites

No action required.

Configuration

File

The configuration file name for this integration is netdata.conf. Configuration for this specific integration is located in the [plugin:windows] section within that file.

The file format is a modified INI syntax. The general structure is:

[section1]
option1 = some value
option2 = some other value

[section2]
option3 = some third value

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config netdata.conf

Options

NameDescriptionDefaultRequired
PerflibMSSQLAn option to enable or disable the data collection.yesno

Examples

There are no configuration examples.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.