2016年10月30日

MySQL Query Latency with the DTrace pid Provider

摘要: http://dtrace.org/blogs/brendan/2011/03/14/mysql-query-latency-with-the-dtrace-pid-provider/ 阅读全文

posted @ 2016-10-30 14:51 暖风的风 阅读(153) 评论(0) 推荐(0) 编辑

linuxperf

摘要: http://www.brendangregg.com/linuxperf.html http://www.brendangregg.com/index.html#Documentation 阅读全文

posted @ 2016-10-30 13:37 暖风的风 阅读(134) 评论(0) 推荐(0) 编辑

Linux Device Drivers, Third Edition

摘要: https://lwn.net/Kernel/LDD3/ 阅读全文

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

2016年10月29日

deeplearningbook

摘要: http://www.deeplearningbook.org/ 阅读全文

posted @ 2016-10-29 23:20 暖风的风 阅读(155) 评论(0) 推荐(0) 编辑

MySQL Internals Manual

摘要: http://dev.mysql.com/doc/internals/en/ 阅读全文

posted @ 2016-10-29 16:53 暖风的风 阅读(261) 评论(0) 推荐(0) 编辑

2016年10月28日

Linux perf tools

摘要: http://techblog.netflix.com/2015/08/netflix-at-velocity-2015-linux.html 阅读全文

posted @ 2016-10-28 22:04 暖风的风 阅读(212) 评论(0) 推荐(0) 编辑

DBG

摘要: http://undo.io/resources/blog-articles/ 阅读全文

posted @ 2016-10-28 21:36 暖风的风 阅读(299) 评论(0) 推荐(0) 编辑

gdb Debugging Full Example

摘要: http://www.brendangregg.com/blog/2016-08-09/gdb-example-ncurses.html 阅读全文

posted @ 2016-10-28 21:24 暖风的风 阅读(223) 评论(0) 推荐(0) 编辑

Java Warmup

摘要: http://www.brendangregg.com/blog/2016-09-28/java-warmup.html 阅读全文

posted @ 2016-10-28 21:20 暖风的风 阅读(446) 评论(0) 推荐(0) 编辑

Dtrace for Linux 2016

摘要: http://www.brendangregg.com/blog/2016-10-27/dtrace-for-linux-2016.html 阅读全文

posted @ 2016-10-28 20:53 暖风的风 阅读(158) 评论(0) 推荐(0) 编辑

2016年10月26日

分布式系统理论进阶 - Raft、Zab

摘要: 分布式系统理论进阶 - Raft、Zab 以上介绍分布式一致性协议Raft、Zab的核心思想,分析Raft、Zab与Paxos的异同。实现分布式系统时,先从具体需求和场景考虑,Raft、Zab、VR、Paxos等协议没有绝对地好与不好,只是适不适合。 [1] Paxos made live - An 阅读全文

posted @ 2016-10-26 23:31 暖风的风 阅读(386) 评论(0) 推荐(0) 编辑

Java theory and practice

摘要: This content is part of the series: Java theory and practice A brief history of garbage collection Anatomy of a flawed microbenchmark Are all stateful 阅读全文

posted @ 2016-10-26 19:18 暖风的风 阅读(190) 评论(0) 推荐(0) 编辑

Dealing with InterruptedException

摘要: http://www.ibm.com/developerworks/java/library/j-jtp05236/index.html 阅读全文

posted @ 2016-10-26 16:05 暖风的风 阅读(197) 评论(0) 推荐(0) 编辑

2016年10月24日

JVM 虚拟化

摘要: http://www.infoq.com/cn/news/2015/05/java20-multitenant-jvm http://2016.qconshanghai.com/presentation/3002 http://www.slideshare.net/TimEllison/java-v 阅读全文

posted @ 2016-10-24 13:41 暖风的风 阅读(257) 评论(0) 推荐(0) 编辑

2016年10月22日

stackoverflow

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

posted @ 2016-10-22 17:43 暖风的风 阅读(10) 评论(0) 推荐(0) 编辑

