forked from linuxkerneltravel/lmp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2023.9.15 会议纪要 (linuxkerneltravel#526)
* Upload 2023.6.29 会议纪要.md * Add files via upload * 上传2023.8.4会议纪要 * Update 2023.8.4 会议纪要.md * Add files via upload
- Loading branch information
1 parent
1626767
commit 9e9e2ac
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# 2023.9.15 会议纪要 | ||
|
||
## 内存组 | ||
|
||
成员:乔哲,员可盈,徐东 | ||
|
||
**本周工作:** | ||
|
||
- 学习缺页相关知识,阅读部分缺页程序处理函数源码 | ||
- 学习内存性能指标--交换缺页异常处理延时 | ||
|
||
**下周工作计划:** | ||
|
||
- 交换缺页异常处理延时程序修改跑通,思考挂载点是否可以修改使结果更精确,以及学习其他重要的内存性能指标 | ||
|
||
- 提取进程级别的内存使用情况并逐步做可视化 | ||
|
||
## 网络组 | ||
|
||
成员:白宇宣,张小航,付紫杨 | ||
|
||
**本周工作**: | ||
|
||
- 完善上汽项目中期报告,网络部分 | ||
|
||
网络工具:Netwatch | ||
|
||
本工具基于 eBPF 机制对 Linux 网络子系统进行性能监测,其旨在使用户方便快捷的获取主机环境下linux网络协议栈的各种信息。目前,其实现的功能包括: | ||
|
||
· TCP相关的信息监测:主机环境下对tcp/ip协议的分析,可以统计流量,延时,错误,链接信息等主要信息 | ||
|
||
· HTTP1/1.1相关信息检测:通过截取相应TCP包的HTTP头实现主机环境下对用户态http1的分析 | ||
|
||
## 文件组 | ||
|
||
成员:廉洋洋,张帆 | ||
|
||
**本周工作:** | ||
|
||
- 实现ExtFUSE扩展(extfuse.c)中HANDLER(FUSE_READ)方法的优化 | ||
- 编写上汽项目中关于文件系统微内核化部分的详细文档,用于中期汇报 | ||
- 阅读“IO指标”:总结的很完善,自成一套体系 | ||
|
||
**下周计划**: | ||
|
||
- 完善ExtFUSE扩展对于FUSE架构中对于read流程的截取和改写 | ||
- 继续修改完善上期项目的文档 | ||
|
||
## CPU组 | ||
|
||
成员:张子恒,杨宁柯,王越 | ||
|
||
张子恒: | ||
|
||
- 开源之夏exec功能的扩充 | ||
- 进程画像上汽中期报告 | ||
|
||
杨宁珂: | ||
|
||
- 初步完成上期中期报告,晚上进行合并与修正。 | ||
- 完成bcc_sar报告的第一版,今天晚上进行修改,然后再继续完善。 | ||
- 下周工作 完成之前一些ghost落下的相关工作 | ||
|
||
## 鸿蒙组 | ||
|
||
成员:南帅波,刘冰 | ||
|
||
- 这周主要是完善鸿蒙项目总结报告 | ||
- 对鸿蒙的研究进行总结 | ||
- 调研础光Linux | ||
|
||
- | ||
|
||
|
||
|