随笔分类 -  Linux kernel

Linux performance monitor tool
摘要:https://www.tecmint.com/command-line-tools-to-monitor-linux-performance/ https://www.tecmint.com/linux-performance-monitoring-with-vmstat-and-iostat-c 阅读全文

posted @ 2019-07-21 17:35 暖风的风 阅读(151) 评论(0) 推荐(0) 编辑

Control group namespaces
摘要:https://www.toptal.com/linux/separation-anxiety-isolating-your-system-with-linux-namespaces https://www.linuxjournal.com/content/everything-you-need-k 阅读全文

posted @ 2019-02-02 09:41 暖风的风 阅读(122) 评论(0) 推荐(0) 编辑

c groups
摘要:https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt https://developer.ibm.com/hadoop/2017/06/30/deep-dive-yarn-cgroups/ https://www.linuxjo 阅读全文

posted @ 2019-01-25 02:17 暖风的风 阅读(154) 评论(0) 推荐(0) 编辑

linux source code search
摘要:https://elixir.bootlin.com/linux/latest/source/fs/eventpoll.c#L1120 阅读全文

posted @ 2018-12-01 23:24 暖风的风 阅读(184) 评论(0) 推荐(0) 编辑

EPOLL AND Nonblocking I/O
摘要:https://medium.com/@copyconstruct/nonblocking-i-o-99948ad7c957 https://idndx.com/2014/09/02/the-implementation-of-epoll-2/ https://blog.csdn.net/zhang 阅读全文

posted @ 2018-12-01 20:25 暖风的风 阅读(253) 评论(1) 推荐(0) 编辑

the-implementation-of-epoll
摘要:Enhanced Char Driver Operations http://www.xml.com/ldd/chapter/book/ch05.html https://idndx.com/2014/09/01/the-implementation-of-epoll-1/ https://idnd 阅读全文

posted @ 2018-07-30 13:25 暖风的风 阅读(192) 评论(0) 推荐(0) 编辑

评价linux协议栈tcp实现中的prequeue
摘要:https://blog.csdn.net/dog250/article/details/5464513 https://wiki.aalto.fi/download/attachments/70789052/linux-tcp-review.pdf http://lkml.iu.edu/hyper 阅读全文

posted @ 2018-07-30 00:46 暖风的风 阅读(176) 评论(0) 推荐(0) 编辑

Linux ,JVM Profiler
该文被密码保护。

posted @ 2018-07-29 23:32 暖风的风 阅读(1) 评论(0) 推荐(0) 编辑

The Linux Command Line,Script
摘要:https://stackoverflow.com/questions/5891342/modify-conf-file-with-shell-script http://www.grymoire.com/Unix/Sed.html https://www.amazon.com/Practical- 阅读全文

posted @ 2018-03-29 18:38 暖风的风 阅读(195) 评论(0) 推荐(0) 编辑

Linux中生成 Core Dump 文件的方法
摘要:http://hutaow.com/blog/2013/10/25/linux-core-dump/ 阅读全文

posted @ 2018-03-28 17:47 暖风的风 阅读(238) 评论(0) 推荐(0) 编辑

Kprobes
摘要:https://landley.net/kdocs/ols/2007/ols2007v1-pages-215-224.pdf https://www.kernel.org/doc/Documentation/kprobes.txt https://www.ibm.com/developerworks 阅读全文

posted @ 2017-11-27 11:26 暖风的风 阅读(222) 评论(0) 推荐(0) 编辑

Berkeley Packet Filter (BPF) BCC
摘要:http://www.brendangregg.com/ebpf.html https://qmonnet.github.io/whirl-offload/2016/09/01/dive-into-bpf/ A thorough introduction to eBPF https://lwn.ne 阅读全文

posted @ 2017-11-27 10:38 暖风的风 阅读(282) 评论(0) 推荐(0) 编辑

Linux aio
摘要:https://stackoverflow.com/questions/42039448/linux-aio-and-linux-native-aio-are-the-same-thing http://lse.sourceforge.net/io/aio.html http://www.lenky 阅读全文

posted @ 2017-06-30 11:02 暖风的风 阅读(293) 评论(0) 推荐(0) 编辑

Linux设备驱动开发详解
摘要:Linux设备驱动开发详解 http://download.csdn.net/detail/wuyouzi067/9581380 阅读全文

posted @ 2017-06-29 10:37 暖风的风 阅读(266) 评论(0) 推荐(0) 编辑

epoll
摘要:https://oxnz.github.io/2014/04/26/linux-epoll/ http://luminous.blog.51cto.com/10797288/1832114 http://blog.sae.sina.com.cn/archives/3708 https://segme 阅读全文

posted @ 2017-04-28 10:06 暖风的风 阅读(216) 评论(0) 推荐(0) 编辑

Understanding The Linux Virtual Memory Manager
摘要:http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.588.4660&rep=rep1&type=pdf http://events.linuxfoundation.org/sites/events/files/slides/elc_20 阅读全文

posted @ 2017-03-15 10:00 暖风的风 阅读(507) 评论(0) 推荐(0) 编辑

linux io architecture
摘要:http://www.cs.columbia.edu/~krj/os/lectures/L24-IO.pdf http://events.linuxfoundation.org/sites/events/files/slides/lceu15_baluta.pdf http://ftp.naist. 阅读全文

posted @ 2017-03-13 10:12 暖风的风 阅读(521) 评论(1) 推荐(0) 编辑

linux kernel & source code analysis& hacking
摘要:https://kernelnewbies.org/ http://www.tldp.org/LDP/lki/index.html https://kernelnewbies.org/ML https://kernelnewbies.org/Documents https://lwn.net/Art 阅读全文

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

tcp connection
摘要:三次握手与四次挥手的原因 https://yq.aliyun.com/articles/7435?spm=5176.8091938.0.0.N4v33a linux里的backlog详解 tcp connection setup的实现(一) linux内核中tcp连接的断开处理 tcp connec 阅读全文

posted @ 2017-03-06 19:03 暖风的风 阅读(331) 评论(0) 推荐(0) 编辑

linux all version source code
摘要:http://lxr.linux.no/linux+v2.6.11/net/ipv4/ 阅读全文

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

导航

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