mirror of
https://github.com/yanfeizhang/coder-kung-fu.git
synced 2026-05-05 20:51:01 +08:00
feat:添加容器进程pid分配新文
This commit is contained in:
10
README.md
10
README.md
@@ -17,11 +17,10 @@
|
||||
|
||||
|
||||
---
|
||||
**新文置顶**
|
||||
- [Linux进程是如何创建出来的?](https://mp.weixin.qq.com/s/ftrSkVvOr6s5t0h4oq4I2w) <font color="#dd0000">(:cn:新)</font>
|
||||
- [你写的代码是如何跑起来的?](https://mp.weixin.qq.com/s/1bdktqYF7VyAMadRlcRrSg) <font color="#dd0000">(:cn:新)</font>
|
||||
**新文置顶:最近写的都是CPU、进程方向的**
|
||||
- [聊聊Linux中线程和进程的联系与区别!](https://mp.weixin.qq.com/s/--S94B3RswMdBKBh6uxt0w) <font color="#dd0000">(:cn:新)</font>
|
||||
- [你的新进程是如何被内核调度执行到的?](https://mp.weixin.qq.com/s/y2axbQTzOGZweJn3LAhWvg) <font color="#dd0000">(:cn:新)</font>
|
||||
- [Docker容器里进程的 pid 是如何申请出来的?](https://mp.weixin.qq.com/s/LDu6s1eZw6_xEwfa6pMM-A) <font color="#dd0000">(:cn:新)</font>
|
||||
|
||||
|
||||
## 一、网络篇
|
||||
@@ -136,13 +135,16 @@
|
||||
|
||||
**4.4 CPU性能优化**
|
||||
- [一个likely的简单使用,背后却是对CPU工作原理的深刻理解](https://mp.weixin.qq.com/s/2YJVAEanfjSYgmZh8GRNrg) <font color="#dd0000">(:cn:新)</font>
|
||||
|
||||
**4.5 进程管理**
|
||||
- [Linux进程是如何创建出来的?](https://mp.weixin.qq.com/s/ftrSkVvOr6s5t0h4oq4I2w) <font color="#dd0000">(:cn:新)</font>
|
||||
- [你写的代码是如何跑起来的?](https://mp.weixin.qq.com/s/1bdktqYF7VyAMadRlcRrSg) <font color="#dd0000">(:cn:新)</font>
|
||||
- [聊聊Linux中线程和进程的联系与区别!](https://mp.weixin.qq.com/s/--S94B3RswMdBKBh6uxt0w) <font color="#dd0000">(:cn:新)</font>
|
||||
- [你的新进程是如何被内核调度执行到的?](https://mp.weixin.qq.com/s/y2axbQTzOGZweJn3LAhWvg) <font color="#dd0000">(:cn:新)</font>
|
||||
|
||||
**4.6 容器进程管理**
|
||||
- [一次限制进程的 CPU 用量的实操过程](https://mp.weixin.qq.com/s/WQXURUChn8AZW17_Bi5plg)
|
||||
- [Docker容器里进程的 pid 是如何申请出来的?](https://mp.weixin.qq.com/s/LDu6s1eZw6_xEwfa6pMM-A) <font color="#dd0000">(:cn:新)</font>
|
||||
|
||||
|
||||
## 五、应用篇
|
||||
- [峰值 QPS 50 万 +,性能优异的网络框架开源力作 Sogou Workflow!](https://mp.weixin.qq.com/s/clILKrOO7_XJs6uHp5hoUw)
|
||||
|
||||
Reference in New Issue
Block a user