Out of curiosity, is the sync speed noticeably slower (as in total downloaded and verified block) compared with Knots 29.3 or Core 31? You can use debug.log to know the overall sync speed.
I'm not quite sure what I'm looking for in debug.log to determine this. Nothing was jumping out at me when I looked through it, but I don't really know what I'm looking for.
Your debug.log should contain many lines like this. It shows date, time and block height (such as
height=0).
2026-03-01T07:07:28Z UpdateTip: new best=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2009-01-03T18:15:05Z' progress=0.000000 cache=0.3MiB(0txo)
You already have image that show disk write across different node software and version. So you can estimate sync speed by getting 2 lines from 2 different date and time (e.g. first line after you start Knots 28.1 and last line before you stop Knots 28.1). I hope you get the idea.
Edit: as corrected by @LoyceV, my idea wouldn't work as expected for node that already finished initial sync/block download.