Changes between Version 3 and Version 4 of jazz/10-03-04


Ignore:
Timestamp:
Mar 4, 2010, 9:14:35 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-03-04

    v3 v4  
    99 * [https://www.cloudkick.com/blog/2010/mar/02/4_months_with_cassandra/ 4 Months with Cassandra, a love story] - 用 Cassandra 的經驗分享
    1010
    11 == Systemtap / DTrace / ftrace / mtrace ==
     11== Systemtap / DTrace / ftrace ==
    1212
    1313 * [http://lwn.net/Articles/291091/ Tracing: no shortage of options] - Linux 追查 User Space / Kernel Space 的 trace 工具一覽
     
    4646  * [http://people.redhat.com/jolsa/latrace/index.shtml latrace] - LD_AUDIT 2.4+ libc frontend
    4747
     48
     49== mtrace / valgrid ==
     50
     51 * 檢查記憶體溢出(memory leakage)問題
     52 * mtrace() 函數
     53   * [http://itzone.hk/article/article.php?aid=200406221149442361 Linux C編程偵測記憶體溢出工具(一):mtrace ]
     54 * [http://valgrind.org/ valgrind] 工具 - [http://packages.debian.org/valgrind Debian 套件 - valgrind]
     55   * [http://daydreamer.idv.tw/rewrite.php/read-18.html 檢查程式記憶體的小工具-valgrind]
     56   * [http://www.jeffhung.net/blog/articles/jeffhung/1007/ Detecting C/C++ memory leaks with valgrind]
     57
    4858== Virtualization : I/O Virtualization ==
    4959