To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
hi i downloaded the profiler but not able to perform the remote profiling..i am running a simple java application in the same machine and try to profile it as a remote profiling.wht should i do
I downloaded the profiler. Able to install it. I am unable to run remote proiling. I am using Jboss server on the same machine where I am running eclipse IDE.
Here is what I am doing
– in jboss run.bat added the following entries before “echo off”
set JAVA_OPTS=%JAVA_OPTS% -XrunProfilerDLL:1 -Xbootclasspath/a:jakarta-regexp.jar;profiler_trace.jar;commons-lang.jar -D__PROFILER_PACKAGE_FILTER=__A__org.jboss.Main;__M__sun.;__M__com.sun.;__M__java.;__M__javax. -D__PROFILER_TIMING_METHOD=1
– copied the commons-lang.jar jakarta-regexp.jar profiler_trace.jar to bin directory of JBoss
– created remote launch configuration and set host address as needed
– started the jboss server through eclipse server navigator window.
– switched to profiler perspective.
– run the remote profiler
– run ( remote profiler ).
it just show it comming up but never show any profile data.
am I missing something .. ur help appreciated
Thnx Birch, you were right!
Make sure you select a thread window. It usually has ‘main’, and any other threads your app starts. This window is usually right at the top of the perspective.
Birch