Changes between Version 3 and Version 4 of jazz/10-03-04
- Timestamp:
- Mar 4, 2010, 9:14:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/10-03-04
v3 v4 9 9 * [https://www.cloudkick.com/blog/2010/mar/02/4_months_with_cassandra/ 4 Months with Cassandra, a love story] - 用 Cassandra 的經驗分享 10 10 11 == Systemtap / DTrace / ftrace / mtrace==11 == Systemtap / DTrace / ftrace == 12 12 13 13 * [http://lwn.net/Articles/291091/ Tracing: no shortage of options] - Linux 追查 User Space / Kernel Space 的 trace 工具一覽 … … 46 46 * [http://people.redhat.com/jolsa/latrace/index.shtml latrace] - LD_AUDIT 2.4+ libc frontend 47 47 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 48 58 == Virtualization : I/O Virtualization == 49 59