from Hacker News

Show HN: eBPF tool to monitor disk usage, perform actions

by giis on 10/9/23, 1:47 PM with 7 comments

  • by peddling-brink on 10/9/23, 10:27 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/23, 5:57 PM

    What is your experience with using bpf2go?