Browse Source

Show two weeks of speed for the inital graph.

master
onefang 3 years ago
parent
commit
bbcd91ceab
  1. 2
      apt-panopticon-report-email-web.lua

2
apt-panopticon-report-email-web.lua

@ -276,7 +276,7 @@ for k, v in APT.orderedPairs(mirrors) do
count = count + 1
end
end
APT.rrd.graph('results/speed.png', '--start', 'now-1w', '--end', 'now', '-t', 'Speed', '-v', 'bytes per second', '-w', '900', '-h', '400', '-Z',
APT.rrd.graph('results/speed.png', '--start', 'now-2w', '--end', 'now', '-t', 'Speed', '-v', 'bytes per second', '-w', '900', '-h', '400', '-Z',
'-c', 'BACK#000000', '-c', 'CANVAS#000000', '-c', 'FONT#FFFFFF', '-c', 'AXIS#FFFFFF', '-c', 'FRAME#FFFFFF', '-c', 'ARROW#FFFFFF',
unpack(g))

Loading…
Cancel
Save