Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4825 Discussions

Need help for File Extensions

Nagabhusan_N__Intel_
218 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
219 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.

Corey_A_Intel
Employee
219 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.
Reply