I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Sep 09, 2012
  2. Aug 30, 2012
  3. May 30, 2012
  4. Mar 25, 2012
  5. Mar 06, 2012
  6. Mar 05, 2012
  7. Feb 26, 2012
  8. May 23, 2011
  9. Mar 21, 2011
    • zzz's avatar
      Stats: · 40fd4ccd
      zzz authored
          - Refactor handling of required stats
          - Shorten description of required stats
          - Improve save messages on configstats.jsp
          - Change bw.sendBps and bw.receiveBps stats to bytes, not Kbytes
          - Expires directive for graphs
      40fd4ccd
  10. Mar 18, 2011
  11. Mar 17, 2011
  12. Nov 06, 2010
  13. Jun 02, 2010
  14. May 15, 2010
    • zzz's avatar
      * Console: · b134ef1a
      zzz authored
            - Tag text in graphs
            - Move SummaryRenderer to its own file
      b134ef1a
  15. Jan 24, 2010
    • zzz's avatar
      * Transport clock skews: · 81dcbedd
      zzz authored
            - Store and report UDP clock skews even for large values, so
              a badly skewed local clock will be reported to the console
            - Don't shitlist for NTCP clock skew if we don't know what time it is
            - If NTP hasn't worked yet, have NTCP or SSU update the clock one time
            - Include failed clock skew in NTCP skew vector if there aren't many connections
            - Don't include NTCP clock skews for non-established connections
            - Fix framed clock skew frame size
            - Report framed clock skew even if for only one peer, if NTP hasn't worked yet
            - Don't log RRD errors after clock adjustment
            - Reduce min skew for console warning to 30s (was 45s)
            - More Java 5 cleanups
      81dcbedd
  16. Jan 18, 2010
  17. Aug 15, 2009
  18. Dec 20, 2008
  19. Oct 19, 2008
  20. Jul 16, 2008
  21. Jul 16, 2007
    • zzz's avatar
      2007-07-16 zzz · 05b5df9d
      zzz authored and zzz's avatar zzz committed
          * Make selection of graphed data configurable via configstats.jsp,
            remove most of the default graphs to save some memory
      05b5df9d
  22. Jul 15, 2007
    • zzz's avatar
      2007-07-15 zzz · 5c1dc797
      zzz authored and zzz's avatar zzz committed
          * Add current values to graph legends
          * Fix up previous Rate fix to check for divide by zero
      5c1dc797
  23. Jul 14, 2007
    • zzz's avatar
      2007-07-14 zzz · 16fa6a89
      zzz authored and zzz's avatar zzz committed
          * Clean up graphs.jsp - set K=1024 where appropriate,
            output image sizes in html, catch ooms, other minor tweaks
          * Fix current event count truncation which fixes graphs with low
            60-sec event counts displaying high values
            (bw.* and router.* graphs for example were 1.5x too high)
            Affects all "events per period" (non-lifetime) counts.
      16fa6a89
  24. Apr 19, 2006
    • jrandom's avatar
      2006-04-19 jrandom · 8cba2f42
      jrandom authored and zzz's avatar zzz committed
          * Adjust how we pick high capacity peers to allow the inclusion of fast
            peers (the previous filter assumed an old usage pattern)
          * New set of stats to help track per-packet-type bandwidth usage better
          * Cut out the proactive tail drop from the SSU transport, for now
          * Reduce the frequency of tunnel build attempts while we're saturated
          * Don't drop tunnel requests as easily - prefer to explicitly reject them
      8cba2f42
  25. Apr 10, 2006
    • jrandom's avatar
      2006-04-10 jrandom · b4fc6ca3
      jrandom authored and zzz's avatar zzz committed
          * Include a combined send/receive graph (good idea cervantes!)
          * Proactively drop inbound tunnel requests probabalistically as the
            estimated queue time approaches our limit, rather than letting them all
            through up to that limit.
      b4fc6ca3
  26. Mar 20, 2006
    • jrandom's avatar
      2006-03-20 jrandom · c5ddfabf
      jrandom authored and zzz's avatar zzz committed
          * Fix to allow for some slack when coalescing stats
          * Workaround some oddball errors
      c5ddfabf
  27. Mar 18, 2006
    • jrandom's avatar
      2006-03-18 jrandom · f3849a22
      jrandom authored and zzz's avatar zzz committed
          * Made the netDb search load limitations a little less stringent
          * Add support for specifying the number of periods to be plotted on the
            graphs - e.g. to plot only the last hour of a stat that is averaged at
            the 60 second period, add &periodCount=60
      f3849a22
  28. Mar 17, 2006
    • jrandom's avatar
      2006-03-17 jrandom · b03ff21d
      jrandom authored and zzz's avatar zzz committed
          * Add support for graphing the event count as well as the average stat
            value (done by adding &showEvents=true to the URL).  Also supports
            hiding the legend (&hideLegend=true), the grid (&hideGrid=true), and
            the title (&hideTitle=true).
          * Removed an unnecessary arbitrary filter on the profile organizer so we
            can pick high capacity and fast peers more appropriately
      b03ff21d
  29. Mar 16, 2006
    • jrandom's avatar
      2006-03-16 jrandom · 65dc803f
      jrandom authored and zzz's avatar zzz committed
          * Integrate basic hooks for jrobin (http://jrobin.org) into the router
            console.  Selected stats can be harvested automatically and fed into
            in-memory RRD databases, and those databases can be served up either as
            PNG images or as RRDtool compatible XML dumps (see oldstats.jsp for
            details).  A base set of stats are harvested by default, but an
            alternate list can be specified by setting the 'stat.summaries' list on
            the advanced config.  For instance:
            stat.summaries=bw.recvRate.60000,bw.sendRate.60000
          * HTML tweaking for the general config page (thanks void!)
          * Odd NPE fix (thanks Complication!)
      65dc803f
Loading