diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-02 15:03:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-02 15:27:42 +0200 |
| commit | dbc5a6a2f3554f98579b742fec012dde9a9417e2 (patch) | |
| tree | 625484328005b56ce0cc9a2ad06a58c8bfb45a52 /README.md | |
| parent | 89f861d778d8bf6e053d3ed6b60df2455dcb60fb (diff) | |
refactor
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,12 +2,10 @@ <img src=assets/ioriotng-small.png align=right /> -I/O Riot NG is an experiments with BPF. +I/O Riot NG is an experiments with BPF. This program traces for synchronous I/O syscalls and then analyses the time taken for each of those syscalls. 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: |
