Show HN: eBPF tool to monitor disk usage, perform actions
by peddling-brink on 10/9/2023, 10:27:33 PM
Why use eBPF for this? Seems like massive overkill just to trigger a script based on a disk usage percentage. It seems this could be done with a bash cron one liner.
by nickstinemates on 10/9/2023, 5:57:40 PM
What is your experience with using bpf2go?
Why use eBPF for this? Seems like massive overkill just to trigger a script based on a disk usage percentage. It seems this could be done with a bash cron one liner.