01 2017 档案

C++ function pointer and type cast
摘要:http://www.cprogramming.com/tutorial/function-pointers.html http://www.cplusplus.com/doc/tutorial/typecasting/ https://msdn.microsoft.com/en-us/librar 阅读全文

posted @ 2017-01-28 22:18 暖风的风 阅读(161) 评论(0) 推荐(0) 编辑

Serviceability
摘要:http://hg.openjdk.java.net/jdk7u/jdk7u2/hotspot/file/6259c6d3bbb7/agent/doc/clhsdb.html http://blog.csdn.net/raintungli/article/details/7335694 https: 阅读全文

posted @ 2017-01-22 16:48 暖风的风 阅读(365) 评论(0) 推荐(0) 编辑

GC
摘要:https://wiki.openjdk.java.net/display/HotSpot/Main http://techblog.netflix.com/2013/05/garbage-collection-visualization.html https://blogs.oracle.com/ 阅读全文

posted @ 2017-01-22 00:37 暖风的风 阅读(155) 评论(0) 推荐(0) 编辑

Books
摘要:http://rednaxelafx.iteye.com/blog/631981 阅读全文

posted @ 2017-01-22 00:17 暖风的风 阅读(150) 评论(0) 推荐(0) 编辑

oop klass
摘要:https://www.infoq.com/articles/Introduction-to-HotSpot 借助HotSpot SA来一窥PermGen上的对象 找出栈上的指针/引用 虚拟机随谈(一):解释器,树遍历解释器,基于栈与基于寄存器,大杂烩 http://rednaxelafx.itey 阅读全文

posted @ 2017-01-21 18:52 暖风的风 阅读(260) 评论(0) 推荐(0) 编辑

compiled inline cache
摘要:http://cr.openjdk.java.net/~jrose/pres/200910-VMIL.pdf https://wiki.openjdk.java.net/display/HotSpot/VirtualCalls http://hg.openjdk.java.net/jdk8/jdk8 阅读全文

posted @ 2017-01-21 01:30 暖风的风 阅读(138) 评论(0) 推荐(0) 编辑

gdb
摘要:https://www.gnu.org/software/gdb/documentation/ https://sourceware.org/gdb/onlinedocs/gdb/ https://sourceware.org/gdb/onlinedocs/gdb/ https://www.eecs 阅读全文

posted @ 2017-01-18 14:26 暖风的风 阅读(164) 评论(0) 推荐(0) 编辑

JAVA calling convention
摘要:http://stackoverflow.com/questions/28126082/where-does-the-jit-compiled-code-reside https://wiki.openjdk.java.net/display/HotSpot/CallingSequences htt 阅读全文

posted @ 2017-01-17 23:32 暖风的风 阅读(304) 评论(0) 推荐(0) 编辑

jni
摘要:http://netty.io/ http://www.javaworld.com/article/2076513/java-concurrency/enhance-your-java-application-with-java-native-interface--jni-.html https:/ 阅读全文

posted @ 2017-01-17 13:58 暖风的风 阅读(292) 评论(0) 推荐(0) 编辑

Assembly
摘要:Principles of Computer Organization and Assembly Language Using the JavaTM Virtual Machine http://it-ebooks.directory/book-0131486837.html 阅读全文

posted @ 2017-01-16 10:57 暖风的风 阅读(257) 评论(0) 推荐(0) 编辑

TransitiveClosure
摘要:http://acm.nudt.edu.cn/~twcourse/TransitiveClosure.html https://en.wikipedia.org/wiki/Closure_(mathematics)#P_closures_of_binary_relations http://cs.w 阅读全文

posted @ 2017-01-13 23:10 暖风的风 阅读(528) 评论(0) 推荐(0) 编辑

graal
摘要:https://github.com/graalvm/graal-core/blob/master/docs/Publications.md http://stefan-marr.de/downloads/dls16-marr-et-al-cross-language-compiler-benchm 阅读全文

posted @ 2017-01-13 18:13 暖风的风 阅读(414) 评论(0) 推荐(0) 编辑

JIT IR,C2
摘要:A Simple Graph-Based Intermediate Representation http://www.oracle.com/technetwork/java/javase/tech/c2-ir95-150110.pdf https://wiki.openjdk.java.net/d 阅读全文

posted @ 2017-01-12 22:40 暖风的风 阅读(293) 评论(0) 推荐(0) 编辑

kernelnewbies
摘要:https://kernelnewbies.org/ http://vger.kernel.org/vger-lists.html#linux-newbie 阅读全文

posted @ 2017-01-12 11:03 暖风的风 阅读(243) 评论(0) 推荐(0) 编辑

