>Does anyone know exactly what the "faults" statistic is that you see
>if you inspect a process in the OSX Activity Monitor?
We could hope that the source is available at Apple's Darwin site...
> I assume this is counting page faults?
Hopefully they match some output from Apple's "vm_stat" command;
also see the 'vm_stat' man page.
Page faults happen for lots of reasons.
Tony Walton - 30 Nov 2004 20:28 GMT
User-Agent: Unison/1.5.2
> Page faults happen for lots of reasons.
One of which, I believe, is reading files. Files are faulted in (on
Solaris, at least; I'm assuming the same applies to Darwin).

Signature
Tony