X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fftpstats.R;h=608b42638206667b135f35c00698412f80481276;hb=ccf6713b942fa54eafddcd035fd59c61ac1f3ecf;hp=684dbed154f45236e6244ecc8ec97bf3ae6be583;hpb=af80894b172ada51e5536fe36d1ac4385567d0c2;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)