| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Commited_bytes_in_use |
The committed bytes as a percentage of the Commit Limit. |
Percent |
Whenever this measure exceeds 80-90%, application requests to allocate memory in the virtual memory (page file). This ratio can be reduced by increasing the Physical memory or the Page file.
|
| Pool_nonpaged_failures |
The number of times allocations have failed from non paged pool |
Number |
Generally, a non-zero value indicates a shortage of physical memory.
|
| Pool_paged_failures |
The number of times allocations have failed from paged pool |
Number |
A non-zero value indicates a shortage of physical memory.
|
| Copy_read_hits |
The percentage of copy read calls satisfied by reads from the Cache out of all read calls |
Percent |
Any value over 80% is excellent.
|