Download Up and Running with DB2 on Linux

Transcript
Figure 7-33 db2top Reports tool
Follow these steps to create graphical reports:
1. Generate a UNIX script to capture db2top data. This is an one time task.
db2top Reports uses a specific file format. You are required to use the script
to produce the data files.
Click Generate on the db2top Results tool panel. Example 7-10 shows the
generated script.
Example 7-10 db2top.txt
#
# This script generates data for the db2top Excel macro
# It will create a directory called /tmp/background
# Copy this directory under Windows
# Copy the db2top Excel macro in the directory
# Open the Excel document and run full report
#
#
export WAITTIME=${1-5} # in minutes
392
Up and Running with DB2 on Linux