You have to collect data by using the OS Watcher tool to help diagnose a performance issue on
your Oracle Linux system. You need to collect data every 30 seconds by using this tool and
archive this data for a period of three days. Which is the OS Watcher tool option that can be used
to collect this data from your system?
A.
# ./startOSWbb.sh –t 30 –p 3
B.
# ./startOSWbb.sh 30 72
C.
# ./startOSWbb.sh –int = 30 –days = 3
D.
# ./startOSWbb.sh 30 3
Explanation:
Example:
/startOSWbb.sh 60 24
collect every 1 minute and keep 24 hours of archive files.
B