1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00
Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
utam0k 2023-09-25 12:15:03 +00:00
parent 72566c162f
commit 6c0eb28271
No known key found for this signature in database
GPG Key ID: 2DB29D2A21B41E0E

@ -15,7 +15,7 @@ For example, if you catch write system calls, you can see the log output until t
It allows you to do something similar to print debugging.
_How to debug_
1. You need to install bpftrace, please refere to [the official documentation](https://github.com/iovisor/bpftrace/blob/master/INSTALL.md) to know how to install it.
1. You need to install bpftrace, please refer to [the official documentation](https://github.com/iovisor/bpftrace/blob/master/INSTALL.md) to know how to install it.
2. Before running the process or comannd you want to debug, run the following command in another terminal.
You need the root privilege to run it.