diff --git a/events/summer2020/tasks.md b/events/summer2020/tasks.md index 5d4ff798dcdcc1895a6b5bd78e422fd2f5a33e4d..c2254c03ab7b49133c63d2b643e0e1bc05a7cbd1 100644 --- a/events/summer2020/tasks.md +++ b/events/summer2020/tasks.md @@ -1819,4 +1819,39 @@ _联系方式_ - douyan@kylinos.cn - jianfengli@ubuntukylin.com -_任务链接_ https://gitee.com/openeuler/marketing/issues/I1IRJ3 \ No newline at end of file +_任务链接_ https://gitee.com/openeuler/marketing/issues/I1IRJ3 + +#### [No.101 - BCC功能扩展 -- 网络包在业务流程中,端到端消耗的时间统计](https://gitee.com/openeuler/marketing/issues/I1INS7) + +_描述_ +1: BCC 现在都是网卡中断的时间,队列里边的时间,及协议处理的时间,没有一个端到端的统计; +2: 虚拟化层--virtio层--网络中断--中断处理--协议栈--应用处理 端到端的统计这些时间,有一个全局的时间; +3: 能够根据具体的接口与TCP Session进行详细的时间统计; + +_难度_ 中 + +_导师_ +@luanjianhai + +_联系方式_ +luanjianhai@163.com + +_任务链接_ https://gitee.com/openeuler/marketing/issues/I1INS7 + +#### [No.102 - 内核态CR(Checkpoint and Restore )用户态应用程序](https://gitee.com/openeuler/marketing/issues/I1INPF) + +_描述_ +用户态CR(checkpoint and restore)用户态程序 CRIU在用户态操作,性能效率低下。 +在内核态做对应用层的Checkpoint and Restore操作,能够提升应用层的保存与恢复效率。 + +_难度_ +高 + +_导师_ +@栾建海 + +_联系方式_ +luanjianhai@163.com + + +_任务链接_ https://gitee.com/openeuler/marketing/issues/I1INPF \ No newline at end of file