summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-08 22:34:45 +0200
committerPaul Buetow <paul@buetow.org>2026-03-08 22:34:45 +0200
commit9f21f1004beeac10be9223bc8c5514261e397b6e (patch)
tree3c1a3cdbbf2399c899925838a1ad446d992188a8 /README.md
parentd7d67b49b8cc6683c6d820f8ead12282397f7c91 (diff)
jo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea70460..e1ab916 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
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. This is especially useful for drawing FlameGraphs like these:
-<img src=assets/ior-flamegraph-example.svg />
+<img src=assets/screenshot-flames.png />
Maybe this is 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).