From 1787c5c3f4e84a620502a6c19b0d30a089bf7aee Mon Sep 17 00:00:00 2001
From: Holger Levsen $COUNT_GOOD / $PERCENT_GOOD% $COUNT_BAD / $PERCENT_BAD% $COUNT_UGLY / $PERCENT_UGLY% $COUNT_OTHER / $PERCENT_OTHER% "
done
write_page ""
- # explain setup
- write_page "
"
# write suite graphs
write_page " "
- write_page "variation first build second build "
- write_page "hostname $(hostname) i-capture-the-hostname "
- write_page "domainname $(hostname -d) i-capture-the-domainname "
- write_page "env BUILDUSERID BUILDUSERID=1111 BUILDUSERID=2222 "
- write_page "env BUILDUSERNAME BUILDUSERNAME=pbuilder1 BUILDUSERNAME=pbuilder2 "
- write_page "env TZ TZ=\"/usr/share/zoneinfo/Etc/GMT+12\" TZ=\"/usr/share/zoneinfo/Etc/GMT-14\" "
- write_page "env LANG LANG=\"en_GB.UTF-8\" LANG=\"fr_CH.UTF-8\" "
- write_page "env LC_ALL unset LC_ALL=\"fr_CH.UTF-8\" "
- write_page "UTS namespace shared with the host modified using /usr/bin/unshare --uts "
- write_page "kernel version, modified using /usr/bin/linux64 --uname-2.6 $(uname -sr) $(/usr/bin/linux64 --uname-2.6 uname -sr) umask 0022 0002 "
- write_page " "
- write_page "CPU type $(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-) same for both builds (currently, work in progress) "
- write_page "number of cores used $(cat /proc/cpuinfo |grep ^processor|wc -l) (currently, work in progress) "
- write_page "year, month, date today ($DATE) same for both builds (currently, work in progress) "
- write_page "hour, minute hour is usually the same... the minute differs (currently, work in progress)
" for SUITE in $SUITES ; do @@ -589,21 +572,40 @@ create_main_stats_page() { write_usertag_table write_page "
" # do other global graphs - for i in 3 7 4 5 1 ; do - if [ $i = "1" ] ; then - OVERVIEW="" - else - OVERVIEW='class="halfview"' - fi - write_page " " + for i in 3 7 4 5 ; do + write_page " " # redo pngs once a day if [ ! -f $BASE/${TABLE[$i]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then create_png_from_table $i ${TABLE[$i]}.png fi done - write_page "
" + # explain setup + write_page "" + write_page "
variation | first build | second build |
---|---|---|
hostname | $(hostname) | i-capture-the-hostname |
domainname | $(hostname -d) | i-capture-the-domainname |
env BUILDUSERID | BUILDUSERID=1111 | BUILDUSERID=2222 |
env BUILDUSERNAME | BUILDUSERNAME=pbuilder1 | BUILDUSERNAME=pbuilder2 |
env TZ | TZ=\"/usr/share/zoneinfo/Etc/GMT+12\" | TZ=\"/usr/share/zoneinfo/Etc/GMT-14\" |
env LANG | LANG=\"en_GB.UTF-8\" | LANG=\"fr_CH.UTF-8\" |
env LC_ALL | unset | LC_ALL=\"fr_CH.UTF-8\" |
UTS namespace | shared with the host | modified using /usr/bin/unshare --uts |
kernel version, modified using /usr/bin/linux64 --uname-2.6 | $(uname -sr) | $(/usr/bin/linux64 --uname-2.6 uname -sr) |
umask | 0022 | 0002 |
CPU type | $(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-) | same for both builds (currently, work in progress) |
number of cores used | $(cat /proc/cpuinfo |grep ^processor|wc -l) | (currently, work in progress) |
year, month, date | today ($DATE) | same for both builds (currently, work in progress) |
hour, minute | hour is usually the same... | the minute differs (currently, work in progress) |
" + write_page " " + # redo png once a day + if [ ! -f $BASE/${TABLE[1]}.png ] || [ ! -z $(find $BASE -maxdepth 1 -mtime +0 -name ${TABLE[1]}.png) ] ; then + create_png_from_table 1 ${TABLE[1]}.png + fi # write suite builds age graphs - write_page "
" + write_page "
" for SUITE in $SUITES ; do write_page " " done -- cgit v1.2.3-70-g09d2