Create kprobe to Track Blocking vfs_write Call
Closed this issue · 1 comments
tamemo99 commented
As a developer:
I want to attach kprobe to vfs_write function so that I can detect and log blocking behavior in file system writes.
Acceptance Criteria:
Data Captured:
Collect key information:
Process ID (PID).
File descriptor.
Size of the write operation.
Timestamp.
Performance:
Ensure the kprobe has minimal system impact.