我们正在将我们的应用程序从solaris移植到linux。在linux应用程序中,很少有工作流比solaris应用程序占用更多时间。我已经使用solaris studio profiler在函数级别进行了分析,它给出了每个函数所消耗的时间。但是在linux中,我探索了perf工具,我找不到如何将perf附加到正在运行的应用程序,也没有找到任何命令
我正在使用ipsecconf命令,通过使用ipsecconf -a,我们可以将IPsec策略添加到系统中,这是由linux中的file.now I want entry命令中的每个条目指定的。例如,solaris中的ipsecconf:$ ipsecconf -l (Listing of the internal system policy table)
#INDEX
我正在尝试将一些代码从Solaris盒移植到Linux (特别是Redhat)框中。编译的代码没有问题,在Solaris框上运行时没有问题。但是,在Linux上重新编译时,我遇到了tcl.h的问题-编译器告诉我error: tcl.h: No such file or directory用于多个#include "tcl.h"文件。或者是Solaris需要的文件之一,但不需要包括Linux?或者,