ProcessMemory plugin help


Can return the following information regarding the memory usage of a running process:
Physical
Peak Physical
Page
Peak Page

Parameter explanation:
Besides 'update' and 'dedicated', it currently uses only one property: 'processname'.
'processname' must be the name of a process as it appears in the Windows Task Manager. The value is case sensitive. Example: 'CM2Alpha.exe' will work, 'cm2alpha.exe' won't.

Function usage:
All functions report back to you in KB. I will attempt to add a formatting (for percentages and such) property after I get a few problems ironed out on my machine.

Notes:
Warning... This plugin has a huge memory leak! I may fix it when I figure out how. The Performance Monitor plugin will be able to do what this one does, so I may just trash this one.