OFR performance
Once your node is connected and receiving shreds through the Optimized Feed Relay (OFR), It is easy to understand how much value OFR is providing to your node. The gateway will log every minute the amount of shreds it receives and sends. For example:
time="2022-11-2T15:16:00.000063" level=info msg="stats: new shreds by source: [(172.221.12.250:0, 420034), (54.235.72.180:8888, 238605)] unseen shreds by source: [(54.235.72.180:8888, 155863), (172.221.12.250:0, 85055)]"
To calculate the amount of shreds your node is receiving first from the OFR you can focus on the unseen shreds by source
. The above log line is showing that during this one minute - around 66% of the shreds are from OFR Relay: 155863/(155863+85055) = 66%
Last updated