Solaris 8 paging


Tuesday, March 04, 2003
Questions to answer about memory
==============================
1. how fast is memory?

2. how constrained is memory in a given system?

3. how much memory does a specific process consume?


Good URLS:
http://www.oreilly.com/catalog/spt2/chapter/ch04.html


DEFINITIONS FOR MEMORY ALLOCATION
================================


'Kbytes' is the total memory size of the process or file.
'Resident' is that portion currently occupying physical memory.
'Shared' is resident memory capable of being shared.
'Private' is resident memory unique to this process or file.
Resident = Shared + Private