prusnak / suez

Tool for pretty printing and optimizing Lightning Network channels.
GNU General Public License v3.0
78 stars 20 forks source link

Add forwarding stats option to CLN output parsing #37

Closed pira closed 2 years ago

pira commented 2 years ago

A small change that adds an option --show-forwarding-stats which adds four new columns with numbers of successful incoming and outgoing forwards and corresponding success rates. A very useful metric when considering quality of peering channels.

Only added for CLN support, not sure if the same metric is available under LND/others.

prusnak commented 2 years ago

Looks great, thanks!