X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fftpstats.R;h=608b42638206667b135f35c00698412f80481276;hb=8929ba2f4641085124c122ca969fea0fe373d5b4;hp=3616d95e1fca6c566b2b4cb091fa4aba36ada78e;hpb=dbc6fdfbb2358acac539fbed1416038fad8d22bc;p=dak.git diff --git a/scripts/debian/ftpstats.R b/scripts/debian/ftpstats.R index 3616d95e..608b4263 100644 --- a/scripts/debian/ftpstats.R +++ b/scripts/debian/ftpstats.R @@ -1,5 +1,5 @@ arch <- c("source", "all", "amd64", "arm64", "i386", "alpha", "arm", "armel", "armhf", "hppa", "hurd-i386", "ia64", - "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", "s390x", "sparc") + "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "ppc64el", "s390", "s390x", "sparc") palette(c("midnightblue", "gold", "turquoise", "pink", "cyan", "black", "red", "OrangeRed", "green3", "blue", "magenta", "cornsilk3", "darkolivegreen3", "tomato4", "violetred2","thistle4", "steelblue2", "springgreen4", "salmon","gray")) @@ -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)