diff --git a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java index 89922dec8..af3323571 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java @@ -378,6 +378,12 @@ public class SummaryBarRenderer { .append(_("Participating")) .append(":") .append(_helper.getParticipatingTunnels()) + .append("\n" + + + "") + .append(_("Share ratio")) + .append(":") + .append(_helper.getShareRatio()) .append("\n" + "

configuration page. You may also limit the total number by setting router.maxParticipatingTunnels=nnn on -the advanced configuration page. [Enable graphing]. +the advanced configuration page. [Enable graphing]. +
  • Share ratio: +The number of participating tunnels you route for others, divided by the total number of hops in +all your exploratory and client tunnels. +A number greater than 1.00 means you are contributing more tunnels to the network than you are using. +

    Congestion

    Some basic indications of router overload: