| Published: | March 2016 | Name: | SQL Server 2016 Standard |
|---|---|---|---|
| Applies To: | SQL Server 2016 | Language: | English |
| Highlight: | MS SQL Server2016,MS SQL Server Online Liscense Ke |
||
Counter
Create a new performance monitoring log on the server, take the required counters, set the scheduled task to start or create a SQL JOB to execute the command regularly: logman start counter name
Add counters
| counter | description |
| Memory: Available Bytes | The number of bytes of memory available |
| Memory: Page Faults / sec | Processor hard/soft page error handling rate |
| Process: Working Set | The amount of memory consumed by the process |
| Memory / Pages/sec | The number of pages read and written to disk per second |
| Physical Disk: Avg.Disk Queue Length | The average number of read and write requests (disks queued in the instance interval). |
| Physical Disk: Reads/sec | Rate of disk read operations per second |
| Physical Disk: Writes/sec | The rate of disk write operations per second |
| Processor: % Privileged Time | The percentage of time the processor spends executing kernel commands |
| Process: % Processor Time | Percentage of processor time (active) |
| Processor: %User Time | The percentage of user processes performed by the processor |
| SQL Server: Access Methods: Full Scans/sec | Number of full scans per second |
| SQL Server: Access Methods: Page splits/sec | Number of page splits per second |
| SQL Server: Buffer Manager: Buffer Cache Hit Ratio | Buffer cache hit ratio |
| SQL Server: Buffer Manager: Lazy Writes/sec | The number of write buffers per second for the lazy write process |
| SQLServer: Cache Manager: Cache Hit Ratio | The ratio of time it takes for the requested data to be found in the SQL cache |
| SQL Server: Latches: Latch Waits/sec | The number of latch waits per second |
| SQL Server: Locks: Average Wait Time | Average wait time (ms) per lock request that results in a wait |
| SQLServer: Locks: Lock Requests/sec | The number of locks requested per second |
| SQLServer: Locks: Lock Wait Time (ms) | SQL locks wait every second |
| SQL Server: Memory Manager: Total Server Memory | The server allocates the total amount of SQL memory available |
| SQLServer: General Statistics/User Connections | Number of SQL Server user connections |
| SQLServer: SQL Statistics/SQL Re-Compilations | SQL recompilations per second |