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

Basics of Performance Analysis on Linux OS...........

k_g_v_s_prasad
Beginner
862 Views
Hello,
I was asked to do performance analysis of a java application which is running on linux os. Basically I am familier with Windows. I am new to Linux. So I want to know basics of performance analysis on linux OS. Can any body tell me where can I get the desired information..?
Regards,
Prasad.
0 Kudos
3 Replies
Daniel_B_Intel2
Employee
862 Views
Hi Prasad,

welcome back to forum :-)

well, the sources are as usual: manual, forum and technical support.
Generally there are 2 VTune products that support Linux collection.
On Windows, VTune 7.0 supports remote collection i.e. with linux remote agents installed on remote Linux box. (both sampling and call graph)

There is also Linux native product with command line interface. The last version is 1.1.

You can learn more about collection on Linux from forum
VTune Performance Analyzer for Linux applications

i am not sure that the current versions of VTune 7.0 and 1.1 fully support the java collection. but please reference the release notes and manual to be sure.

-Daniel

Message Edited by intel.software.network.support on 12-09-2005 01:43 PM

0 Kudos
k_g_v_s_prasad
Beginner
862 Views
Hi Daniel,
Thanks for the information. Could u please clarify one thing that is what does "remote collection" mean..? Does it collects performance counter data from the remote machine...?
Regards,
Prasad.
0 Kudos
Daniel_B_Intel2
Employee
862 Views
Prasad,

you are right,the collection is done in the remote LInux machine. There you have to install only remote agents.

You create activities, control the flow of the collection, and analyze the results on your local Windows based machine, where VTune 7.0 is installed

Daniel
0 Kudos
Reply