aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-10 17:39:08 +1000
committeronefang2019-12-10 17:39:08 +1000
commitbbcd91ceab77bd180fdafe04b5c6f11016494bc6 (patch)
treece8711125610aab0cf4ca7824cb0075778ba6258 /apt-panopticon-report-email-web.lua
parentAdd note about running it twice before you can see any data. (diff)
downloadapt-panopticon-bbcd91ceab77bd180fdafe04b5c6f11016494bc6.zip
apt-panopticon-bbcd91ceab77bd180fdafe04b5c6f11016494bc6.tar.gz
apt-panopticon-bbcd91ceab77bd180fdafe04b5c6f11016494bc6.tar.bz2
apt-panopticon-bbcd91ceab77bd180fdafe04b5c6f11016494bc6.tar.xz
Show two weeks of speed for the inital graph.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 154aa99..80f9b13 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -276,7 +276,7 @@ for k, v in APT.orderedPairs(mirrors) do
276 count = count + 1 276 count = count + 1
277 end 277 end
278end 278end
279APT.rrd.graph('results/speed.png', '--start', 'now-1w', '--end', 'now', '-t', 'Speed', '-v', 'bytes per second', '-w', '900', '-h', '400', '-Z', 279APT.rrd.graph('results/speed.png', '--start', 'now-2w', '--end', 'now', '-t', 'Speed', '-v', 'bytes per second', '-w', '900', '-h', '400', '-Z',
280'-c', 'BACK#000000', '-c', 'CANVAS#000000', '-c', 'FONT#FFFFFF', '-c', 'AXIS#FFFFFF', '-c', 'FRAME#FFFFFF', '-c', 'ARROW#FFFFFF', 280'-c', 'BACK#000000', '-c', 'CANVAS#000000', '-c', 'FONT#FFFFFF', '-c', 'AXIS#FFFFFF', '-c', 'FRAME#FFFFFF', '-c', 'ARROW#FFFFFF',
281unpack(g)) 281unpack(g))
282 282