We needs many tracers using eBPF to track operations on data. There is no tracers to trace read and write operations on files. So we need read and write tracers.
🚅Description
Add new read and writebcctracer just like other tracers here.
🏕Solution
1.See our Developer Manual
2.Look at implentation of other tracers.
3.Fork our project and use BCC to write bcctracers under our framework and test them locally.
4.Create a PR.
🚅Search before asking
We needs many tracers using eBPF to track operations on data. There is no tracers to trace read and write operations on files. So we need
read
andwrite
tracers.🚅Description
Add new
read
andwrite
bcctracer just like other tracers here.🏕Solution
1.See our Developer Manual 2.Look at implentation of other tracers. 3.Fork our project and use BCC to write bcctracers under our framework and test them locally. 4.Create a PR.