|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 764 (0x2fc) Types: TextFile Names: »ssba.cf«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/ssba/ssba.cf«
#! /bin/sh # SSBA 1.21E # # Script : ssba.cf # LOG=../results/ssba.log RES=../results/ssba.res SYN=../results/synthese INSTALL=../install awk -F: '{print $2}' <ssba.def | ssba.ini printer=`cat $INSTALL/printer.cmd` optprinter=`cat $INSTALL/printer.opt` pager=`cat $INSTALL/pager.cmd` sed -e "s/^PRINTER.*$/PRINTER = ${printer}/" \ -e "s/^PRINTOPT.*$/PRINTOPT= ${optprinter}/" \ -e "s/^PAGER.*$/PAGER = ${pager}/" \ <ssba.mk >ssba.tmp mv ssba.tmp ssba.mk chmod u+x ssbakill ssba.bgr unix.sh ssba.ps unix.sh echo "" >>$RES echo " PROCESSES RUNNING ON THE SYSTEM" >>$RES echo "" >>$RES num=`ssba.ps | tee -a $RES | wc -l` echo "Number of Processes running on the system when the SSBA starts = `expr $num - 7` " >>$SYN echo "" >>$RES