diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ I/O Riot NG is a a experiments with BPF. Maybe a spiritual successor of one of my previous projects, I/O Riot https://codeberg.org/snonux/ioriot, the latter was based on SystemTap and C. The NG is based on Go, C and BPF (via libbpfgo). +This program traces for I/O syscalls and then analyses the time taken for each of those syscalls. And also the time between of those syscalls. + ## Fedora To get this running on Fedora 39, run: |
