English | 简体中文

HUATUO is a cloud-native operating system observability project open-sourced by DIDI and incubated under the CCF. It focuses on providing deep, kernel-level observability for complex cloud-native. By integrating linux kernel dynamic tracking such as kprobe, tracepoint, ftrace and eBPF, it has achieved multi-dimensional kernel observability, such as more refined metrics, kernel runtime exception contexts, and automatic tracking. HUATUO has been deployed at scale in Didi's production environment and plays a critical role in troubleshooting system failure, enhancing the high availability and performance of the cloud-native operating system. Through continuous evolution, HUATUO aims to advance eBPF in observability toward lower overhead and greater efficiency. For more information: https://huatuo.tech

Use the docker cli to launch the huatuo service:
$ docker run --privileged --cgroupns=host --network=host -v /sys:/sys -v /run:/run huatuo/huatuo-bamai:latest
Pull the metric on another terminal:
$ curl -s localhost:19704/metrics
Launch the Elasticsearch, Prometheus, Grafana, and huatuo services using docker compose. Once the services are running, access http://localhost:3000 via your web browser.
$ docker compose --project-directory ./build/docker up
For more information, please refer to: Quick Start or https://huatuo.tech/quickstart/
Do not deploy images with the latest tag to production environment, as this is a development and testing image.
Supports kernel versions from 4.18 and later.
| HUATUO | Kernel Version | OS Distribution |
|---|---|---|
| 1.0.0 | 4.18.x | CentOS 8.x |
| 1.0.0 | 5.4.x | OpenCloudOS V8/Ubuntu 20.04 |
| 1.0.0 | 5.10.x | OpenEuler 22.03/Anolis OS 8.10 |
| 1.0.0 | 5.15.x | Ubuntu 22.04 |
| 1.0.0 | 6.6.x | OpenEuler 24.03/Anolis OS 23.3/OpenCloudOS V9 |
| 1.0.0 | 6.8.x | Ubuntu 24.04 |
| 1.0.0 | 6.14.x | Fedora 42 |
For more information, visit https://huatuo.tech

This project is open source under the Apache License 2.0. The BPF code is licensed under the GPL license.
$ claude mcp add huatuo \
-- python -m otcore.mcp_server <graph>