profiling - Fail to profile remote java app using TPTP -


i trying profile cpu usage using tptp. application profile run on linux rh as5. installed , configured agent controller described here

i ran java application using command

java '-agentlib:jpibootloader=jpiagent:server=standalone,file=log.trcxml;cgprof' myapp 

the monitoring station all-in-one tptp version 4.6.2. followed stepes described here

on eclipse - on "profile configuration" choose new configuration "attach agent", set host remote linux machine myapp running, test connection succeed , when "agents" tab, see "pending...", background process "feching children host" running , can't find makes impossible profile.

any idea?

you have run agent controller on java application in server mode. command runs 'headless' , writes log file. website linked has list of various options server parameter.

java '-agentlib:jpibootloader=jpiagent:server=enabled;cgprof' myapp 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -