hitsz-ids / duetector

duetector🔍: Data Usage Extensible Detector for data usage observability.
https://dataucon.idslab.io/
Apache License 2.0
10 stars 8 forks source link

Add read and write tracers #93

Open WYXsb opened 1 year ago

WYXsb commented 1 year ago

🚅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 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.

NinZeige commented 1 year ago

Acknowledged