Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What does “Page faults with physical i/o: 4897\ mean?

faults mean physical
0
Posted

What does “Page faults with physical i/o: 4897\ mean?

0

This question was asked on the squid-users mailing list, to which there were three excellent replies.

0

This question was asked on the squid-users mailing list, to which there were three excellent replies. by Jonathan Larmour You get a “page fault” when your OS tries to access something in memory which is actually swapped to disk. The term “page fault” while correct at the kernel and CPU level, is a bit deceptive to a user, as there’s no actual error – this is a normal feature of operation. Also, this doesn’t necessarily mean your squid is swapping by that much. Most operating systems also implement paging for executables, so that only sections of the executable which are actually used are read from disk into memory. Also, whenever squid needs more memory, the fact that the memory was allocated will show up in the page faults. However, if the number of faults is unusually high, and getting bigger, this could mean that squid is swapping. Another way to verify this is using a program called “vmstat” which is found on most UNIX platforms.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123