bos (broadcast oracle sql)

USAGE

stat-upg-sap filename

where file name is R3up.log you find in /usr/sap/put/log
during an upgrade

During a SAP R/3 upgrade, the file /usr/sap/put/log/R4ip.log is created and it contains information about when a phase starts and ends. You can use this script to extract statistics from this file. The output is

PHASE_NAME  PHASE_TIME(seconds)	PHASE_DIALOG_TIME(seconds) PARTIAL_TOTAL_TIME(seconds)

HISTORY

the previous versions of this tool were written in Perl. Axioma: A phase finishes when a new phase starts and not when you meet a line such as "finished at..." This is because you couldn't find that line if you kill the R3up process...

dialogue time is removed from phase and upgrade time...

AUTHOR

E-MAIL: matteo.redaelli@libero.it

WEB: http://digilander.iol.it/reda

LICENSE

This package is free software; you can redistribute it and/or
modify it under the
terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.