Re: How do i get process information in Windows using core java
Posted By:
Robert_Lybarger
Posted On:
Thursday, April 6, 2006 08:43 PM
as answered... java provides no mechanisms for such things. you would need to hook into native code. how such native windows code goes about determining this info is beyond me (and strictly the scope of this forum). how you connect to the native code would be a JNI forum question.
Re: How do i get process information in Windows using core java
Posted By:
ankush_purwar
Posted On:
Tuesday, March 7, 2006 01:40 PM
Using core java you can't get cpu utilization and memory utilization etc.
But you can get memory occupied by your JVM process.