So i opened up perfom and I see 3 lines. Memory, physical disc, processor. I get an explanation for the memory and I see this:
"Pages/sec is the rate at which pages are read from or written to disk to resolve hard page faults. This counter is a primary indicator of the kinds of faults that cause system-wide delays. It is the sum of Memory\\Pages Input/sec and Memory\\Pages Output/sec. It is counted in numbers of pages, so it can be compared to other counts of pages, such as Memory\\Page Faults/sec, without conversion. It includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) non-cached mapped memory files."
Ok, so I can code in C++ and I know all about transistors, pointers, etc but I have no idea what a page is. Anyone want to help clarify this for me?
"Pages/sec is the rate at which pages are read from or written to disk to resolve hard page faults. This counter is a primary indicator of the kinds of faults that cause system-wide delays. It is the sum of Memory\\Pages Input/sec and Memory\\Pages Output/sec. It is counted in numbers of pages, so it can be compared to other counts of pages, such as Memory\\Page Faults/sec, without conversion. It includes pages retrieved to satisfy faults in the file system cache (usually requested by applications) non-cached mapped memory files."
Ok, so I can code in C++ and I know all about transistors, pointers, etc but I have no idea what a page is. Anyone want to help clarify this for me?