Kindling
Overview and Concepts
Overview
Trace Profiling
RPC Trace
Roadmap
Prometheus vs. Kindling vs. APM
How Kindling Agent is going to evolve
Installation
Kindling Agent
Requirements
Install Kindling in Kubernetes
Setting up Grafana
FAQ
Download Linux kernel headers
Usage
How to enable Trace Profiling
Prometheus Metrics Description
Use Cases
Service Map and Performance
Observe Java Lock
Developer Guide
Architecture
Build Kindling container image from source codes
Kindling agent-libs 用户态空间数据流
Kindling agent-libs内核态空间数据流
Kindling collector 流水线数据传递流程
Add new eBPF hooks
Kindling probe核心流程
Developer FAQ
Reference
Kindling Java Agent
Overview
Modifications of async-profiler
async-profiler 改造点
Trace Profiling Operation Manual
本文档使用 MrDoc 发布
-
+
home page
Build Kindling container image from source codes
## Build kernel modules and eBPF modules **Note: Necessary only if your kernel version is not supported by Kindling. Otherwise this step is optional.** Following steps are used to compile local kernel modules and eBPF modules, which you can skip if using precompiled modules by Kindling. ```bash # Get the latest repository git clone -b kindling-dev https://github.com/Kindling-project/agent-libs cd agent-libs # Kernel headers are used to compile kernel modules and eBPF modules. The version of kernel headers must match the runtime. Warning: The command might not work with some kernel, or install kernel headers in another way. http://rpm.pbone.net is a choice to find RPMs for RHEL-like distributions. # Debian-like distributions sudo apt-get -y install linux-headers-$(uname -r) # RHEL-like distributions sudo yum -y install kernel-devel-$(uname -r) # Compile the kernel module and eBPF docker run -it -v /usr:/host/usr -v /lib/modules:/host/lib/modules -v $PWD:/source kindlingproject/kernel-builder:latest # Create a tarball which is needed when building the probe container image tar -cvzf kindling-falcolib-probe.tar.gz kindling-falcolib-probe/ # Copy and wait for building the image.You may need to prefix /kindling path with your own absolute path cp kindling-falcolib-probe.tar.gz kindling/collector/docker/ ``` ## Build kindling-agent itself ```bash git clone https://github.com/CloudDectective-Harmonycloud/kindling.git cd kindling/deploy/scripts chmod +x build.sh # start compile container for binaries ./run_docker.sh cd deploy/scripts sh build.sh ```
xieyun
Nov. 14, 2022, 3:19 p.m.
Share documents
Collection documents
Last
Next
Scan wechat
Copy link
Scan your mobile phone to share
Copy link
关于 MrDoc
觅思文档MrDoc
是
州的先生
开发并开源的在线文档系统,其适合作为个人和小型团队的云笔记、文档和知识库管理工具。
如果觅思文档给你或你的团队带来了帮助,欢迎对作者进行一些打赏捐助,这将有力支持作者持续投入精力更新和维护觅思文档,感谢你的捐助!
>>>捐助鸣谢列表
微信
支付宝
QQ
PayPal
Markdown文件
share
link
type
password
Update password