JVM Memory used on AIX

Hello,

i need just a Unix command line (AIX 6) that gives me the memory/CPU used by a WebSphere JVM from it's PID such as ps -ef | grep 'jvm name'.

I know jstat -gc PID but it didn't work
Could you help me please

Thanks

Christian

Try

ps v <PID>