brendangregg
摘要:http://www.slideshare.net/brendangregg/presentations http://techblog.netflix.com/2015/07/java-in-flames.html http://hg.openjdk.java.net/jdk8u/jdk8u/ho 阅读全文

posted @ 2017-01-11 14:48 暖风的风 阅读(343) 评论(0) 推荐(0) 编辑

linux perf and tracer ,java Flame Graph
摘要:http://www.brendangregg.com/flamegraphs.html http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/e8260b6328fb http://techblog.netflix.com/2015/07/java- 阅读全文

posted @ 2017-01-11 11:17 暖风的风 阅读(309) 评论(0) 推荐(0) 编辑

JAVA ,JVM 调试
摘要:https://blogs.oracle.com/poonam/entry/analysis_of_strange_hotspot_crashes https://blogs.oracle.com/poonam/entry/jvm_hang_with_cms_collector https://bl 阅读全文

posted @ 2017-01-10 23:05 暖风的风 阅读(240) 评论(0) 推荐(0) 编辑

perf
摘要:https://perf.wiki.kernel.org/index.php/Tutorial http://www.brendangregg.com/perf.html http://www.brendangregg.com/perf.html http://www.brendangregg.co 阅读全文

posted @ 2017-01-10 13:25 暖风的风 阅读(184) 评论(0) 推荐(0) 编辑

Strace
摘要:http://man7.org/linux/man-pages/man1/strace.1.html http://www.brendangregg.com/blog/2014-05-11/strace-wow-much-syscall.html http://www.brendangregg.co 阅读全文

posted @ 2017-01-10 10:10 暖风的风 阅读(184) 评论(0) 推荐(0) 编辑

Page Cache buffer Cache
摘要:https://www.thomas-krenn.com/en/wiki/Linux_Page_Cache_Basics References Additional Information Page Cache, the Affair Between Memory and Files (Blog) 阅读全文

posted @ 2017-01-08 23:37 暖风的风 阅读(233) 评论(0) 推荐(0) 编辑

linux 并发 RCU
摘要:What is RCU, Fundamentally? https://lwn.net/Articles/262464/ If you can fill the unforgiving secondwith sixty minutes worth of distance run,“Highly sc 阅读全文

posted @ 2017-01-07 14:35 暖风的风 阅读(478) 评论(0) 推荐(0) 编辑

linux kernel source code analysis
摘要:https://www.kernel.org/pub/linux/kernel/people/ linux内核:systemtap内核调试 例子 阅读全文

posted @ 2017-01-07 14:27 暖风的风 阅读(321) 评论(0) 推荐(0) 编辑

perfbook
摘要:https://www.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html 阅读全文

posted @ 2017-01-07 14:18 暖风的风 阅读(592) 评论(1) 推荐(0) 编辑

Persistent-Memory
摘要:http://www.snia.org/sites/default/files/NVM/2016/presentations/JeffMoyer_Persistent-Memory-in-Linux.pdf http://www.snia.org/sites/default/orig/NVM2014 阅读全文

posted @ 2017-01-04 11:32 暖风的风 阅读(306) 评论(0) 推荐(0) 编辑

BPF and eBPF linux
摘要:http://www.brendangregg.com/blog/2016-10-21/linux-efficient-profiler.html http://www.brendangregg.com/blog/2016-10-27/dtrace-for-linux-2016.html http: 阅读全文

posted @ 2017-01-04 11:31 暖风的风 阅读(468) 评论(0) 推荐(0) 编辑

linux memory
摘要:http://duartes.org/gustavo/blog/post/how-the-kernel-manages-your-memory/ http://duartes.org/gustavo/blog/post/page-cache-the-affair-between-memory-and 阅读全文

posted @ 2017-01-04 11:31 暖风的风 阅读(137) 评论(0) 推荐(0) 编辑

o-sync-and-o-direct
摘要:https://lwn.net/Articles/457667/ https://lwn.net/Articles/457667/ https://lwn.net/Articles/457667/ http://www.snia.org/sites/default/files/NVM/2016/pr 阅读全文

posted @ 2017-01-03 18:24 暖风的风 阅读(180) 评论(0) 推荐(0) 编辑

linux performance test
摘要:http://www.brendangregg.com/blog/2016-10-27/dtrace-for-linux-2016.html http://www.brendangregg.com/blog/2014-12-31/linux-page-cache-hit-ratio.html 阅读全文

posted @ 2017-01-03 14:36 暖风的风 阅读(251) 评论(0) 推荐(0) 编辑

iostat
摘要:http://m.blog.csdn.net/article/details?id=43196731 http://blog.csdn.net/haiross/article/details/43196731 https://yq.aliyun.com/articles/53584 https:// 阅读全文

posted @ 2017-01-03 12:40 暖风的风 阅读(128) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示