Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and use OSWatcher

2025-03-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to install and use OSWatcher, with a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

[root@rhel5 ~] # ls

Desktop anaconda-ks.cfg install.log install.log.syslog oswbb601.tar sqlnet.log

[root@rhel5 ~] # tar xvf oswbb601.tar-- extract the file

Oswbb/

Oswbb/src/

Oswbb/src/tombody.gif

Oswbb/src/Thumbs.db

Oswbb/src/missing_graphic.gif

Oswbb/src/OSW_profile.htm

Oswbb/src/watch.gif

Oswbb/src/coe_logo.gif

Oswbb/src/oswbba_input.txt

Oswbb/tmp/

Oswbb/call_du.sh

Oswbb/tarupfiles.sh

Oswbb/Exampleprivate.net

Oswbb/vmsub.sh

Oswbb/docs/

Oswbb/docs/The_Analyzer/

Oswbb/docs/The_Analyzer/oswbba_README.txt

Oswbb/docs/The_Analyzer/OSW_Black_Box_Analyzer_Overview.pdf

Oswbb/docs/The_Analyzer/oswbba_user_guide.pdf

Oswbb/docs/OSWatcher_Black_Box/

Oswbb/docs/OSWatcher_Black_Box/OSWatcherUserGuide.pdf

Oswbb/docs/OSWatcher_Black_Box/oswbb_README.txt

Oswbb/topaix.sh

Oswbb/OSWatcher.sh

Oswbb/pssub.sh

Oswbb/nfssub.sh

Oswbb/mpsub.sh

Oswbb/oswrds.sh

Oswbb/profile/

Oswbb/oswsub.sh

Oswbb/call_sar.sh

Oswbb/oswnet.sh

Oswbb/OSWatcherFM.sh

Oswbb/analysis/

Oswbb/startOSWbb.sh

Oswbb/gif/

Oswbb/oswib.sh

Oswbb/stopOSWbb.sh

Oswbb/extras.txt

Oswbb/oswbba.jar

Oswbb/locks/

Oswbb/iosub.sh

Oswbb/xtop.sh

[root@rhel5 ~] # ls

Desktop anaconda-ks.cfg install.log install.log.syslog oswbb oswbb601.tar sqlnet.log

[root@rhel5 ~] # cd oswbb

[root@rhel5 oswbb] # ls

Exampleprivate.net analysis docs iosub.sh nfssub.sh oswnet.sh profile startOSWbb.sh tmp xtop.sh

OSWatcher.sh call_du.sh extras.txt locks oswbba.jar oswrds.sh pssub.sh stopOSWbb.sh topaix.sh

OSWatcherFM.sh call_sar.sh gif mpsub.sh oswib.sh oswsub.sh src tarupfiles.sh vmsub.sh

[root@rhel5 oswbb] # vi OSWatcher.sh-- modify the file nfs_collect=1

#! / bin/sh

#

# Copyright (c) 2011 by Oracle Corporation

# OSWatcher.sh

# This is the main oswbb program. This program is started by running

# startOSWbb.sh

#

# Modifications Section:

#

# # Date File Changes

#

# # 04/18/2005 Baseline version 1.2.1

# #

# # 05 OSWatcher.sh Add-x option to iostat on linux

# # V1.3.1 Add code to write pwd to / tmp/osw.hb

# # for rac_ddt to find osw archive

# # files

# #

# # V1.3.2 OSWatcher.sh Remove-f flag from $TOP for HP Conf

# # section. Append-f flag to $TOP when

# # running the HP top cmd

# #

# # 09Universe 29 OSWatcher.sh Added 2006$ PLATFORM key and OSW version

# # V2.0.0 info to header of all files. This

# # empty lists causing exceptions

# # when graphing data on platforms

# # other than solaris

# # 07/24/2007 OSWatcher.sh Added enhancements requested by

# # V2.1.0 linux bde. These include using a

# # environment variable to control the

# # amount of ps data, changes to top

# # and iostat commands, change format

