Getting Total Faults Of a Process Using java

Hi All, I want to get all Page Faults of a particular process at any given instance of time(When i run the application).i am able to get Page Faults/sec but not total since the beginning of process.do anybody have an idea how to do this.?Regards:Akash
[279 byte] By [Akash5495a] at [2007-11-26 20:52:10]
# 1
-- This would be system-dependent. What operating system are you running on?-- Do you want to get this info from inside Java or externally, via separate command or wrapper program?
Hotlicksa at 2007-7-10 2:17:26 > top of Java-index,Java HotSpot Virtual Machine,Specifications...