mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-05-06 21:51:53 +08:00
teach chatgpt for perf event
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
---
|
||||
layout: post
|
||||
title: tc
|
||||
date: 2022-10-10 16:18
|
||||
category: bpftools
|
||||
author: yunwei37
|
||||
tags: [bpftools, tc, example]
|
||||
summary: a minimal example of a BPF application use tc
|
||||
---
|
||||
|
||||
## eBPF 入门实践教程:
|
||||
|
||||
`tc` (short for Traffic Control) is an example of handling ingress network traffics.
|
||||
It creates a qdisc on the `lo` interface and attaches the `tc_ingress` BPF program to it.
|
||||
|
||||
Reference in New Issue
Block a user