12 2016 档案

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

posted @ 2016-12-09 18:50 暖风的风 阅读(143) 评论(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 暖风的风 阅读(142) 评论(0) 推荐(0) 编辑

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

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

TCP source code for Linux有关的文章
该文被密码保护。

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

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 暖风的风 阅读(175) 评论(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 暖风的风 阅读(470) 评论(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 暖风的风 阅读(181) 评论(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 暖风的风 阅读(178) 评论(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 暖风的风 阅读(214) 评论(0) 推荐(0) 编辑

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

导航

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