diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-07 09:09:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-07 09:09:14 +0300 |
| commit | 1323f35d38dec7aacb2590c8a06f458fd3493b31 (patch) | |
| tree | fd7896f5dc5cfdc4da92155b668f213167496718 | |
| parent | 138da68b60ea73e998ba1f450b1b202686c19dbb (diff) | |
Update content for html
| -rw-r--r-- | gemfeed/DRAFT-unveiling-ior-ng-part-1.html | 2 | ||||
| -rw-r--r-- | gemfeed/DRAFT-unveiling-ior-ng-part-2.html | 2 | ||||
| -rw-r--r-- | gemfeed/DRAFT-unveiling-ior-ng-part-3.html | 2 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | uptime-stats.html | 22 |
5 files changed, 15 insertions, 15 deletions
diff --git a/gemfeed/DRAFT-unveiling-ior-ng-part-1.html b/gemfeed/DRAFT-unveiling-ior-ng-part-1.html index 7c73c92a..7e7d60e1 100644 --- a/gemfeed/DRAFT-unveiling-ior-ng-part-1.html +++ b/gemfeed/DRAFT-unveiling-ior-ng-part-1.html @@ -237,7 +237,7 @@ http://www.gnu.org/software/src-highlite --> <a class='textlink' href='./DRAFT-unveiling-ior-ng-part-2.html'>Part 2: install + compile once, run everywhere</a><br /> <a class='textlink' href='./DRAFT-unveiling-ior-ng-part-3.html'>Part 3: under the hood (schema, probe generator, ClickHouse)</a><br /> <a class='textlink' href='https://codeberg.org/snonux/ior'>Source on Codeberg</a><br /> -<a class='textlink' href='https://codeberg.org/snonux/ior/src/branch/main/demo/TUTORIAL.md'>The full in-repo tutorial</a><br /> +<a class='textlink' href='https://codeberg.org/snonux/ior/src/branch/main/docs/tutorial/tutorial.md'>The full in-repo tutorial</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter 3.0.1-develop</a> | served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | diff --git a/gemfeed/DRAFT-unveiling-ior-ng-part-2.html b/gemfeed/DRAFT-unveiling-ior-ng-part-2.html index 73b67c75..b420be73 100644 --- a/gemfeed/DRAFT-unveiling-ior-ng-part-2.html +++ b/gemfeed/DRAFT-unveiling-ior-ng-part-2.html @@ -187,7 +187,7 @@ Old I/O Riot (Systemtap) New ior (libbpf + CO-RE) <br /> <span>What that buys ior in practice: I ship a single <span class='inlinecode'>ior</span> binary. On any Linux ≥4.18-ish with BTF available (which is almost all of them now — Debian, Ubuntu, Fedora, Arch, RHEL, and ElRepo's <span class='inlinecode'>kernel-ml</span> builds all ship <span class='inlinecode'>CONFIG_DEBUG_INFO_BTF=y</span> by default), it just works. No kernel-debuginfo dependency, no per-kernel build matrix, no DKMS hooks. The first time I tried <span class='inlinecode'>scp ior fedora-box:</span> and it ran without complaint after a 6-month gap I had to double-check it wasn't silently doing nothing.</span><br /> <br /> -<span>So the operational shape is: pick one box, do the install dance from the Rocky section above (or the Fedora one in the README) once, build, then distribute the 23 MB binary wherever you want to trace. The build host needs Go and clang and the static libraries. The trace hosts need a BTF-enabled kernel and <span class='inlinecode'>sudo</span>. That's it.</span><br /> +<span>So the operational shape is: pick one box, do the install dance from the Rocky section above (or <span class='inlinecode'>docs/build-rocky-linux-9.md</span> for a native Fedora/RHEL build) once, build, then distribute the 23 MB binary wherever you want to trace. The build host needs Go and clang and the static libraries. The trace hosts need a BTF-enabled kernel and <span class='inlinecode'>sudo</span>. That's it.</span><br /> <br /> <span>The runtime shape of a trace pipeline lines up with that:</span><br /> <br /> diff --git a/gemfeed/DRAFT-unveiling-ior-ng-part-3.html b/gemfeed/DRAFT-unveiling-ior-ng-part-3.html index 054c484b..2ae0f53c 100644 --- a/gemfeed/DRAFT-unveiling-ior-ng-part-3.html +++ b/gemfeed/DRAFT-unveiling-ior-ng-part-3.html @@ -227,7 +227,7 @@ NOTHING SUSPICIOUS — no unexpected processes, no surprise paths outside /proc, <a class='textlink' href='./DRAFT-unveiling-ior-ng-part-1.html'>Part 1: a guided tour</a><br /> <a class='textlink' href='./DRAFT-unveiling-ior-ng-part-2.html'>Part 2: install + compile once, run everywhere</a><br /> <a class='textlink' href='https://codeberg.org/snonux/ior'>Source on Codeberg</a><br /> -<a class='textlink' href='https://codeberg.org/snonux/ior/src/branch/main/demo/TUTORIAL.md'>The full in-repo tutorial</a><br /> +<a class='textlink' href='https://codeberg.org/snonux/ior/src/branch/main/docs/tutorial/tutorial.md'>The full in-repo tutorial</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter 3.0.1-develop</a> | served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | @@ -13,7 +13,7 @@ </p> <h1 style='display: inline' id='hello'>Hello!</h1><br /> <br /> -<span class='quote'>This site was generated at 2026-05-06T10:02:12+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2026-05-07T09:09:09+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <span>Welcome to the foo.zone!</span><br /> <br /> diff --git a/uptime-stats.html b/uptime-stats.html index 0b9cc49e..b0c91f61 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@ </p> <h1 style='display: inline' id='my-machine-uptime-stats'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2026-05-06T10:02:12+03:00</span><br /> +<span class='quote'>This site was last updated at 2026-05-07T09:09:08+03:00</span><br /> <br /> <span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>goprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> @@ -26,7 +26,7 @@ <br /> <a class='textlink' href='./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.html'>Unveiling <span class='inlinecode'>guprecords.raku</span>: Uptime records with Raku (and also there is a version in Go now)</a><br /> <br /> -<span class='quote'>Uptime stats were last updated Wed 6 May 10:02:12 EEST 2026</span><br /> +<span class='quote'>Uptime stats were last updated Thu 7 May 09:09:09 EEST 2026</span><br /> <br /> <h2 style='display: inline' id='top-20-uptime-s-by-host'>Top 20 Uptime's by Host</h2><br /> <br /> @@ -142,9 +142,9 @@ | 11. | uranus | 59 | NetBSD 10.1 | | 12. | pluto | 51 | Linux 3.2.0-4-amd64 | | 13. | *mega-m3-pro | 50 | Darwin 25.3.0 | -| 14. | *fishfinger | 50 | OpenBSD 7.8 | -| 15. | mega15289 | 50 | Darwin 23.4.0 | -| 16. | *blowfish | 50 | OpenBSD 7.8 | +| 14. | *blowfish | 50 | OpenBSD 7.8 | +| 15. | *fishfinger | 50 | OpenBSD 7.8 | +| 16. | mega15289 | 50 | Darwin 23.4.0 | | 17. | t450 | 46 | FreeBSD 14.2-RELEASE | | 18. | mega8477 | 40 | Darwin 13.4.0 | | 19. | phobos | 40 | Linux 3.4.0-CM-g1dd7cdf | @@ -203,8 +203,8 @@ | 10. | *OpenBSD 7... | 110 | | 11. | Darwin 13... | 40 | | 12. | *Darwin 24... | 27 | -| 13. | Darwin 23... | 25 | -| 14. | FreeBSD 5... | 25 | +| 13. | FreeBSD 5... | 25 | +| 14. | Darwin 23... | 25 | | 15. | Linux 2... | 22 | | 16. | Darwin 21... | 17 | | 17. | Darwin 15... | 15 | @@ -226,7 +226,7 @@ | 2. | *OpenBSD 7... | 8 years, 9 months, 2 days | | 3. | FreeBSD 10... | 5 years, 9 months, 9 days | | 4. | Linux 5... | 4 years, 10 months, 21 days | -| 5. | *Linux 6... | 3 years, 8 months, 10 days | +| 5. | *Linux 6... | 3 years, 8 months, 12 days | | 6. | *FreeBSD 14... | 3 years, 2 months, 12 days | | 7. | Linux 4... | 2 years, 7 months, 22 days | | 8. | FreeBSD 11... | 2 years, 4 months, 28 days | @@ -257,7 +257,7 @@ | 2. | *OpenBSD 7... | 559 | | 3. | FreeBSD 10... | 406 | | 4. | Linux 5... | 317 | -| 5. | *Linux 6... | 253 | +| 5. | *Linux 6... | 254 | | 6. | *FreeBSD 14... | 248 | | 7. | Linux 4... | 175 | | 8. | FreeBSD 11... | 159 | @@ -300,8 +300,8 @@ +-----+------------+----------------------------+ | Pos | KernelName | Uptime | +-----+------------+----------------------------+ -| 1. | *Linux | 28 years, 9 months, 1 days | -| 2. | *FreeBSD | 13 years, 4 months, 2 days | +| 1. | *Linux | 28 years, 9 months, 4 days | +| 2. | *FreeBSD | 13 years, 4 months, 4 days | | 3. | *OpenBSD | 9 years, 4 months, 13 days | | 4. | *Darwin | 5 years, 5 months, 16 days | | 5. | NetBSD | 0 years, 1 months, 1 days | |
