Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Commit Details
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 | ||
---|---|---|
31 | 31 | # cat ${Q}_20${y}-${mm}-*.log.html | gzip -9 | wc -c >>_out |
32 | 32 | qn=`sed 's/<[^>]*>/ /g' ${Q}_20${y}-${mm}-*.log.html | |
33 | 33 | 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; } | | |
35 | 36 | gzip -9 | wc -c` |
36 | 37 | echo $qn $mn >>_out |
37 | 38 | n=`expr $n + 1` |
... | ... | |
51 | 52 | set xlabel "Month" |
52 | 53 | set ylabel "Traffic (kbytes gzip'ed)" |
53 | 54 | plot "$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, \ | |
55 | 56 | "$src" using :((\$1+\$2)/1000) with lines title "Both" lw 2 |
56 | 57 | set term png |
57 | 58 | set output "out.png" |
Branches:
master