Skip to content
View kerolt's full-sized avatar
🏸
Focusing
🏸
Focusing

Highlights

  • Pro

Block or report kerolt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kerolt/README.md

👋 I'm Kerolt

Systems Enthusiast | Performance Enthusiast | eBPF Explorer

I focused on low-level systems, observability, and high-performance engineering, and enjoy exploring the underlying principles of how things actually work.

⚙️ Languages: C++ | Rust | Go

🔬 Interests: Operating Systems, Runtime/Scheduling, Observability Tools.

  • 🧊 Systems: Deep diving into eBPF, OS kernels, runtimes, and resource scheduling.
  • ☁️ Cloud Native: Building high-availability distributed infrastructure.
  • 🔬 Observability: Implementing profiling, tracing, and performance toolchains.

🔥 Love things that are full of life and pursue freedom

🏸 Off-keyboard: Badminton, Running

📧 Contact: kerolt@qq.com

🌐 Blog / Notes: kerolt.work

Pinned Loading

  1. kerolt.github.io kerolt.github.io Public

    https://kerolt.work

    HTML

  2. profiler profiler Public

    基于 eBPF 实现,利用 Linux 内核中的 perf 事件进行性能分析。profiler 工具会定期对每个处理器进行采样,以便捕获内核函数和用户空间函数的执行。

    C++

  3. bpf-developer-tutorial bpf-developer-tutorial Public

    Forked from eunomia-bpf/bpf-developer-tutorial

    eBPF Developer Tutorial: Learning eBPF Step by Step with Examples

    C

  4. traffic-manager traffic-manager Public

    基于 eBPF 的轻量级 Kubernetes 透明流量管理与负载均衡工具。它在 Linux Socket 层将 eBPF 程序挂载到 cgroup/connect4 钩子上,在应用发起 connect() 时透明拦截并将 Service 虚拟 IP(VIP)重写为后端 Pod IP

    Go