diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-07 21:26:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-07 21:26:52 +0200 |
| commit | 4460a68aa299ad6b63ffbbbb23585b93fad9feee (patch) | |
| tree | 72b585097db224d319e792b51bdf313401fe891d /README.md | |
| parent | 2b91942467052dfb389d9209fc96e6bb52fa2e3f (diff) | |
add pprof option and rename ioriotng to ior
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -# ioriotng +# I/O Riot NG -<img src=assets/ioriotng-small.png align=right /> +<img src=assets/ior-small.png align=right /> 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. @@ -12,7 +12,7 @@ To get this running on Fedora 39, run: ```shell mkdir ~/git -git clone https://codeberg.org/snonux/ioriotng +git clone https://codeberg.org/snonux/ior git clone https://github.com/aquasecurity/libbpfgo sudo dnf install -y golang clang bpftool elfutils-libelf-devel zlib-static glibc-static libzstd-static cd libbpfgo |
