Linux 内核诊断工具 dtrace4linux

码农软件 · 软件分类 · 测试工具 · 2019-11-21 22:58:08

软件介绍

是 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)


本文地址:https://codercto.com/soft/d/19512.html

Learn Python the Hard Way

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》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具