# # of filenames to yy.mm.dd, add

# # optional flag to compress files.

# # Added-D flag for aix iostat

# # 07/24/2007 oswlnxtop.sh Created new file for linux top

# # V2.1.0 collection.

# # 07/24/2007 oswlnxio.sh Created new file for linux iostat

# # V2.1.0 collection.

# # 07/24/2007 startOSW.sh Added optional 3rd parameter to

# # V2.1.0 compress files

# # 11/26/2007 oswlnxtop.sh Fixed bug with awk script. Bug caused

# # V2.1.1 no output on some linux platforms

# # 12/16/2008 OSWg.jar Fixed problem reading aix

# # V2.1.2 iostat files

# # 06/16/2009 OSWg.jar Release 3.0 for EXADATA

# # V3.0.0

# # 02/11/11 OSWg.jar Bug Fix for linux iostat spanning

# # V3.0.1 multiple lines

# # 05/04/11 Fixed directory permission on

# # V3.0.2 install of osw.tar

# # 02/01/12 OSWatcher.sh Release 4.0 for OSWbb

# # V4.0.0

# # 03/01/12 OSWbba.jar Bug fix for throughput

# # V4.0.1 analysis

# # 03/06/12 OSWbba.jar Bug fix for timestamp

# # V4.0.2

# # 06/18/12 OSWatcher.sh Release 5.0 for oswbb

# # V5.0.0

# # 06/18/12 OSWatcher.sh Release 5.1 for oswbb

# # V5.1.0 added nfs collection

# # V6.0

# # 02/20/12 OSWatcher.sh fix for blank lines in extras.txt

# # V6.0.1 causing errors

#

SnapshotInterval=$1

ArchiveInterval=$2

Zipfiles=0

Status=0

Vmstatus=0

Mpstatus=0

Iostatus=0

Nfs_collect=1

Nfsstatus=0

Psstatus=0

Netstatus=0

Topstatus=0

Rdsstatus=0

Ibstatus=0

ZERO=0

PS_MULTIPLIER_COUNTER=0

PRSTAT_FOUND=0

Ioheader=1

Zip=$3

"OSWatcher.sh" 1049L, 31619C written

[root@rhel5 oswbb] #. / startOSWbb.sh 30 12 &-- 30 seconds to collect once, keep it for 12 hours, and run in the background

[1] 4822

Setting the archive log directory to/root/oswbb/archive

Testing for discovery of OS Utilities...

VMSTAT found on your system.

IOSTAT found on your system.

MPSTAT found on your system.

NETSTAT found on your system.

TOP found on your system.

Testing for discovery of OS CPU COUNT

Oswbb is looking for the CPU COUNT on your system

CPU COUNT will be used by oswbba to automatically look for cpu problems

CPU COUNT found on your system.

CPU COUNT = 3

Discovery completed.

Starting OSWatcher Black Box v6.0.1 on Thu Sep 5 04:49:12 CST 2013

With SnapshotInterval = 30

With ArchiveInterval = 12

OSWatcher Black Box-Written by Carl Davis, Center of Expertise

Oracle Corporation

For questions on install/usage please go to MOS (Note:301137.1)

If you need further assistance or have comments or enhancement

Requests you can email me Carl.Davis@Oracle.com

Data is stored in directory: / root/oswbb/archive

Starting Data Collection...

Oswbb heartbeat:Thu Sep 5 04:49:17 CST 2013

Oswbb heartbeat:Thu Sep 5 04:49:47 CST 2013

Oswbb heartbeat:Thu Sep 5 04:50:17 CST 2013

Oswbb heartbeat:Thu Sep 5 04:50:48 CST 2013

Oswbb heartbeat:Thu Sep 5 04:51:18 CST 2013

Oswbb heartbeat:Thu Sep 5 04:51:48 CST 2013

Oswbb heartbeat:Thu Sep 5 04:52:19 CST 2013

Oswbb heartbeat:Thu Sep 5 04:52:49 CST 2013

