- 授权协议: CDDL
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/dtrace4linux/linux
软件介绍
是 Sun DTrace 的一个用户端口和 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)
Learn Python the Hard Way
Zed A. Shaw / Addison-Wesley Professional / 2013-10-11 / USD 39.99
Master Python and become a programmer-even if you never thought you could! This breakthrough book and CD can help practically anyone get started in programming. It's called "The Hard Way," but it's re......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!