chronos

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

posted @ 2016-10-22 16:47 暖风的风 阅读(7) 评论(1) 推荐(0) 编辑

2016年10月20日

Intro to Filtering with Network Monitor 3.0

摘要: https://blogs.technet.microsoft.com/netmon/2006/10/17/intro-to-filtering-with-network-monitor-3-0/ https://social.technet.microsoft.com/wiki/contents/ 阅读全文

posted @ 2016-10-20 13:21 暖风的风 阅读(170) 评论(0) 推荐(0) 编辑

2016年10月17日

spring 官方文档

摘要: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/overview-getting-started-with-spring.html https://github.com/spring-projects 阅读全文

posted @ 2016-10-17 22:59 暖风的风 阅读(224) 评论(1) 推荐(0) 编辑

Java static block static constructor , static field

摘要: http://stackoverflow.com/questions/7121213/singleton-instantiation http://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.4.3.2 http://docs 阅读全文

posted @ 2016-10-17 14:29 暖风的风 阅读(261) 评论(0) 推荐(0) 编辑

Linux commands

摘要: lsof http://ehaselwanter.com/en/blog/2009/03/13/tomcat-too-many-open-files/ http://alvinalexander.com/blog/post/linux-unix/linux-lsof-command http://w 阅读全文

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

2016年10月16日

Questions that are independent of programming language. These questions are typically more abstract than other categories.

摘要: Questions that are independent of programming language. These questions are typically more abstract than other categories. Free Language Agnostic Prog 阅读全文

posted @ 2016-10-16 22:48 暖风的风 阅读(186) 评论(0) 推荐(0) 编辑

2016年10月15日

Java Language and Virtual Machine Specifications

摘要: The Java Language Specification, Java SE 8 Edition HTML | PDF The Java Virtual Machine Specification, Java SE 8 Edition HTML | PDF 阅读全文

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

what-is-daemon-thread and user thread

摘要: http://stackoverflow.com/questions/2213340/what-is-daemon-thread-in-java/2213348 http://stackoverflow.com/questions/2213340/what-is-daemon-thread-in-j 阅读全文

posted @ 2016-10-15 11:13 暖风的风 阅读(153) 评论(0) 推荐(0) 编辑

2016年10月13日

Java classes and class loading

摘要: JAVA类加载器概念与线程类加载器 http://www.cnblogs.com/pfxiong/p/4118445.html http://stackoverflow.com/questions/2416517/classloader-behaviour-on-tomcat-with-multip 阅读全文

posted @ 2016-10-13 00:04 暖风的风 阅读(219) 评论(0) 推荐(0) 编辑

2016年10月12日

玩转CPU Topology

摘要: http://www.searchtb.com/2012/12/%E7%8E%A9%E8%BD%ACcpu-topology.html 阅读全文

posted @ 2016-10-12 11:27 暖风的风 阅读(481) 评论(0) 推荐(0) 编辑

Zookeeper

摘要: http://www.ibm.com/developerworks/cn/opensource/os-cn-zookeeper/index.html http://www.searchtb.com/2011/01/zookeeper-research.html http://www.blogjava 阅读全文

posted @ 2016-10-12 11:19 暖风的风 阅读(116) 评论(0) 推荐(0) 编辑

2016年10月11日

javap - The Java Class File Disassembler

摘要: http://docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/javap.html 阅读全文

posted @ 2016-10-11 14:16 暖风的风 阅读(145) 评论(0) 推荐(0) 编辑

2016年10月10日

java 动态代码生成。

摘要: http://stackoverflow.com/questions/2320404/creating-classes-dynamically-with-java https://zeroturnaround.com/rebellabs/how-to-make-java-more-dynamic-w 阅读全文

posted @ 2016-10-10 18:42 暖风的风 阅读(457) 评论(0) 推荐(0) 编辑

2016年10月7日

Machine Learning and Data Science 教授大师