Oswbb heartbeat:Thu Sep 5 04:53:20 CST 2013

Oswbb heartbeat:Thu Sep 5 04:53:50 CST 2013

Oswbb heartbeat:Thu Sep 5 04:54:20 CST 2013

[1] + Done. / startOSWbb.sh 30 12

[root@rhel5 oswbb] # ps-ef | grep OSW

Root 4826 1 0 04:48 pts/1 00:00:00 / bin/sh. / OSWatcher.sh 30 12

Root 4974 4826 0 04:49 pts/1 00:00:00 / bin/sh. / OSWatcherFM.sh 12 / root/oswbb/archive

Root 11354 4767 0 04:54 pts/1 00:00:00 grep OSW

[root@rhel5 oswbb] # rpm-qa | grep java

Java-1.6.0-openjdk

[root@rhel5 oswbb] # java-jar oswbba.jar-I / root/oswbb/archive-View the OSW report

Starting OSW Black Box Analyzer V6.0.1

OSWatcher Black Box Analyzer Written by Oracle Center of Expertise

Copyright (c) 2012 by Oracle Corporation

Parsing Data. Please Wait...

Scanning file headers for version and platform info...

Parsing file rhel5_iostat_13.09.05.0400.dat...

Timestamp Error. Expected format: May 3 16:11:12 2006.

Timestamp Error. Found format: Sep 5 04:49:17 2013

Timestamp Error. Expected format: May 3 16:11:12 2006.

Timestamp Error. Found format: Sep 5 04:49:47 2013

Timestamp Error. Expected format: May 3 16:11:12 2006.

Parsing file rhel5_vmstat_13.09.05.0400.dat...

An exception occured in insertVmstatLists on line 0

An exception occured in insertVmstatLists on line 0

An exception occured in insertVmstatLists on line 0

Parsing file rhel5_netstat_13.09.05.0400.dat...

Parsing file rhel5_top_13.09.05.0400.dat...

No data found in input archive directory / root/oswbb/archive

Please rerun oswbba with proper input directory containing OSW archive data.

Program aborting...

[root@rhel5 oswbb] # export LANG=zh_US-after setting the display language after an error, it is normal, but the report needs to be displayed in a graphical interface

[root@rhel5 oswbb] # java-jar oswbba.jar-I archive/

Starting OSW Black Box Analyzer V6.0.1

OSWatcher Black Box Analyzer Written by Oracle Center of Expertise

Copyright (c) 2012 by Oracle Corporation

Parsing Data. Please Wait...

Scanning file headers for version and platform info...

Parsing file rhel5_iostat_13.09.05.0400.dat...

Parsing file rhel5_iostat_13.09.05.0500.dat...

Parsing file rhel5_vmstat_13.09.05.0400.dat...

Parsing file rhel5_vmstat_13.09.05.0500.dat...

Parsing file rhel5_netstat_13.09.05.0400.dat...

Parsing file rhel5_netstat_13.09.05.0500.dat...

Parsing file rhel5_top_13.09.05.0400.dat...

Parsing file rhel5_top_13.09.05.0500.dat...

Parsing Completed.

Enter 1 to Display CPU Process Queue Graphs

Enter 2 to Display CPU Utilization Graphs

Enter 3 to Display CPU Other Graphs

Enter 4 to Display Memory Graphs

Enter 5 to Display Disk IO Graphs

Enter 6 to Generate All CPU Gif Files

Enter 7 to Generate All Memory Gif Files

Enter 8 to Generate All Disk Gif Files

Enter L to Specify Alternate Location of Gif Directory

Enter T to Specify Different Time Scale

Enter D to Return to Default Time Scale

Enter R to Remove Currently Displayed Graphs

Enter P to Generate A Profile

Enter A to Analyze Data

Enter Q to Quit Program

Please Select an Option:oswbb heartbeat:Thu Sep 5 05:20:45 CST 2013

Thank you for reading this article carefully. I hope the article "how to install and use OSWatcher" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 233

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report