| Uptime | Uptime of this component | s |
| Version | SQL Server version | |
| Availability | SQL Server availability, normal/abnormal/unmonitored | |
| CPU Usage | Process CPU usage | % |
| Memory Used | Process memory usage | Bytes |
| Memory Usage | Process memory usage / host total memory | % |
| Disk Throughput (Read) | Process disk read throughput per second | Bytes/s |
| Disk Throughput (Write) | Process disk write throughput per second | Bytes/s |
| Traffic (Send) | Bytes sent per second by SQL Server | Bytes/s |
| Traffic (Receive) | Bytes received per second by SQL Server | Bytes/s |
| Throughput (QPS) | Number of SQL executions per second (CRUD operations) | Count/s |
| Throughput (TPS) | Number of transactions per second (commit+rollback) | Count/s |
| Connection Ratio | Connections / max connections | % |
| User Connections | Number of user connections to database | Count |
| Connection Reset Count | Number of connections reset per second | Count/s |
| Cache Hit Rate | Database cache hit rate | % |
| Full Table Scan Count | Number of full table scans per second | Count/s |
| Transaction Log Used | Size of used transaction log | Bytes |
| Transaction Log Total | Total size of transaction log | Bytes |
| Database Size | Database size | Bytes |
| SQL Compilation Count | Number of SQL compilations per second | Count/s |
| SQL Recompilation Count | Number of SQL recompilations per second | Count/s |
| Lock Request Count | Average lock requests per second | Count/s |
| Deadlock Count | Average deadlocks per second | Count/s |
| Lock Wait Count | Average lock waits per second | Count/s |