summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-24 21:46:23 +0300
committerPaul Buetow <paul@buetow.org>2025-05-24 21:46:23 +0300
commitb38238ed9daa72c3537d55928539eaef8c288096 (patch)
treecf1fba8393393093437ef3f57e787bb2f654ca94 /README.md
parent70d554fb641fbd2b09833316c66468f99e3f41ba (diff)
update example
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 2e9b0cf..625853e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,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-by-count-flamegraph.svg />
+<img src=assets/ior-flamegraph-example.svg />
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).