summaryrefslogtreecommitdiffstats
path: root/system_cmds/purge.tproj/purge.8
blob: 41093f9f1701688bce664bd27f4df388e2ef4eb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.Dd September 20, 2005
.Dt purge 8
.Sh NAME
.Nm purge
.Nd force disk cache to be purged (flushed and emptied)
.Sh SYNOPSIS
.Nm purge
.Sh DESCRIPTION
.Nm Purge
can be used to approximate initial boot conditions with a cold disk buffer cache for performance analysis. It does not affect anonymous memory that has been allocated through malloc, vm_allocate, etc.
.Pp
.Sh SEE ALSO
.Xr sync 8 , 
.Xr malloc 3