forked from I2P_Developers/i2p.i2p
2007-07-15 zzz
* Add current values to graph legends
* Fix up previous Rate fix to check for divide by zero
This commit is contained in:
@@ -151,7 +151,7 @@ public class StatSummarizer implements Runnable {
|
||||
//long begin = System.currentTimeMillis();
|
||||
try {
|
||||
RrdGraphDef def = new RrdGraphDef();
|
||||
def.setTimePeriod(start/1000, end/1000);
|
||||
def.setTimePeriod(start/1000, 0);
|
||||
def.setBaseValue(1024);
|
||||
String title = "Bandwidth usage";
|
||||
if (!hideTitle)
|
||||
|
||||
Reference in New Issue
Block a user