Performance counters

Source: Internet
Author: User
Tags server memory
Performance counters

CPU:
1. System: % Total processor time average CPU usage (you can alsoProgramFor example, sqlserver process % processor time)
2. System: % processor queue length number of threads waiting for processing by the processor (the normal range is 1 ~ 3 times)
3. Processor: % USER time occupied by non-kernel-level applications (such as sqlserver or anti-virus software)
4. Processor: % interrupts/sec processor interruptions per second (sustained over 1000 indicates a problem, which may be caused by poor driver, hardware overuse, or hardware inventory problems)

Disk (physical disk ):
Queue Length counter
1.% avg. Disk queue length trace the number of requests waiting for the disk and the number of requests obtaining the service in the queue during the sampling period
2.% current disk queue length: Number of requests waiting for and obtaining services
Throughput counter
3.% disk Bytes/sec is an important indicator of Disk Throughput.
4.% disk read Bytes/sec
5.% disk write Bytes/sec
Utilization counter
6.% disk Time
7.% disk read time and % disk write time percentage of time the disk drive was used to process read/write requests
8.% idle time percentage of time when the disk system does not process requests and no requests in the queue
9. Disk transfers/sec disk reads/sec disk writes/sec
Page counters
10. SQL SERVER: Buffer Manager: cache hit ratio
11. SQL SERVER: Buffer Manager: Page life expectancy
12. SQL SERVER: Buffer Manager: Checkpoint pages/sec
13. SQL SERVER: Buffer Manager: lazy writes/sec
14. Memory: page/sec
15. Memory: Page reads/sec page writes/sec
Others
16.% avg. Disk SEC/Transfer Report data transmission speed (in seconds), measure the average time of each transmission (all round-trip time)
17.% avg. Disk SEC/read % avg. Disk SEC/Write report speed of data reading/writing from disk (in seconds)
18.% avg. Disk time report the percentage of time the selected disk drive was used to process read and write requests
19.% avg. Disk Bytes/transfer measure input/output operations (avg. Disk Bytes/read avg. Disk Bytes/write)
(Disk bottleneck: High Disk activity, persistent disk queue length, and a large number of page exchanges)

Memory:
1. How much memory is available for available Mbytes (the zeroed \ free \ standby space in the memory list is added together)
2. Pages/sec must be read from the disk or written to the disk to free up space for other pages.
3. Process: % working set the amount of submitted memory allocated to the corresponding process. It may include the shared memory and private content currently in the physical memory.
4. SQL SERVER: Buffer Manager: cache hit ratio cache hit rate
5. SQL SERVER: Buffer Manager: Total pages total pages of the cache pool
6. SQL Server: Buffer Manager: Total server memory (Kb) indicates the memory used by the SQL server. Target Server Memory (Kb) indicates the memory required for efficient running of SQL Server, it is based on the number of buffer regions reserved by sqlserver.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.