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

2016年12月5日

TCP source code for Linux有关的文章

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

posted @ 2016-12-05 14:51 暖风的风 阅读(58) 评论(0) 推荐(0) 编辑

2016年12月4日

DDoS

摘要: Distributed Denial of Service (DDoS) Attacks/tools https://staff.washington.edu/dittrich/misc/ddos/ http://blog.trendmicro.com/trendlabs-security-inte 阅读全文

posted @ 2016-12-04 18:26 暖风的风 阅读(173) 评论(0) 推荐(0) 编辑

connections

摘要: recv(), recvfrom() http://lxr.free-electrons.com/source/net/socket.c http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7u40-b43/j 阅读全文

posted @ 2016-12-04 15:55 暖风的风 阅读(466) 评论(0) 推荐(0) 编辑

network attacks

摘要: http://www.cisco.com/c/en/us/about/press/internet-protocol-journal/back-issues/table-contents-34/syn-flooding-attacks.html 阅读全文

posted @ 2016-12-04 15:31 暖风的风 阅读(179) 评论(0) 推荐(0) 编辑

performance ISSUE

摘要: https://blogs.technet.microsoft.com/netmon/2007/01/26/part-2-tcp-performance-expert-and-general-trouble-shooting/ 阅读全文

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

TCP/IP BOOKS

摘要: TCP/IP Fundamentals for Microsoft Windows: Overview https://technet.microsoft.com/en-us/library/bb726983.aspx The TCP/IP Guide: A Comprehensive, Illus 阅读全文

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

2016年12月2日

netmon,messageanalyzer

摘要: Microsoft Message Analyzer Operating Guide https://technet.microsoft.com/en-us/library/jj649776.aspx https://blogs.technet.microsoft.com/networking/ h 阅读全文

posted @ 2016-12-02 10:49 暖风的风 阅读(228) 评论(0) 推荐(0) 编辑

2016年11月30日

kibana ,logstash and filebeat

摘要: https://www.elastic.co/guide/en/kibana/current/install.html https://www.elastic.co/guide/en/logstash/current/getting-started-with-logstash.html https: 阅读全文

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

2016年11月28日

The Run-Time Constant Pool The Constant Pool

摘要: http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.4 http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-5.html http://docs.oracl 阅读全文

posted @ 2016-11-28 18:12 暖风的风 阅读(224) 评论(0) 推荐(0) 编辑

hsdb

摘要: http://lovestblog.cn/blog/2014/06/28/hsdb-string/ 借HSDB来探索HotSpot VM的运行时数据 阅读全文

posted @ 2016-11-28 00:24 暖风的风 阅读(378) 评论(0) 推荐(0) 编辑

The Dataflow Model: A Practical Approach to Balancing

摘要: http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf 阅读全文

posted @ 2016-11-28 00:13 暖风的风 阅读(211) 评论(0) 推荐(0) 编辑

2016年11月26日

编译器

摘要: http://www.diku.dk/~torbenm/Basics/basics_lulu2.pdf https://www.amazon.com/School-Niklaus-Wirth-Art-Simplicity/dp/1558607234 /Pragmatic.Language.Imple 阅读全文

posted @ 2016-11-26 21:47 暖风的风 阅读(162) 评论(0) 推荐(0) 编辑

汇编

摘要: http://docs.oracle.com/cd/E19455-01/806-3773/6jct9o0af/index.html http://www.ibm.com/developerworks/linux/library/l-gas-nasm/index.html http://101.96. 阅读全文

posted @ 2016-11-26 17:18 暖风的风 阅读(122) 评论(0) 推荐(0) 编辑

2016年11月24日

状态机

摘要: http://m.blog.csdn.net/article/details?id=6057736 阅读全文

posted @ 2016-11-24 12:50 暖风的风 阅读(117) 评论(0) 推荐(0) 编辑

2016年11月22日

lsm-tree

摘要: https://www.quora.com/How-does-the-Log-Structured-Merge-Tree-work http://blog.cloudera.com/blog/2012/06/hbase-io-hfile-input-output/ http://blog.cloud 阅读全文

posted @ 2016-11-22 00:08 暖风的风 阅读(270) 评论(0) 推荐(0) 编辑

2016年11月21日

Serviceability

摘要: http://openjdk.java.net/groups/hotspot/docs/Serviceability.html 阅读全文

posted @ 2016-11-21 22:21 暖风的风 阅读(151) 评论(0) 推荐(0) 编辑

JIT编译器

摘要: 深入理解Java Class文件格式(九) http://blog.csdn.net/zhangjg_blog/article/details/22432599 http://blog.csdn.net/zhangjg_blog/article/details/22205831 Introducti 阅读全文

posted @ 2016-11-21 19:04 暖风的风 阅读(884) 评论(0) 推荐(0) 编辑

2016年11月20日

Javac编译器

摘要: One Compiler http://www.oracle.com/technetwork/java/jvmls2016-wimmer-3125555.pdf Hacking the OpenJDK compiler(JAVAC的源码分析) http://www.ahristov.com/tuto 阅读全文

posted @ 2016-11-20 22:59 暖风的风 阅读(171) 评论(0) 推荐(0) 编辑

2016年11月18日

HSDB

摘要: select t from java.lang.Thread t $JAVA_HOME/bin/java -classpath $JAVA_HOME/lib/sa-jdi.jar sun.jvm.hotspot.HSDB 阅读全文

posted @ 2016-11-18 23:29 暖风的风 阅读(307) 评论(0) 推荐(0) 编辑

JVM byte code

