Date:2014-01-05 01:29:55 (9 years 8 months ago)
Author:Werner Almesberger
Commit:1fab23c11c7879866dfc6fd8faa684a8a7449171
Message:ircstat/stat: add processing of irclog.whitequark.org; rename #milkymist to #m-labs

Files: ircstat/stat (2 diffs)

Change Details

ircstat/stat
3131# cat ${Q}_20${y}-${mm}-*.log.html | gzip -9 | wc -c >>_out
3232        qn=`sed 's/<[^>]*>/ /g' ${Q}_20${y}-${mm}-*.log.html |
3333            gzip -9 | wc -c`
34        mn=`sed 's/<[^>]*>/ /g' ${M}_20${y}-${mm}-*.log.html |
34        mn=`{ sed 's/<[^>]*>/ /g' ${M}_20${y}-${mm}-*.log.html;
35              sed 's/^[^ ]* //' m-labs/20${y}-${mm}.txt; } |
3536            gzip -9 | wc -c`
3637        echo $qn $mn >>_out
3738        n=`expr $n + 1`
...... 
5152set xlabel "Month"
5253set ylabel "Traffic (kbytes gzip'ed)"
5354plot "$src" using (\$1/1000) with lines title "#qi-hardware" lw 2, \
54  "$src" using (\$2/1000) with lines title "#milkymist" lw 2, \
55  "$src" using (\$2/1000) with lines title "#m-labs" lw 2, \
5556  "$src" using :((\$1+\$2)/1000) with lines title "Both" lw 2
5657set term png
5758set output "out.png"

Archive Download the corresponding diff file

Branches:
master



interactive