Link to home
Start Free TrialLog in
Avatar of raj17
raj17

asked on

How do i find the memory used by jvm loaded using c++ process

I have loaded the jvm from c++ and starting the java using JNI.
I want to check what is the memory usage of the jvm after the process is started.
please specify a tool with example(Unix) which i can use.
Avatar of Amol
Amol
Flag of India image

which unix OS? for solaris use "prstat -a".
Avatar of raj17
raj17

ASKER

Am not running any jar file using java command, there is no separate process id  to find the statistics about. jvm has been initialized from C++
ASKER CERTIFIED SOLUTION
Avatar of Frank Contrepois
Frank Contrepois
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dirk Haest
This question has been classified as abandoned and is being closed as part of the Cleanup Program. See my comment at the end of the question for more details.