show tunlel creation success ratio

This commit is contained in:
orignal 2015-02-28 07:59:34 -05:00
parent 3977cec408
commit 6f9d8ed01b
3 changed files with 15 additions and 1 deletions

View file

@ -659,6 +659,7 @@ namespace util
default: s << "Unknown";
}
s << "<br>";
s << "<b>Tunnel creation success rate:</b> " << i2p::tunnel::tunnels.GetTunnelCreationSuccessRate () << "%<br>";
s << "<b>Data path:</b> " << i2p::util::filesystem::GetDataDir().string() << "<br><br>";
s << "<b>Our external address:</b>" << "<br>" ;
for (auto& address : i2p::context.GetRouterInfo().GetAddresses())