【发布时间】:2021-08-14 12:15:18
【问题描述】:
我在我的个人 MAC 上使用 Intel VTune 来分析 Linux 服务器上的远程应用程序。我按照https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-vtune/top/macos.html 上的说明进行操作。
配置分析时,在WHERE 窗格中,我选择了Remote Linux (SSH) 并指定SSH destination 和username@hostname。但我得到了Cannot communicate with the target username@hostname.
我已经配置了无密码连接,也就是说我可以通过命令ssh username@hostname直接连接到目标,无需密码。我不知道为什么它说我无法连接到远程目标。有什么建议么?谢谢。
编辑:我仍然没有解决这个问题...我注意到第二行“远程系统上的VTune Profiler安装目录”。 VTune 必须安装在远程服务器上吗?会不会是这个问题?
【问题讨论】:
标签: c++ profiling profiler intel-vtune