上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页

2017年1月21日

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 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

2017年1月18日

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 暖风的风 阅读(162) 评论(0) 推荐(0) 编辑

2017年1月17日

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 暖风的风 阅读(300) 评论(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 暖风的风 阅读(289) 评论(0) 推荐(0) 编辑

2017年1月16日

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 暖风的风 阅读(247) 评论(0) 推荐(0) 编辑

2017年1月13日

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 暖风的风 阅读(523) 评论(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 暖风的风 阅读(410) 评论(0) 推荐(0) 编辑

2017年1月12日

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 暖风的风 阅读(291) 评论(0) 推荐(0) 编辑

kernelnewbies

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

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

2017年1月11日

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 暖风的风 阅读(335) 评论(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 暖风的风 阅读(307) 评论(0) 推荐(0) 编辑

2017年1月10日

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 暖风的风 阅读(238) 评论(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 暖风的风 阅读(182) 评论(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 暖风的风 阅读(181) 评论(0) 推荐(0) 编辑

2017年1月8日

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 暖风的风 阅读(229) 评论(0) 推荐(0) 编辑

2017年1月7日

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 暖风的风 阅读(462) 评论(0) 推荐(0) 编辑

linux kernel source code analysis

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

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

perfbook

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

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

2017年1月4日

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 暖风的风 阅读(303) 评论(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 暖风的风 阅读(467) 评论(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 暖风的风 阅读(136) 评论(0) 推荐(0) 编辑

2017年1月3日

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 暖风的风 阅读(177) 评论(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 暖风的风 阅读(245) 评论(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 暖风的风 阅读(126) 评论(0) 推荐(0) 编辑

2016年12月30日

MYSQL IO innodb-buffer-pool

摘要: http://mysql.taobao.org/monthly/2016/02/02/ https://dev.mysql.com/doc/refman/5.7/en/innodb-buffer-pool.html 阅读全文

posted @ 2016-12-30 10:15 暖风的风 阅读(190) 评论(0) 推荐(0) 编辑

2016年12月29日

MYSQL file types redo log

摘要: https://blogs.oracle.com/mysqlinnodb/entry/data_organization_in_innodb https://blogs.oracle.com/mysqlinnodb/entry/redo_logging_in_innodb http://dev.my 阅读全文

posted @ 2016-12-29 16:34 暖风的风 阅读(150) 评论(0) 推荐(0) 编辑

read pread write pwrite open

摘要: http://stackoverflow.com/questions/7592822/what-are-the-advantages-of-pwrite-and-pread-over-fwrite-and-fread http://man7.org/linux/man-pages/man2/open 阅读全文

posted @ 2016-12-29 00:52 暖风的风 阅读(234) 评论(0) 推荐(0) 编辑

2016年12月27日

CORE DUMP

摘要: http://blog.chinaunix.net/uid-21411227-id-1826911.html http://blog.csdn.net/cpzhong/article/details/7191811 阅读全文

posted @ 2016-12-27 00:32 暖风的风 阅读(154) 评论(0) 推荐(0) 编辑

2016年12月26日

Linux常用命令

该文被密码保护。 阅读全文

posted @ 2016-12-26 23:36 暖风的风 阅读(7) 评论(0) 推荐(0) 编辑

linux kernel的中断子系统 softirq

摘要: linux kernel的中断子系统之(八):softirq http://www.wowotech.net/irq_subsystem/soft-irq.html http://www.ibm.com/developerworks/library/l-tasklets/index.html 阅读全文

posted @ 2016-12-26 00:23 暖风的风 阅读(182) 评论(0) 推荐(0) 编辑

2016年12月24日

linux KERNEL 问题

摘要: http://stackoverflow.com/questions/9305992/linux-threads-and-process 深入 Linux 的进程优先级(vruntime) https://linux.cn/article-7325-1.html Linux CFS调度器之虚拟时钟v 阅读全文

posted @ 2016-12-24 20:37 暖风的风 阅读(148) 评论(0) 推荐(0) 编辑

2016年12月23日

GC 源码分析

摘要: java对象的内存分配入口 Hotspot 源码解析(9) •内存代管理器TenuredGeneration对垃圾对象的回收2015-01-18阅读1154 •内存代管理器DefNewGeneration对垃圾对象的回收(Minor Gc)2014-12-14阅读1245 •内存代管理器Tenure 阅读全文

posted @ 2016-12-23 10:48 暖风的风 阅读(406) 评论(0) 推荐(0) 编辑

2016年12月22日

NIO NIO.2

摘要: BIO NIO AIO NIO.2 入门,第 1 部分: 异步通道 API 使用异步 I/O 大大提高应用程序的性能 阅读全文

posted @ 2016-12-22 13:41 暖风的风 阅读(120) 评论(0) 推荐(0) 编辑

2016年12月20日

tomcat building

摘要: https://tomcat.apache.org/tomcat-7.0-doc/building.html https://tomcat.apache.org/tomcat-7.0-doc/BUILDING.txt 阅读全文

posted @ 2016-12-20 10:06 暖风的风 阅读(111) 评论(0) 推荐(0) 编辑

2016年12月19日

tomcat 源码分析

摘要: Tomcat源码分析——Session管理分析(下) Tomcat源码分析——Session管理分析(下) Tomcat源码分析——Session管理分析(上) Tomcat源码分析——Session管理分析(上) Tomcat源码分析——请求原理分析(下) Tomcat源码分析——请求原理分析(下 阅读全文

posted @ 2016-12-19 21:52 暖风的风 阅读(236) 评论(0) 推荐(0) 编辑

2016年12月18日

virtual file system (VFS)

摘要: http://www.ibm.com/developerworks/library/l-virtual-filesystem-switch/ http://www.linfo.org/hard_link.html http://www.ibm.com/developerworks/linux/lib 阅读全文

posted @ 2016-12-18 13:14 暖风的风 阅读(378) 评论(0) 推荐(0) 编辑

2016年12月17日

Extended TCP/IP Stack In Linux: Netfilter Hooks and IP Table

摘要: https://www.amazon.com/gp/product/1118887735 The chapter about debugging is rather outdated - it describes LKCD/lcrash environment but all new kernels 阅读全文

posted @ 2016-12-17 00:12 暖风的风 阅读(480) 评论(0) 推荐(0) 编辑

2016年12月9日

kernel perf

摘要: https://perf.wiki.kernel.org/index.php/Tutorial#Default_event:_cycle_counting 阅读全文

posted @ 2016-12-09 18:50 暖风的风 阅读(140) 评论(0) 推荐(0) 编辑

nginx beginners_guide

摘要: http://nginx.org/en/docs/beginners_guide.html https://www.nginx.com/resources/wiki/start/topics/tutorials/commandline/ http://www.cnblogs.com/mrlinfen 阅读全文

posted @ 2016-12-09 11:00 暖风的风 阅读(138) 评论(0) 推荐(0) 编辑

2016年12月6日

C++语法

摘要: http://stackoverflow.com/questions/4269034/what-is-the-meaning-of-prepended-double-colon 阅读全文

posted @ 2016-12-06 19:54 暖风的风 阅读(128) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页

导航