summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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