summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-07 21:26:52 +0200
committerPaul Buetow <paul@buetow.org>2025-03-07 21:26:52 +0200
commit4460a68aa299ad6b63ffbbbb23585b93fad9feee (patch)
tree72b585097db224d319e792b51bdf313401fe891d /README.md
parent2b91942467052dfb389d9209fc96e6bb52fa2e3f (diff)
add pprof option and rename ioriotng to ior
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 156ed5a..3831ad7 100644
--- a/README.md
+++ b/README.md
@@ -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