摘要: http://blog.jamesdbloom.com/JVMInternals.html#constant_pool http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7-b147/java/lang/St 阅读全文

posted @ 2016-11-18 13:24 暖风的风 阅读(238) 评论(0) 推荐(0) 编辑

Learning to write a compiler

摘要: http://stackoverflow.com/questions/1669/learning-to-write-a-compiler?rq=1 Big List of Resources: A Nanopass Framework for Compiler Education ¶ Advance 阅读全文

posted @ 2016-11-18 12:54 暖风的风 阅读(306) 评论(0) 推荐(0) 编辑

2016年11月15日

Oracle JVM 工程师

摘要: https://blogs.oracle.com/poonam/ 阅读全文

posted @ 2016-11-15 23:22 暖风的风 阅读(188) 评论(0) 推荐(0) 编辑

JVM

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

posted @ 2016-11-15 23:19 暖风的风 阅读(26) 评论(0) 推荐(0) 编辑

dk.internal.org.objectweb.asm.Opcodes.IF_ACMPNE

摘要: http://cr.openjdk.java.net/~hannesw/8008351/webrev/src/jdk/nashorn/internal/codegen/Condition.java.sdiff.html http://www.simulation.tudelft.nl/dsol/3. 阅读全文

posted @ 2016-11-15 17:41 暖风的风 阅读(426) 评论(0) 推荐(0) 编辑

2016年11月13日

systemtap

摘要: http://www.ibm.com/developerworks/library/l-systemtap/index.html http://wiki.eclipse.org/Linux_Tools_Project/Systemtap/User_Guide https://sourceware.o 阅读全文

posted @ 2016-11-13 20:40 暖风的风 阅读(221) 评论(0) 推荐(0) 编辑

Artificial-Intelligence BOOKs与算法

摘要: http://mindhacks.cn/2008/09/11/machine-learning-and-ai-resources/ https://www.amazon.com/Information-Theory-Inference-Learning-Algorithms/dp/052164298 阅读全文

posted @ 2016-11-13 19:17 暖风的风 阅读(279) 评论(0) 推荐(0) 编辑

2016年11月12日

Docker源码分析

摘要: http://blog.csdn.net/shlazww/article/details/39233467 http://www.infoq.com/cn/author/%E5%AD%99%E5%AE%8F%E4%BA%AE#文章 阅读全文

posted @ 2016-11-12 22:02 暖风的风 阅读(137) 评论(0) 推荐(0) 编辑

2016年11月11日

docker

摘要: https://docs.docker.com/engine/getstarted/ http://www.infoq.com/cn/articles/docker-core-technology-preview 阅读全文

posted @ 2016-11-11 22:55 暖风的风 阅读(114) 评论(0) 推荐(0) 编辑

认识CPU Cache

摘要: http://geek.csdn.net/news/detail/114619 7个示例科普CPU Cache:http://coolshell.cn/articles/10249.html Linux Cache 机制:http://www.cnblogs.com/liloke/archive/2 阅读全文

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

2016年11月9日

mesos INSTALL

摘要: $ git clone https://github.com/mesosphere/playa-mesos $ cd playa-mesos $ vagrant up --provision 阅读全文

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

2016年11月8日

DC/OS

摘要: https://dcos.io/docs/1.8/ 阅读全文

posted @ 2016-11-08 23:40 暖风的风 阅读(122) 评论(0) 推荐(0) 编辑

Chronos

摘要: https://mesos.github.io/chronos/ https://github.com/mesos/chronos https://github.com/mesos/chronos/tree/master/docs https://mesos.github.io/chronos/do 阅读全文

posted @ 2016-11-08 23:39 暖风的风 阅读(312) 评论(0) 推荐(0) 编辑

2016年11月7日

hbase-architecture

摘要: https://www.mapr.com/blog/in-depth-look-hbase-architecture http://stackoverflow.com/questions/40067933/hbase-whats-the-difference-between-wal-and-mems 阅读全文

posted @ 2016-11-07 00:14 暖风的风 阅读(193) 评论(0) 推荐(0) 编辑

2016年11月6日

mesos papers

摘要: https://people.eecs.berkeley.edu/~alig/papers/mesos.pdf 阅读全文

posted @ 2016-11-06 23:53 暖风的风 阅读(140) 评论(0) 推荐(0) 编辑

2016年11月4日

Troubleshooting Guide for HotSpot VM

摘要: https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/toc.html 阅读全文

posted @ 2016-11-04 22:32 暖风的风 阅读(170) 评论(0) 推荐(0) 编辑

性能测试

摘要: http://www.cnblogs.com/scios/category/750046.html 分享18个常用的网站性能测试工具 阅读全文

posted @ 2016-11-04 09:59 暖风的风 阅读(122) 评论(0) 推荐(0) 编辑

2016年10月31日

GBG java

摘要: https://sourceware.org/gdb/onlinedocs/gdb/Sample-Session.html#Sample-Session http://m.blog.csdn.net/article/details?id=7191811 https://sourceware.org/ 阅读全文

posted @ 2016-10-31 00:54 暖风的风 阅读(211) 评论(0) 推荐(0) 编辑

2016年10月30日

Performance Analysis Methodology

摘要: http://www.brendangregg.com/methodology.html The USE Method: for finding resource bottlenecks The TSA Method: for analyzing application time Off-CPU A 阅读全文

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

method-r

摘要: http://carymillsap.blogspot.com/2009/11/why-we-made-method-r.html 阅读全文

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

dtrace

摘要: http://dtrace.org/blogs/brendan/page/3/ 阅读全文

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

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

导航