随笔分类 -  Dtrace

摘要:作者:Richard Friedman 简要介绍适用于 Oracle Linux 的 DTrace 探测器和提供程序,以及与 Oracle Solaris 中 DTrace 探测器和提供程序的区别。还介绍了 DTrace 命令和脚本编写。 2013 年 6 月发布 DTrace 是一个全面的动态跟踪 阅读全文
posted @ 2016-10-19 22:17 zengkefu 阅读(694) 评论(0) 推荐(0)
摘要:https://www.youtube.com/ 阅读全文
posted @ 2016-10-17 22:46 zengkefu 阅读(101) 评论(0) 推荐(0)
摘要:https://github.com/opendtrace 阅读全文
posted @ 2016-10-17 22:30 zengkefu 阅读(139) 评论(0) 推荐(0)
摘要:https://www.joyent.com/about/events/2016/dtrace-conf 阅读全文
posted @ 2016-10-17 22:27 zengkefu 阅读(114) 评论(0) 推荐(0)
摘要:http://dtrace.org/blogs/rm/2016/09/15/turtles-on-the-wire-understanding-how-the-os-uses-the-modern-nic/ Turtles on the Wire: Understanding how the OS 阅读全文
posted @ 2016-10-17 22:20 zengkefu 阅读(240) 评论(0) 推荐(0)
摘要:https://blogs.oracle.com/swan/entry/dtrace%E7%AE%80%E4%BB%8B By samwan on 三月 20, 2007 记得几年前看过一部美国大片叫《全民公敌(Enemy of the State)》,在里面,谋杀国会议员的主谋强沃特和他的属下,为 阅读全文
posted @ 2016-10-17 22:17 zengkefu 阅读(1555) 评论(0) 推荐(0)
摘要:By samwan on 三月 21, 2007 通过上一次的介绍,相信大家对DTRACE已经有了一个初步的认识。上一次结束时专门留了一个例子,可能大家第一次看有很多不明白的地方,没有关系,随着我们对DTRACE更多的介绍,很快就会”云开雾散“了。 D语言作为一种编程语言,自然就有其语法、关键字、数 阅读全文
posted @ 2016-10-17 22:16 zengkefu 阅读(512) 评论(0) 推荐(0)
摘要:https://blogs.oracle.com/swan/entry/dtrace%E7%AE%80%E4%BB%8B_3 DTRACE简介之完结篇 By samwan on 四月 13, 2007 已经有好长一段时间没有更新blog了,不是我懒,确实是这段时间太忙。工作加上生活,算了,不找借口了 阅读全文
posted @ 2016-10-17 22:15 zengkefu 阅读(634) 评论(0) 推荐(0)
摘要:Inserting user-defined DTrace probes into MySQL source code is very useful to help user identify the performance problems in the application level and 阅读全文
posted @ 2016-08-11 19:13 zengkefu 阅读(874) 评论(0) 推荐(0)
摘要:https://alexanderanokhin.wordpress.com/2011/11/13/dynamic-tracing-of-oracle-logical-io/ 阅读全文
posted @ 2016-08-10 16:29 zengkefu 阅读(116) 评论(0) 推荐(0)
摘要:https://github.com/LucaCanali http://cern.ch/canali/ 阅读全文
posted @ 2016-08-10 16:26 zengkefu 阅读(140) 评论(0) 推荐(0)
摘要:https://fritshoogland.wordpress.com/page/3/ http://externaltable.blogspot.com/2013/06/dtrace-explorations-of-oracle-wait.html 阅读全文
posted @ 2016-08-10 16:17 zengkefu 阅读(172) 评论(0) 推荐(0)
摘要:Oracle SQL Tuning and CBO Internals: Based Optimizer with CBO Internals and SQL Tuning Optimization https://vimeo.com/ondemand/oraclemechanisms/ http: 阅读全文
posted @ 2016-08-02 10:31 zengkefu 阅读(259) 评论(0) 推荐(0)
摘要:与我们大多数人想象的不同,DTrace用于MySQL时不需对MySQL做任何更改。DTrace最强大的“提供器”(provider,是一组可观测的探测器)是FBT(Functional Boundary Tracing,函数边界跟踪)提供器。我们可以把它与PID提供器结合起来,用于深入观测userl 阅读全文
posted @ 2016-08-01 17:15 zengkefu 阅读(1444) 评论(0) 推荐(0)
摘要:http://awesome-dtrace.com/#community 阅读全文
posted @ 2016-07-06 15:43 zengkefu 阅读(105) 评论(0) 推荐(0)
摘要:http://docs.oracle.com/javase/6/docs/technotes/guides/vm/dtrace.html http://docs.oracle.com/javase/7/docs/technotes/guides/vm/dtrace.html http://docs. 阅读全文
posted @ 2016-07-01 15:08 zengkefu 阅读(284) 评论(0) 推荐(0)
摘要:https://docs.oracle.com/javase/realtime/doc_2.0_u1/release/JavaRTSDTraceProvider.html 阅读全文
posted @ 2016-07-01 14:54 zengkefu 阅读(287) 评论(0) 推荐(0)
摘要:How to Use DTrace to Troubleshoot Java Native Memory Problems on Oracle Solaris 11 Hands-On Labs of the System Admin and Developer Community of OTN by 阅读全文
posted @ 2016-07-01 14:35 zengkefu 阅读(562) 评论(0) 推荐(0)
摘要:End-to-End Tracing of Ajax/Java Applications Using DTrace Ajax, DTrace and Where They Meet Ajax is an emerging technology, which got a significant boo 阅读全文
posted @ 2016-07-01 14:27 zengkefu 阅读(217) 评论(0) 推荐(0)
摘要:java平台标准版(java se)6,代码名为"mustang",是最新的java se发行版本(正在开发中)。java se 6源码和二进制代码都可以在www.java.net上下载。java se 6平台要到2006年秋天才能正式发布。不过,现在你可以下载试用java se 6 beta版。 阅读全文
posted @ 2016-07-01 14:11 zengkefu 阅读(501) 评论(0) 推荐(1)