Describe the value in the 're' column of vmstat(8) in terms of freebsd's vm

implementation.  The old description was left over from the 4.4 BSD Lite
import in 1994, and was a bit misleading (not all arches use simulated
reference bits, some implement reference tracking in hardware).
This commit is contained in:
Ian Lepore 2020-07-26 18:33:29 +00:00
parent 85d787b2fe
commit 336ab722d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363576

View file

@ -283,7 +283,7 @@ These are given in units per second.
.It flt
total number of page faults
.It re
page reclaims (simulating reference bits)
pages reactivated (found in laundry or inactive queues)
.\" .It at
.\" pages attached (found in free list)
.It pi