File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,13 @@ hey~,我是科科人神,目前就职于国内一家互联网公司,你们
4
4
</p >
5
5
<br >
6
6
<p align =" center " >
7
- <a href =' #wechat.png ' target =" _blank " ><img src =" https://img.shields.io/static/v1?label=%E7%A7%91%E7%A7%91%E4%BA%BA%E7%A5%9E&message=%E5%85%AC%E4%BC%97%E5%8F%B7&color= " ></a >
7
+ <a href='#wechat.png'
8
+ target="_ blank"><img src =" https://img.shields.io/static/v1?label=%E7%A7%91%E7%A7%91%E4%BA%BA%E7%A5%9E&message=%E5%85%AC%E4%BC%97%E5%8F%B7&color= " ></a >
8
9
<a href =" https://www.youtube.com/channel/UCK8wjBe9sh4VHSowLQmWOzg " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=youtube&message=YouTube&color=red " ></a >
9
10
<a href =" https://space.bilibili.com/478621088 " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=bilibili&message=b%E7%AB%99&color=blue " ></a >
10
11
<a href =" https://www.zhihu.com/people/shgopher " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=zhihu&message=%E7%9F%A5%E4%B9%8E&color=blue " ></a >
11
- <a href =" https://juejin.cn/user/2682464104362557 " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=juejin&message=%E6%8E%98%E9%87%91&color=blue " ></a >
12
- <br >
13
12
<a href =" https://blog.csdn.net/zyfljxzby " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=csdn&message=CSDN&color=red " ></a >
14
- <a href =" https://www.jianshu.com/u/ceaf3687b2bc " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=jianshu&message=%E7%AE%80%E4%B9%A6&color=red " ></a >
15
13
<a href =" https://www.toutiao.com/c/user/token/MS4wLjABAAAAIGeO1-kCUelF-G8GW3AvJlrEL7tiO24WHJmnX4nV1bs " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=toutiao&message=%E5%A4%B4%E6%9D%A1&color=red " ></a >
16
- <a href =" https://www.cnblogs.com/shgopher " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=cnblogs&message=%E5%8D%9A%E5%AE%A2%E5%9B%AD&color=red " ></a >
17
- <a href =" https://my.oschina.net/shgopher " target =" _blank " ><img src =" https://img.shields.io/static/v1?label=oschina&message=%E5%BC%80%E6%BA%90%E4%B8%AD%E5%9B%BD&color=green " ></a >
18
-
19
14
</p >
20
15
21
16
添加微信公众号:<a href =" #wechat.png " >科科人神</a >, 回复:
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ eBPF的全称是 extend berkeley package filter(扩展的伯克利包过滤器)
6
6
7
7
因为不能让我们直接操作内核态中的各项子系统,所以eBPF提供了一系列的辅助函数,来帮助跟其它内核态的子系统进行交互,这样可以确保更高的安全性,为了更高的安全性,编译的字节码在装载到bpf中时都会进行一些列的验证,总而言之,安全是eBPF的又一大特点。
8
8
9
- 目前,eBPF主要用在网络的监控,容器安全等领域 ,比如[ cilium] ( https://cilium.io/ ) 项目就是以go为编程语言的eBPF项目,它主要关注于容器的安全,另外还有[ bcc] ( https://github.com/iovisor/bcc ) 项目,它提供了一系列的关于eBPF的工具,主要语言是c和Python。
9
+ 目前,eBPF主要用在 ** 故障诊断 ** , ** 网络优化 ** , ** 安全控制 ** , ** 性能监控 ** 等领域 ,比如[ cilium] ( https://cilium.io/ ) 项目就是以go为编程语言的eBPF项目,它主要关注于容器的安全,另外还有[ bcc] ( https://github.com/iovisor/bcc ) 项目,它提供了一系列的关于eBPF的工具,主要语言是c和Python。
10
10
You can’t perform that action at this time.
0 commit comments