Subject: Re: UBC question
To: Wojciech Puchar <wojtek@chylonia.3miasto.net>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 06/18/2002 09:38:20
On Tue, Jun 18, 2002 at 08:29:50AM +0200, Wojciech Puchar wrote:
> is mmaped files (like binaries) and read'ed files qualified as same page
> type "File" counted in top?

files that are mapped with PROT_EXEC are counted as "Exec" by top,
files that are not mapped with PROT_EXEC are counted as "File".

-Chuck