iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

Add filters to filetop #5003

Open Hannibal404 opened 4 months ago

Hannibal404 commented 4 months ago

Add filter to reverse the output order of filetop, and filters to trace either read or write operations at a time

yonghong-song commented 4 months ago

Could you explain why you add these filters and why they are useful? The existing output should already cover what you try to implement.

yonghong-song commented 4 months ago

Also, for not-single-character option, please use '--option' format.