摘要: http://www.cs.cmu.edu/~avrim/courses.html Foundations of Data Science Avrim Blum, www.cs.cornell.edu/jeh/bookJan25_2016.pdf 阅读全文

posted @ 2016-10-07 23:17 暖风的风 阅读(197) 评论(0) 推荐(0) 编辑

Compiler ,Interpreter, Linker

摘要: https://en.wikipedia.org/wiki/Interpreter_(computing) https://en.wikipedia.org/wiki/Compiler https://en.wikipedia.org/wiki/Linker_(computing) https:// 阅读全文

posted @ 2016-10-07 21:37 暖风的风 阅读(229) 评论(0) 推荐(0) 编辑

JVM ,JIT ,GC RUNTIME 解析

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

posted @ 2016-10-07 00:06 暖风的风 阅读(13) 评论(0) 推荐(0) 编辑

2016年10月6日

JAVA内存模型

摘要: Memory Barriers and JVM Concurrency https://www.infoq.com/articles/memory_barriers_jvm_concurrency https://www.infoq.com/articles/The-OpenJDK9-Revised 阅读全文

posted @ 2016-10-06 23:59 暖风的风 阅读(181) 评论(0) 推荐(0) 编辑

机器学习算法基础(Python和R语言实现)

摘要: https://www.analyticsvidhya.com/blog/2015/08/common-machine-learning-algorithms/?spm=5176.100239.blogcont61037.12.0MhmIg https://yq.aliyun.com/article 阅读全文

posted @ 2016-10-06 23:30 暖风的风 阅读(1241) 评论(0) 推荐(0) 编辑

2016年10月3日

JVMInternals

摘要: http://blog.jamesdbloom.com/JVMInternals.html http://blog.jamesdbloom.com/JavaCodeToByteCode_PartOne.html https://blogs.oracle.com/kamg/ #jvm# https:/ 阅读全文

posted @ 2016-10-03 14:27 暖风的风 阅读(129) 评论(0) 推荐(0) 编辑

2016年9月30日

Maven the definitive guide.pdf

摘要: http://vdisk.weibo.com/s/yW8b4aInnvTwk 阅读全文

posted @ 2016-09-30 17:16 暖风的风 阅读(430) 评论(0) 推荐(0) 编辑

2016年9月25日

Linux comands

摘要: https://www.mankier.com/8/vmstat http://docs.oracle.com/cd/E23824_01/html/821-1451/spmonitor-22.html http://www.linuxcommand.org/man_pages/vmstat8.htm 阅读全文

posted @ 2016-09-25 16:03 暖风的风 阅读(140) 评论(0) 推荐(0) 编辑

2016年9月24日

hotspot

摘要: http://openjdk.java.net/groups/hotspot/ Source code Bundles Download Mercurial respository (read-only) Browsable source Checkouthg clone http://hg.ope 阅读全文

posted @ 2016-09-24 23:13 暖风的风 阅读(276) 评论(0) 推荐(0) 编辑

.NET GC Server-Background-GC

摘要: Garbage Collection and Performancehttps://msdn.microsoft.com/en-us/library/ee851764(v=vs.110).aspx https://channel9.msdn.com/posts/Maoni-Stephens-CLR- 阅读全文

posted @ 2016-09-24 22:24 暖风的风 阅读(343) 评论(0) 推荐(0) 编辑

java performance

摘要: http://www.oracle.com/technetwork/java/performance-138178.html# http://www.oracle.com/technetwork/java/gc1-4-2-135950.html http://www.oracle.com/techn 阅读全文

posted @ 2016-09-24 22:05 暖风的风 阅读(204) 评论(0) 推荐(0) 编辑

2016年9月23日

从dump看硬件问题

摘要: https://blogs.msdn.microsoft.com/ntdebugging/2008/03/28/debugging-a-bluescreen-at-home/ 阅读全文

posted @ 2016-09-23 16:24 暖风的风 阅读(212) 评论(0) 推荐(0) 编辑

导航