target-system
Collect data on a remote machine using
SSH/ADB connection.
Syntax
-target-system=
<string>
Arguments
- <string>
- Target system for remote collection. Supported values are:
- ssh:- for Linux* systems, where you specify a user name, network name of the remote system accessed via SSH (usually IP address), and a port to connect (if required).username@hostname[:port]
- android:- for Android* systems, wheredeviceNameis the name of an Android device connected via ADB.deviceName
Actions Modified
Description
Intel®
)
installed on the host system (remote usage mode). Use the
VTune
enables you to analyze applications running on a remote Linux system or Android
device ( Profiler
target system
) using the
VTune
command line interface ( Profiler
vtune
target-system
option to specify your target system and
enable remote data collection.
For details, see
Linux* System Setup
for Remote Analysis and
Android* System
Setup.
Example
This command runs Hotspots analysis in the hardware
event-based mode for the application on a Linux embedded system:
host>./vtune --target-system=ssh:user1@172.16.254.1 –collect hotspots -knob collection-type:hw-events -- /target-system-path/app
This command runs Hotspots analysis in the user-mode
sampling mode for the application on an Android system:
host>./vtune –-collect hotspots –-target-system=android -r quadrant_r@@@ --target-process com.intel.fluid
This command runs Hotspots analysis in the hardware
event-based mode for the application on an Android system:
host>./vtune --collect hotspots -knob collection-type:hw-events --target-system=android -r quadrant_r000 --target-process com.intel.fluid