Quantcast
Viewing all articles
Browse latest Browse all 1853

Preparing a Target Linux* System for Remote Analysis

When using the VTune Amplifier to collect data remotely on a target Linux* system, make sure to:

  1. Install the VTune Amplifier collector on the target system.

  2. Set up SSH access to the target system.

Installing the VTune Amplifier Collectors on the Target Device

To install the VTune Amplifier collectors on a regular Linux target system (applicable to the VTune Amplifier XE):

  1. Download and extract the Linux installation package to a writeable directory.

  2. Copy the CLI_install folder from the top level in the extracted product install package to the remote machine.

  3. On the target system, run the ./install.sh script file located in the CLI_install folder. No activation is required.

To install the VTune Amplifier collectors on an embedded or regular Linux system (applicable to the Intel VTune Amplifier for Systems):

Note

Remote analysis on Linux* embedded systems is supported by the Intel® VTune™ Amplifier for Systems, part of the Intel® System Studio.

  1. Download and extract the Linux installation package.

  2. Copy the required target package archive, located at <install_dir>\target\linux32[64], to the target device using ftp, sftp or scp. The following target packages are available:

    • linux32\vtune_amplifier_target_sep_x86.tgz - provides hardware event-based sampling collector only (SEP) for x86 systems

    • linux32\vtune_amplifier_target_x86.tgz - provides all VTune Amplifier collectors for x86 systems

    • linux64\vtune_amplifier_target_sep_x86_64.tgz - provides hardware event-based sampling collector only (SEP) for 64-bit systems

    • linux64\vtune_amplifier_target_x86_64.tgz - provides all VTune Amplifier collectors for 64-bit systems

    Note

    • Use both *_x86 and *_x86_64 packages if you plan to run and analyze 32-bit processes on 64-bit systems.

    • Remote collectors are also available in the <Intel_System_studio_install_dir>\Targets\ system_studio_target.tgz.

  3. On the target device, unpack the product package to the /opt/intel directory:

    target> tar -zxvf <target_package>.tgz

    VTune Amplifier target package is located in the newly created directory /opt/intel/vtune_amplifier_<version>_for_systems.<package_num>.

When collecting data remotely, the VTune Amplifier looks for the collectors on the target device in its default location: /opt/intel/vtune_amplifier_<version>_for_systems.<package_num>. It also temporary stores performance results on the target system in the /tmp directory. If you installed the target package to a different location and need to specify another temporary directory, make sure to configure your target properties in the Analysis Target tab as follows:

  • Use the VTune Amplifier installation directory on the remote system option to specify the path to the VTune Amplifier on the remote system. If default location is used, the path is provided automatically.

  • Use the Temporary directory on the remote system option to specify a non-default temporary directory.

Alternatively, use the -target-install-dir and -target-tmp-diramplxe-cl options from command line.


Viewing all articles
Browse latest Browse all 1853

Trending Articles