2014-08-29 4 views
0

Pouvez-vous m'aider à configurer JProfiler avec le mode d'accès distant websphere 8?Jprofiler et websphere 8

Quelles sont les étapes à suivre pour effectuer cette configuration.

Websphere fonctionne sur AIX 64 bits

merci

Répondre

0

En général, vous pouvez profiler une machine virtuelle Java avec JProfiler en ajoutant un paramètre spécial VM à l'invocation de la machine virtuelle Java.

Invoke

Session-> Intégration Wizards-> Nouvelle intégration à distance

dans le menu principal de JProfiler et suivez les étapes de l'assistant pour obtenir le paramètre VM pour votre plate-forme et machine virtuelle Java.

+0

Ma question est de savoir comment configurer la machine distante: J'ai ajouté un paramètre JVM via la console d'administration whebsphere (Serveurs d'applications> server1> Définition de processus> Java Virtual Machine ), le profil ne démarrent pas. Le paramètre est: -agentpath: /home/mobigim/jprofiler8/bin/aix-ppc64/libjprofilerti.so=port=11002 – user1679762

+0

Il ne démarre pas car il attend une connexion de l'interface graphique de JProfiler. Voir la sortie native stderr du serveur Websphere. Pour éviter cela, ajoutez ', nowait' au paramètre -agentpath. –

0
1) EN JPROFILER 

An application a remote computer -> On a Remote Computer -> Linux x86 /amd64 -> 

jvm vendor -> oracle 
version -> 1.7.0 
mode -> hotspot 

64 bit jvm check. 

wait for a connection from the profiler gui. 

specify the remote address -> 

remote installation directory -> /opt/xxxx/jprofiler 

default port: 8849. 

start. 

2) Previously you should copy the zip that the wizard gave u on that folder. 

/opt/xxxx/jprofiler 

3) At web sphere: 

https://xx.xx.xx.xx:9043/ibm/console 

Server -> Server type -> Webspher application servers -> Server1 -> Java and Process Management -> Process Definition -> Java Virtual Machine - > Generic Java Arguments 

Add this line: 

-Xshareclasses:none -agentpath:/opt/xxxx/jprofiler/bin/linux-x64/libjprofilerti.so=port=8849 
Questions connexes