<p>Many of the stats on the summary bar may be <a href="configstats">configured</a> to be <a href="graphs">graphed</a> for further analysis.
You may also customize the sections that appear on the Summary Bar and their positioning on the <a href="configsidebar">Summary Bar Configuration page</a>.
If you hover over the "Router Info" heading, your truncated router identity will be shown (the first four characters (24 bits) of your 44-character (256-bit) Base64 router hash).
The full hash is shown on your <a href="netdb?r=.">Network Database entry</a>.
Never reveal this to anyone, as your router identity is uniquely linked to your IP address in the network database.</li>
This indicates the amount of RAM I2P is using, and the total amount available, allocated by Java.
The usage will likely vary considerably within a short timeframe, but if the usage is consistently high relative to the available RAM, this may indicate that you need to increase the ram allocated to the JVM.
You can allocate more RAM by editing your <code>wrapper.config</code> file which is normally located in the I2P application directory.
You will need to edit the <code>wrapper.java.maxmemory</code> parameter, which by default is set to 128(MB).
<b>Note:</b> Memory usage is only displayed in the "Router Information (advanced)" section or on the "Memory Usage Bar", both of which may be added to your Summary Bar on the <a href="configsidebar">Summary Bar Configuration page</a>.
<b>Known:</b> This is the total number of peers that are known by your router.
They are listed on the <a href="netdb">Network Database page</a>.
This may range from under 100 to 1000 or more.
This number is not the total size of the network; it may vary widely depending on your total bandwidth, shared bandwidth, and locally-generated traffic.
I2P does not require a router to know every other router in the network.
<p> This section indicates your average bandwidth speeds and total usage for the session.
All values are in bytes per second, not bits per second.
You may change your bandwidth limits on the <a href="config">Bandwidth Configuration page</a>.
The more bandwidth you make available, the more you help the network and improve your own anonymity, so please take the time to review the settings.
If you are unsure of your network's speed, using a service such as <a href="https://speedtest.net/">SpeedTest</a> or similar will give you a good indication of your bandwidth capability.
Your upstream share amount (KBps Out) will determine your overall contribution to the network.
Bandwidth is <a href="graphs">graphed</a> by default.</p>
<p>These are the local services provided by your router.
They may be clients started through the <a href="i2ptunnelmgr">Tunnel Manager</a> or external programs connecting through SAM, BOB, or directly to I2CP.
By default, most of your client services (mail, http proxy, IRC) will share the same set of tunnels (for performance reasons) and be listed as "Shared Clients" and "Shared Clients(DSA)".
However, if you experience a tunnel failure, all your services will go offline at the same time, so in some scenarios you may wish to configure client services to use their own set of tunnels.
This can be done by unchecking the "Share tunnels with other clients…" option listed under "Shared Clients" on the configuration page of the relevant client service in the Tunnel Manager, after which you will need to restart the client service from the <a href="i2ptunnelmgr">main Tunnel Manager page</a>.</p>
<p>The actual tunnels are shown on the <a href="tunnels">Tunnels page</a>.</p>
<ul>
<li>
<b>Exploratory:</b> Tunnels built by your router and used for communication with the floodfill peers, building new tunnels, and testing existing tunnels.
</li>
<li>
<b>Client:</b> Tunnels built by your router for each client's use.
<b>Participating:</b> Tunnels built by other routers through your router.
This may vary widely depending on network demand, your shared bandwidth, and amount of locally-generated traffic.
The recommended method for limiting participating tunnels is to change your share percentage on the <a href="config">Bandwidth Configuration page</a>.
You may also limit the total number by setting <code>router.maxParticipatingTunnels=nnn</code> on the <a href="configadvanced">Advanced configuration page</a>.
<b>Share Ratio:</b> 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.
<b>Job Lag:</b> How long jobs are waiting before execution.
The job queue is listed on the <a href="jobs">Jobs page</a>.
Unfortunately, there are several other job queues in the router that may be congested, and their status is not available in the router console.
The job lag should generally be zero.
If it is consistently higher than 500ms, your computer is very slow, your network is experiencing connectivity issues, or the router has serious problems.
<b>Message Delay:</b> How long an outbound message waits in the queue.
This should generally be a few hundred milliseconds or less.
If it is consistently higher than 1000ms, your computer is very slow, or you should adjust your bandwidth limits, or your (Bittorrent?) clients may be sending too much data and should have their transmit bandwidth limit reduced.
<b>Tunnel lag:</b> This is the round trip time for a tunnel test, which sends a single message out a client tunnel and in an exploratory tunnel, or vice versa. It should usually be less than 5 seconds. If it is consistently higher than that, your computer is very slow, or you should adjust your bandwidth limits, or there are network problems. Problems may be indicated on the <a href="logs">Logs page</a>. <a href="configstats#tunnel.testSuccessTime">[Enable graphing]</a> (tunnel.testSuccessTime).
</li>
<li>
<b>Handle backlog:</b> This is the number of pending requests from other routers to build a participating tunnel through your router. It should usually be close to zero. If it is consistently high, your computer is too slow, and you should reduce your share bandwidth limits.</li>
<b>Accepting/Rejecting:</b> Your router's status on accepting or rejecting requests from other routers to build a participating tunnel through your router.
Your router may accept all requests, accept or reject a percentage of requests, or reject all requests for a number of reasons, to control the bandwidth and CPU demands and maintain capacity for local clients.
<b>Note:</b> It will take at least 10 minutes from your router starting for it to accept building participating tunnels in order to ensure your router is stable and successfully bootstrapped to the network.