From ca5b378648e5e470e4a87e5157aa972a087e8579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 18 Aug 2022 15:27:47 +0800 Subject: [PATCH] Polish readme a little (#9485) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dae4a8882..a410449d1f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ in Cloud Native architecture. The core features are following. - Service, service instance, endpoint(URI) metrics analysis -- Root cause analysis. Profile the code on the runtime powered by in-process agent and ebpf profiler. +- Root cause analysis. + - Profile the code on the runtime powered by in-process agent and ebpf profiler. + - Network profiler for TCP, TCP/TLS, HTTP(s) traffic - Service topology map analysis - Service instance and endpoint(URI) dependency analysis - Slow services and endpoints detecting @@ -40,7 +42,7 @@ including 1. Java, .NET Core, NodeJS, PHP, and Python auto-instrument agents. 2. Go, C++, and Rust SDKs. 3. [Agent profiling](https://skywalking.apache.org/docs/main/latest/en/concepts-and-designs/sdk-profiling/) for Java and Python. -4. [ebpf profiling](https://github.com/apache/skywalking-rover) for C, C++, Golang, and Rust. +4. [ebpf](https://github.com/apache/skywalking-rover) network profling and ON/OFF CPU profiling. 5. LUA agent especially for Nginx, OpenResty and Apache APISIX. 6. Browser agent. 7. Service Mesh Observability. Control plane and data plane. -- GitLab