Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4998 Discussions

Need help for File Extensions

Nagabhusan_N__Intel_
297 Views
This is a Query of my ISV Venqcorp.

I download VTune Performance Analyzer For windows and installed on the system. I want to analyze my web application which is developed on J2EE platform. We deploy its .war file on the web application server like tomcat/jboss and etc.

But, I want to analyze this application using VTune Performance Analyzer, I am trying as shown in the attached video(performanceanalyser.swf). But still not getting what i want to do? I contacted to support and forum but there I am getting responses like, only .jar/.class files are used to analyze with this Analyzer.

What should I do to achieve this please inform me?, as soon as possible.


Appreciate an early response

Regards

Nagabhushan
0 Kudos
2 Replies
Ravi_V_Intel
Employee
298 Views

For your issue, it seems best to create an Intel Premier Issue so that you can provide more detailed information about your ISV Code (which I am guessing may be confidential). Please also check out a survey article from http://software.intel.com/file/8635in the meanwhile.

0 Kudos
Corey_A_Intel
Employee
298 Views

Web component (*.war) is called for execution from Web-browser, so, perhaps you can create script file like an *.cmd with the following content:

set JAVA_TOOL_OPTIONS=-agentlib:javaperf (for java > 1.4.x; or Xrunjavaperf for java <= 1.4.x)
"C:Program FilesInternet Exploreriexplore.exe" http:///user_application

And then profile this script in Sampling (Sampling wizard contains such option profiling Java script file).
Hope it will help.
0 Kudos
Reply