docs/reference/metricbeat/metricbeat-metricset-mssql-performance.md
% This file is generated! See metricbeat/scripts/mage/docs_collector.go
performance Metricset fetches information from what’s commonly known as Performance Counters in MSSQL.
We fetch the following data:
This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{
"@timestamp": "2017-10-12T08:05:34.853Z",
"event": {
"dataset": "mssql.performance",
"duration": 115000,
"module": "mssql"
},
"metricset": {
"name": "performance",
"period": 10000
},
"mssql": {
"performance": {
"active_temp_tables": 0,
"batch_requests_per_sec": 7453,
"buffer": {
"cache_hit": {
"pct": 0.55
},
"checkpoint_pages_per_sec": 124,
"database_pages": 2191,
"page_life_expectancy": {
"sec": 2721
},
"target_pages": 1589248
},
"compilations_per_sec": 2503,
"connections_reset_per_sec": 61,
"lock_waits_per_sec": 4,
"logins_per_sec": 2448,
"logouts_per_sec": 2446,
"page_splits_per_sec": 15,
"recompilations_per_sec": 0,
"transactions": 0,
"user_connections": 2
}
},
"service": {
"address": "172.23.0.2:1433",
"type": "mssql"
}
}