Name

vm.pagefault — Records that a page fault occurred.

Synopsis

vm.pagefault 

Values

write_access

Indicates whether this was a write or read access; 1 indicates a write, while 0 indicates a read.

address

The address of the faulting memory access; i.e. the address that caused the page fault.

Context

The process which triggered the fault