Intel® VTune™ Amplifier

Problem: VTune Amplifier is Slow on X-Servers with SSH Connection

Intel® VTune™ Amplifier GUI may respond slowly when you run a remote Linux* collection using an X11-forwarding/X-server.

Cause

The GUI response may be slow if you use an X-server (for example, Xming*) with SSH on Windows to run the VTune Amplifier GUI on a connected Linux machine and the X-server is slow.

Solution

Option 1: Enable Traffic Compression

Compression may help if you are forwarding X sessions on a dial-up or slow network. Turn on the compression with ssh -C or specify Compression yes in your configuration file.

SSH obtains configuration data in the following order:

Note

You can explore all available options with man ssh_config.

Option 2: Change Your Encryption Cipher

The default cipher on many systems is triple DES (3DES), which is slower than Blowfish and AES. New versions of OpenSSH default to Blowfish. You can change the cipher to Blowfish with ssh -c blowfish.

Change your configuration file with the Cipher option depending on whether you are connecting with SSH1 or SSH2:

You may also follow recommendations provided in the documentation to an X-server you are using.

See Also