diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-12 23:24:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-12 23:24:57 +0200 |
| commit | 5373526439ef4f7554da365bff7817e8c621a9b4 (patch) | |
| tree | 4bce44f8c2c11e773c0a8734443d8cad970e0a15 | |
| parent | 4b537ee80a028bf0e002045ba0d1db85e1197df4 (diff) | |
better
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,8 @@ # I/O Riot NG -<img src=assets/ior-small.png align=right /> +<img src=assets/ior-small.png /> -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: +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 (using https://github.com/brendangregg/FlameGraph) like these: <img src=assets/ior-by-count-flamegraph.svg /> @@ -42,4 +42,3 @@ make sudo cp -v ./libelf/libelf.a /usr/lib64/ ``` - |
