是SunDTrace的一个用户端口和Linux的核心代码。在这个构建中没有触及到linux核心代码,但它创建了一个动态的可加载的内核模块。这避免了协议问题和允许人们按照他们的意愿加载和更新dtrace。
这个项目的目标是使DTrack对Linux平台可用,通过开放给所有人,他们可以用它来优化他们的系统和工具,而作为回报,我可以从他们的工作中受益。
安装:
$ tools/get-deps-arch.sh # if using ArchLinux$ tools/get-deps.pl # if using Ubuntu$ tools/get-deps-fedora.sh # RedHat/Fedora$ make all$ make install$ make load (need to be root or have sudo access)
评论