X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fftpstats.R;h=608b42638206667b135f35c00698412f80481276;hb=2f03955b56fa89c67a9d45af6543b82adb4b1f41;hp=684dbed154f45236e6244ecc8ec97bf3ae6be583;hpb=7db3402aa3615137ec7eb58bd3ba7ac662381d0f;p=dak.git diff --git a/scripts/debian/ftpstats.R b/scripts/debian/ftpstats.R index 684dbed1..608b4263 100644 --- a/scripts/debian/ftpstats.R +++ b/scripts/debian/ftpstats.R @@ -14,6 +14,6 @@ plotsize <- function(file,title,p,height=11.8,width=16.9) { t <- (read.table("/srv/ftp-master.debian.org/misc/ftpstats.data",sep=",",header=0,row.names=1,col.names=cname))/1024/1024 v <- t[(length(t$all)-90):(length(t$all)),1:19] -#plotsize("/org/ftp.debian.org/web/size.png","Daily dinstall run size by arch",t) +#plotsize("/srv/ftp.debian.org/web/size.png","Daily dinstall run size by arch",t) plotsize("/srv/ftp.debian.org/web/size-quarter.png","Daily dinstall run size by arch (past quarter)",v)