在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):dtrace4linux/linux开源软件地址(OpenSource Url):https://github.com/dtrace4linux/linux开源编程语言(OpenSource Language):C 93.7%开源软件介绍(OpenSource Introduction):Linux port of DTrace Dec 2015 Paul D. Fox [email protected] http://www.twitter.com/crispeditor http://www.crispeditor.co.uk Blog - latest news and stuff about the dtrace project: http://crtags.blogspot.com/ http://www.crispeditor.co.uk/blog/ Download dtrace tarballs for linux here: https://github.com/dtrace4linux/linux ftp://crispeditor.co.uk/pub/release/website/dtrace IntroductionThis is a port of the Sun DTrace user and kernel code to Linux. No linux kernel code is touched in this build, but what is produced is a dynamically loadable kernel module. This avoids licensing issues and allows people to load and update dtrace as they desire. The goal of this project is to make available DTrace for the Linux platforms. By making it available for everyone, they can use it to optimise their systems and tools, and in return, I get to benefit from their work. PayPalIf you want to make a donation for this software, feel free to do so. Nothing is asked of you - it is genuinely free software, but it can help guage interest and appreciation if you do. You can pay by visiting the link below and clicking on "Donate", or use this reference for donations: LicensingThe original DTrace is licensed under Sun's (now Oracle) CDDL license. Original copyrights are left intact. No GPL code is incorporated into the release, to avoid legal conflicts. Any mistakes or omissions in copyright attribution will be my mistake, so please let me know if there are such cases. The linux kernel was referred to in order to engineer the glue for dtrace behavior, and there is no intention of making this code fall under anything other than CDDL. (If Oracle migrate to a GPL friendly license, then this port of dtrace can follow). I do not own the license or assert any rights on the licensing other than that expected of me as a consumer/supplier. I have no political affiliation or preference for a licensing scheme, simply that Sun/Oracle has gracefully donated to the community a large body of work. I reserve the right to change the licensing model for my own code at a later date, when and if someone puts forward a case as to the correct license agreement. If the code is useful to you - great. Spread it around and get people to use, debug and enhance it. GIT Repositoryhttps://github.com/dtrace4linux/linux (Theres an older and orphaned github repository under Peter McCormicks name, please ignore this as it has not been updated in a long while and is no longer active). InstallationYou may need to grab some extra packages for building DTrace. Use either of the following to download extra packages. This list may be incomplete depending on the version of your kernel/distro.
If the libdwarf package installed on the system is too old it still compiles without any problem, but you will get runtime errors from the io.d and/or sched.d files due to undefined kernel structure definitions. If you get a undefined struct definition such as dtrace_cpu_t when running, please upgrade it. Tested successfully with version 20100214 (whereas 20080409 is to old). More detailsBuilding is done in a build/ directory. The makefiles allow you to compile for alternate kernel releases in the same tree, which is useful for cross-version checking. The result is:
Installing will copy them to Solaris compliant locations:
You dont need to 'install' to run dtrace, but you will need to load the driver. Kernel versioningdtrace relies on a kernel module and so a binary is needed per system you deploy to, or kernel version. dtrace is sensitive to the kernel - and attempts to cater for that, but very old, or very new kernels may not have been validated. Please feed back if that is the case. A kernel strack trace is expected when loading the module, due to currently unknown reasons (the current theory is that the kernel ftrace mechanism which probes dtrace as its loaded gets confused by what it sees). If you get a stack trace something like this in the logs when loading the module, this can safely be ignore (it appears to be no harm (unless you use system-tap and dtrace at the same time, then there could be a conflict):
No Linux Kernel source modifications requiredThis is important for a number of reasons -- unless dtrace is accepted into the kernel, it has to live with changes to header files and data structures. Also, from a licensing perspective it is not valid for dtrace to touch your sources. It is also much easier to not even require kernel sources - so long as a kernel build environment is available. INSTALLATIONRun
To build the userland (command and object file etc) and the
kernel module for different architectures, set the environment
variable This example is for building on a system with a 64-bit kernel, but with 32-bit userland:
DependenciesTo build dtrace for linux requires a number of tools - mostly the basic Unix development tools, plus you will need the kernel source/build tree. dtrace does not affect or touch your kernel sources, but it needs the normal header files for creating a loadable module. Examine the following scripts to help identify missing packages:
Internet scriptsMany scripts on the 'Net won't work since they tend to assume a Solaris kernel, but if you look at them and read them to learn, then they can mostly be adapted for Linux. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论