The peak total memory usage? How much of the RAM is actually being actively used

memory management

Is there an app or utility in Windows that shows me the peak value of in-use memory (i.e., the total of the shareable and private memory of processes, drivers and the operating system) (not standby nor free)?

I've got lots of memory and I'm installing an in-memory file cache, called "eBoostr", and would like an idea how much memory to allocate for it and still avoid deteriorating page faults.

Essentially, I want the answer to the question, "How much of my RAM is actually being actively used?"

W

Best Answer

Sysinternals Proccess Explorer will give you a huge amount of control and data about your system.

link text

Related Question