インテル® VTune™ Amplifier 2018 ヘルプ

target-tmp-dir

Specify a path to the temporary directory on the remote system where performance results are temporarily stored.

GUI Equivalent

Analysis Target Setup > Advanced > Temporary directory on the remote system option (available for a remote collection only)

Syntax

-target-tmp-dir=<string>

Arguments

<string>

Path to a directory on the remote Linux system where performance results are temporarily stored.

Default

/tmp

Actions Modified

collect, collect-with

Description

VTune Amplifier supports command line analysis of applications running on a remote Linux system (target) using the following product components installed:

When the VTune Amplifier collects data remotely, performance data is temporarily saved to the default /tmp directory on the remote system. If, for some reason, you changed the default temporary directory, make sure to specify this path with the -target-tmp-dir option.

This command runs Advanced Hotspots analysis with stacks for a Linux application and specifies a non-default temporary location on the remote system:

host>./amplxe-cl --target-system=ssh:vtune@10.125.21.170 -target-tmp-dir=/home/tmp –collect advanced-hotspots -knob collection-detail=stack-sampling -- /home/samples/matrix

関連情報