Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help
Intel® VTune™ Amplifier for Systems allows you to collect performance data remotely on a FreeBSD* target system.
Remote analysis on FreeBSD* systems is supported in the Intel® VTune™ Amplifier for Systems, part of the Intel® System Studio.
Intel® VTune™ Amplifier includes a target package for collecting event-based sampling data on a FreeBSD* target system either via the remote collection capability or by collecting the results locally on the FreeBSD system and copying them to a Linux*, Windows*, or macOS* host system. The collected data is then displayed on a host system that supports the graphical interface.
You need a FreeBSD license for Intel® System Studio to use VTune Amplifier with a FreeBSD target system.
Install VTune Amplifier on your Linux, Windows, or macOS host. Refer to the Installation Guide for your host system for detailed instructions.
Install the appropriate sampling drivers on the FreeBSD target system.
Collect performance data using one of the following methods. For more information about each of these methods, see Remote Analysis Workflow for Linux Systems.
Remote analysis from the host system using the VTune Amplifier command line or GUI.
Native analysis on the target system using the VTune Amplifier command line.
Native analysis on the target system using the sampling enabling product (SEP) collectors.
Review the results on the host system.
Use the following steps to configure your FreeBSD target system for event-based sampling analysis. Root privileges are required on the target system to install the VTune Amplifier drivers.
Copy the vtune_amplifier_<version>_for_systems_freebsd.tar.gz file to the target system using ftp, sftp, or scp.
Extract the archive to the /opt/intel directory on the target system.
Navigate to the following location: /opt/intel/sepdk/modules
Run the following commands to build the appropriate drivers:
> make
> make install
Run the following command to install the drivers:
> kldload sep pax
Allow non-root users to run an event-based sampling analysis by running the following commands after installing the drivers:
> chgrp -R <user_group> /dev/pax
> chgrp -R <user_group> /dev/sep
Run the following command to unload the sampling drivers:
> kldunload sep pax