Recent Posts
Recent Comments
Archives
- Today
- Total
목록프로그래밍 (Programming)/eBPF (1)
Byeo
BCC : Lesson 1 ~ 6
이 포스트는 [iovisor-bcc tutorial]을 참고하였습니다. 목차 Lesson 1. Hello world Lesson 2. sys_sync() Lesson 3. hello_fields.py Lesson 4. sync_timing.py Lesson 5. sync_count.py Lesson 6. disksnoop.py Lesson 1. Hello world bcc를 빌드 하면, examples/hello_world.py가 존재합니다. sudo ./examples/hello_world.py 위와 같이 실행하고 다른 session에서 process를 생성하는 명령어를 수행하면 아래와 같이 출력되는 것을 확인할 수 있습니다. ./a.out 은 간단히 fork를 하나 실행하는 프로그램입니다. 이 때 역..
프로그래밍 (Programming)/eBPF
2021. 8. 5. 18:23