随笔分类 -  Dtrace

摘要:1.下载WINDOW DTRACE 工具 https://github.com/prash-wghats/DTrace-win32 2.系统参数修改 bcdedit/set testsigning onbcdedit/debug on HKEY_LOCAL_MACHINE\SYSTEM\Curren 阅读全文
posted @ 2017-03-25 15:32 zengkefu 阅读(303) 评论(0) 推荐(0)
摘要:http://googya.github.io/blog/categories/dtrace/ 最近看了点关于Dtrace的东西,它是个通用型的工具,但我主要集中于分析ruby程序的执行上面。关于操作系统的性能分析,比如cpu、内存、io、文件系统等,使用起来貌似挺复杂,木有细看。 这里简单的输出一 阅读全文
posted @ 2017-03-25 13:42 zengkefu 阅读(264) 评论(0) 推荐(0)
摘要:Usage: dtrace [-aACeFHlqSvVwZ] [-arch i386|x86_64] [-b bufsz] [-c cmd] [-D name[=def]] [-I path] [-L path] [-o output] [-p pid] [-s script] [-U name] 阅读全文
posted @ 2017-03-25 13:37 zengkefu 阅读(808) 评论(0) 推荐(0)
摘要:https://github.com/opendtrace 阅读全文
posted @ 2017-03-25 13:32 zengkefu 阅读(158) 评论(0) 推荐(0)
摘要:http://tmetsch.github.io/python-dtrace/ 阅读全文
posted @ 2017-03-25 13:30 zengkefu 阅读(225) 评论(0) 推荐(0)
摘要:https://github.com/prash-wghats/DTrace-win32 1. dtrace_loader.exe -l //to load dtrace drivers 2. C:\DTrace\bin\i386>dtrace -q -s xx.d -c ./test.exe 输出 阅读全文
posted @ 2017-03-14 21:58 zengkefu 阅读(514) 评论(0) 推荐(0)
摘要:http://www.ohsdba.cn/index.php?g=Home&m=Article&a=show&id=171 时间: 2016-10-09 00:40:04 | 作者: ohsdba | English 如非注明,本站文章皆为原创。欢迎转载,转载时请注明出处和作者信息。 DTrace( 阅读全文
posted @ 2017-01-26 15:55 zengkefu 阅读(2000) 评论(0) 推荐(0)
摘要:https://blogs.oracle.com/wim/entry/mysql_5_6_20_4?utm_source=tuicool&utm_medium=referral By WimCoekaerts-Oracle on Jul 31, 2014 The MySQL team just re 阅读全文
posted @ 2017-01-26 15:52 zengkefu 阅读(254) 评论(0) 推荐(0)
摘要:http://myaut.github.io/dtrace-stap-book/ 阅读全文
posted @ 2017-01-25 16:27 zengkefu 阅读(148) 评论(0) 推荐(0)
摘要:http://www.oracle.com/technetwork/java/index-156938.html 阅读全文
posted @ 2017-01-25 16:16 zengkefu 阅读(150) 评论(0) 推荐(0)
摘要:http://www.oracle.com/technetwork/server-storage/solaris/dtrace-cc-138561.html 阅读全文
posted @ 2017-01-25 16:11 zengkefu 阅读(191) 评论(0) 推荐(0)
摘要:http://docs.oracle.com/cd/E19253-01/817-6223/ 阅读全文
posted @ 2017-01-25 15:57 zengkefu 阅读(131) 评论(0) 推荐(0)
摘要:https://github.com/opendtrace/ 阅读全文
posted @ 2017-01-25 15:47 zengkefu 阅读(276) 评论(0) 推荐(0)
摘要:I’ve been using DTrace on Leopard in my recent work, and while it’s a great tool, the C++ support is confusing and I couldn’t find proper documentatio 阅读全文
posted @ 2017-01-25 15:46 zengkefu 阅读(531) 评论(0) 推荐(0)
摘要:http://www.voidcn.com/blog/orangleliu/article/p-6364763.html 阅读全文
posted @ 2017-01-25 15:42 zengkefu 阅读(284) 评论(0) 推荐(0)
摘要:Using DTrace to troubleshoot Apache DTrace for MySQL , Inspecting MySQL with DTrace , MySQL DTrace Probe References DTrace within PHP , DTrace PHP Dem 阅读全文
posted @ 2017-01-24 16:07 zengkefu 阅读(224) 评论(0) 推荐(0)
摘要:https://www.objc.io/issues/19-debugging/dtrace/ 阅读全文
posted @ 2016-12-11 12:11 zengkefu 阅读(164) 评论(0) 推荐(0)
摘要:https://docs.oracle.com/cd/E37670_01/E37355/html/ol_config_dtrace.html# 阅读全文
posted @ 2016-12-04 17:20 zengkefu 阅读(146) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/lw1a2/article/details/7389323 阅读全文
posted @ 2016-12-02 17:27 zengkefu 阅读(124) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/Proteas/p/3727297.html http://dtrace.org/blogs/brendan/2011/10/10/top-10-dtrace-scripts-for-mac-os-x/ 阅读全文
posted @ 2016-10-20 23:20 zengkefu 阅读(194) 评论(0) 推荐(0)