腾讯腾讯云-性能优化工程师
社招全职3年以上CSIG技术地点:杭州状态:招聘
任职要求
1.计算机科学或相关专业本科及以上学历,3年以上性能优化或相关领域工作经验; 2.熟悉Linux平台性能优化工具/框架的使用,如Linux perf/eBPF/Ftrace等; 3.熟悉Linux内核,精通内核调度器,内存,文件系统,网络等模块之一; 4.熟悉Intel/AMD x86_64或ARM arm64体系结构; 5.出色系统编程能力,熟练使用C/C++/Rust/Go等,掌握一种脚本语言(如: Python/Shell/Ruby); 6.具备良好的问题分析和解决能力,能够独立承担性能优化任务; 7.良好的团队合作精神,沟通能力和学习能力。 加分项 1.有云计算或大数据平台性能优化经验; 2.有Linux性能工具开发经验优先; 3.具备自研性能优化平台和产品优先; 4.具备编译优化能力(PGO/AutoFDO/Bolt)优先; 5.熟悉使用Intel EMON/VTune/PCM等性能优化工具优先; 6.通过腾讯云从业资格证或同等资格认证的优先录取。
工作职责
1.负责腾讯云产品的性能优化工作,提升系统稳定性和响应速度; 2.与产品、研发、测试等部门紧密合作,确保性能优化目标的达成; 3.负责软硬件协同性能优化方案的创新和落地; 4.协助建设腾讯云性能优化平台和产品。
包括英文材料
学历+
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Perf+
https://perfwiki.github.io/main/
perf is powerful: it can instrument CPU performance counters, tracepoints, kprobes, and uprobes (dynamic tracing).
https://www.brendangregg.com/bpf-performance-tools-book.html
This book can help you get the most out of your systems and applications, helping you improve performance, reduce costs, and solve software issues.
[英文] perf Examples
https://www.brendangregg.com/perf.html
These are some examples of using the perf Linux profiler, which has also been called Performance Counters for Linux (PCL), Linux perf events (LPE), or perf_events.
https://www.youtube.com/watch?v=M6ldFtwWup0
eBPF+
https://ebpf.io/get-started/
eBPF is a revolutionary technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading a kernel module.
内核+
https://www.youtube.com/watch?v=C43VxGZ_ugU
I rummage around the Linux kernel source and try to understand what makes computers do what they do.
https://www.youtube.com/watch?v=HNIg3TXfdX8&list=PLrGN1Qi7t67V-9uXzj4VSQCffntfvn42v
Learn how to develop your very own kernel from scratch in this programming series!
https://www.youtube.com/watch?v=JDfo2Lc7iLU
Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the Linux kernel any special.
ARM64+
https://mariokartwii.com/armv8/
This page includes chapters of information that will teach a Beginner about the ARMv8 AArch64/ARM64 Assembly Language.
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Rust+
https://www.youtube.com/watch?v=BpPEoZW5IiY
In this comprehensive Rust course for beginners, you will learn about the core concepts of the language and underlying mechanisms in theory.
https://www.youtube.com/watch?v=lzKeecy4OmQ
Full Rust 101 Crash Course for beginners.
https://www.youtube.com/watch?v=rQ_J9WH6CGk
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
Ruby+
https://www.ruby-lang.org/en/documentation/quickstart/
This is a small Ruby tutorial that should take no more than 20 minutes to complete.
大数据+
https://www.youtube.com/watch?v=bAyrObl7TYE
https://www.youtube.com/watch?v=H4bf_uuMC-g
With all this talk of Big Data, we got Rebecca Tickle to explain just what makes data into Big Data.
相关职位
社招3年以上研发类
1、负责海内外主流应用的性能优化工作; 2、负责性能业务相关场景的相关拆解工作,并针对改善点提出解决方案; 3、负责与规划团队合作,落地相关技术优化方案; 4、负责Android系统内存分配和回收链路拆解和性能问题的研发和优化工作。
更新于 2025-06-25
社招3-7年研发类
1、负责整机系统流畅度、应用切换时延等性能核心指标策略开发和建设; 2、负责整机性能相关native和java接口和策略开发与维护,协助项目解决功耗性能温升瓶颈; 3、协助研究主流SOC性能评测软件原理,进一步挖掘平台性能; 4、协助Android系统行业内流畅度新技术探索和挖掘,竞品策略分析。
更新于 2025-03-24
社招3年以上研发类
1、负责系统性梳理行业性能难题,抽象出专题/技术横向进行攻关; 2、牵头性能项目,相关项目优化到行业领先水平; 3、负责内存/CPU性能技术分解,支撑性能管控,让系统资源达到最优设计。
更新于 2025-03-03