diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-13 10:38:05 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-13 10:38:05 +0200 |
| commit | 6c6e3ea33241042e8a1efc04cee3bfb3559dd210 (patch) | |
| tree | 88237d9bd14cf1974c057941f03fd32ac80dd9db /README.md | |
| parent | 94179a7963cfdcd1c61b3630a05dadbdd6a72b02 (diff) | |
add more to the readme
Diffstat (limited to 'README.md')
| -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: |
