-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
bpftool: add Simplified Chinese translation #19231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9a1583c
bpftool: add Simplified Chinese translation
zhb4 25d84c7
Update pages.zh/linux/bpftool.md
zhb4 16e7ed1
Update pages.zh/linux/bpftool.md
zhb4 8a73d2d
Update pages.zh/linux/bpftool.md
zhb4 30557e4
Update pages.zh/linux/bpftool.md
zhb4 92d2e2c
Update bpftool.md
zhb4 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| # bpftool | ||
|
|
||
| > 以简单的方式检查和操作 eBPF 程序和映射。 | ||
| > 某些子命令(如 `prog`)有各自的用法文档。 | ||
| > 更多信息:<https://manned.org/bpftool>. | ||
|
|
||
| - 列出已加载的 `eBPF` 程序信息: | ||
|
|
||
| `bpftool prog list` | ||
|
|
||
| - 列出内核网络子系统中的 `eBPF` 程序附件: | ||
|
|
||
| `bpftool net list` | ||
|
|
||
| - 列出所有活动链接: | ||
|
|
||
| `bpftool link list` | ||
|
|
||
| - 列出系统中所有的 `raw_tracepoint`、`tracepoint`、`kprobe` 附件: | ||
zhb4 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| `bpftool perf list` | ||
|
|
||
| - 列出 BPF 类型格式(BTF)数据: | ||
|
|
||
| `bpftool btf list` | ||
|
|
||
| - 列出已加载映射的信息: | ||
|
|
||
| `bpftool map list` | ||
|
|
||
| - 探测网络设备 "eth0" 支持的 eBPF 功能: | ||
|
|
||
| `bpftool feature probe dev {{eth0}}` | ||
|
|
||
| - 从文件以批处理模式运行命令: | ||
|
|
||
| `bpftool batch file {{文件}}` | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eBPF程序附加点:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use the button next to "Preview" to add suggestions