docs: update links and improve formatting in various README files

- Corrected URLs in the Chinese and English README files to ensure accuracy and consistency.
- Removed trailing punctuation from links for better formatting.
- Enhanced clarity in the descriptions and instructions across multiple documents.
This commit is contained in:
github-actions[bot]
2025-08-24 04:34:30 +00:00
parent 5a2535312c
commit 97196d0550
11 changed files with 38 additions and 38 deletions

View File

@@ -10,7 +10,7 @@
### 0. 使用bcc之前
在使用bcc之前你应该从Linux基础知识开始。可以参考[Linux Performance Analysis in 60,000 Milliseconds](https://netflixtechblog.com/linux-performance-analysis-in-60-000-milliseconds-accc10403c55)文章,其中介绍了以下命令:
在使用bcc之前你应该从Linux基础知识开始。可以参考[Linux Performance Analysis in 60,000 Milliseconds](https://www.brendangregg.com/Articles/Netflix_Linux_Perf_Analysis_60s.pdf)文章,其中介绍了以下命令:
1. uptime
1. dmesg | tail

View File

@@ -10,7 +10,7 @@ Some quick wins.
### 0. Before bcc
Before using bcc, you should start with the Linux basics. One reference is the [Linux Performance Analysis in 60,000 Milliseconds](https://netflixtechblog.com/linux-performance-analysis-in-60-000-milliseconds-accc10403c55) post, which covers these commands:
Before using bcc, you should start with the Linux basics. One reference is the [Linux Performance Analysis in 60,000 Milliseconds](https://www.brendangregg.com/Articles/Netflix_Linux_Perf_Analysis_60s.pdf) post, which covers these commands:
1. uptime
1. dmesg | tail