https://smartos.org/ http://dtrace.org/guide/chp-io.html http://blog.csdn.net/babyfacer/article/details/8577333 http://www.beginningwithi.com/2013/01/ ...
分类:
其他好文 时间:
2016-06-06 16:55:35
阅读次数:
191
DTrace patch for Python 2.7.x and 3.x Última Actualización: 21 de septiembre de 2015 https://www.jcea.es/artic/python_dtrace.htm You can follow this w ...
分类:
编程语言 时间:
2016-05-26 11:30:46
阅读次数:
544
http://openresty.org/cn/presentations.html http://weibo.com/agentzh?is_all=1 http://openresty.org/posts/dynamic-tracing/ 动态追踪技术(中) - Dtrace、SystemTap、 ...
分类:
其他好文 时间:
2016-05-25 00:32:08
阅读次数:
236
在Mac OS X上你可以使用Gprof这样的UNIX工具用于测试程序性能。当然,Apple也有自己的Profiling Tools,用得比较多的是Shark。10.5里还引入了一个基于DTrace的叫Instruments的程序。Instruments自Xcode 3.0开始,苹果提供了一种非比寻...
分类:
移动开发 时间:
2016-01-05 01:25:49
阅读次数:
1805
例如我想看看为什么Android的make系统出错, 先开启工具追踪瞬间启动的进程命令行,然后做自己想做的事,例如android的mm编译命令 sudo?newproc.d
####结果############???这是实时显示的
2015?Oct??2?...
分类:
系统相关 时间:
2015-10-02 21:19:28
阅读次数:
267
PostgreSQL 支持动态跟踪, 可以通过dtrace或者systemtap工具统计相关探针的信息.安装systemtapyum install systemtap kernel-debuginfo kernel-devel将安装以下包systemtap-devel-1.8-6.el5syste...
分类:
数据库 时间:
2015-09-17 15:05:12
阅读次数:
355
Here are some DTrace information sources:* [Oracle Wiki](https://wikis.oracle.com/display/DTrace/DTrace)* [DTrace at SolarisInternals wiki](http://www...
分类:
其他好文 时间:
2015-09-12 19:04:07
阅读次数:
204
DTrace, SystemTap has several front-end tools with different capabilities:* `stapio` is a consumer which runs module and prints information from its b...
分类:
其他好文 时间:
2015-09-12 18:55:08
阅读次数:
322
之前我们在64位Linux服务器上使用Node.js时,当Node进程物理内存接近1.6G,由于谷歌V8引擎对内存的限制,会导致进程退出!显然我们自身编码或npm加载的第3行模块存在内存泄露问题,那么如何去定位呢?常见的调试工具:
v8-profiler
node-heapdump
node-mtrace
dtrace
node-memwatch
具体定位的方法可参考...
分类:
Web程序 时间:
2015-08-11 10:04:55
阅读次数:
182
/**
?*?debuging(‘dtrace‘);?//查看调用栈
?*?debuging($var);?//打印$var(var_dump)
?*?debuging($var,?‘php‘);?//打印$var(var_export)
?*?debuging($var,?$echo,?2);?//以json格式输出$var
?*...
分类:
Web程序 时间:
2015-07-06 12:38:51
阅读次数:
149