[转帖]oracle OSWatcher安装部署
Oswatch是oracle官方提供,用于收集操作系统性能的小工具,oswatch的安装与使用也比较简单,直接解压就可以使用。oswatch是通过调用系统的命令完成信息的收集,如:ps ,top ,mpstat ,iostat,netstat ,traceroute vmstat 。支持的操作系统包括AIX,Solaris ,Linux等 。
1、解压oswbb软件到指定的目录
-
######这里我使用的是v8.4的版本,直接放到root目录下
-
[root@oracle19c ~]# tar xvf oswbb840.tar
-
oswbb/
-
oswbb/uncpr.bat
-
oswbb/sarsub.sh
-
oswbb/psmemsub.sh
-
oswbb/stopOSWbb.sh
-
oswbb/analysis/
-
oswbb/piddsub.sh
-
oswbb/arpsub.sh
-
oswbb/docs/
-
oswbb/docs/OSWatcher/
-
oswbb/docs/OSWatcher/oswbb_README.txt
2、安装jdk8.0以上版本,oswbba需要调用
-
#####解压jdk8.0版本到指定目录
-
[root@oracle19c archive]# tar xzvf jdk1.8.0_11.tar.gz
-
#####设置java home环境变量
-
vi .bash_profile
-
JAVA_HOME=/root/jdk1.8.0_11
-
PATH=$JAVA_HOME/bin:$HOME/bin
3、启动Oswatcher收集系统资源状态
-
######设置lang环境变量
-
[root@oracle19c oswbb]# export LANG=zh_US
-
[root@oracle19c oswbb]# date
-
Fri Aug 27 15:44:39 CST 2021
-
[root@oracle19c oswbb]#
-
#####示例:启动oswbb.sh 以5秒钟一次并删除1个小时前的归档数据,收集的数据存放在archive目录,默认1个小时进行归档
-
[root@oracle19c oswbb]# ./startOSWbb.sh 5 1 gzip /root/oswbb/archive/
-
[root@oracle19c oswbb]# Info...Zip option IS specified.
-
Info...OSW will use /root/oswbb/archive/ to compress files.
-
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.
-
IP found on your system.
-
TOP found on your system.
-
PIDSTAT found on your system.
-
NFSIOSTAT found on your system.
-
TRACEROUTE found on your system.
-
Discovery of CPU CORE COUNT
-
CPU CORE COUNT will be used by oswbba to automatically look for cpu problems
-
CPU CORE COUNT = 4
-
VCPUS/THREADS = 4
-
Discovery completed.
-
Starting OSWatcher v8.4.0 on Fri Aug 27 15:10:59 CST 2021
-
With SnapshotInterval = 5
-
With ArchiveInterval = 1
-
OSWatcher - Written by Carl Davis, Center of Expertise,
-
Oracle Corporation
-
For questions on install/usage please go to MOS (Note:301137.1)
-
Data is stored in directory: /root/oswbb/archive
-
Starting Data Collection...
-
oswbb heartbeat:Fri Aug 27 15:24:50 CST 2021
-
oswbb heartbeat:Fri Aug 27 15:24:55 CST 2021
-
oswbb heartbeat:Fri Aug 27 15:25:00 CST 2021
-
............
4、到archive目录,看到到已经收集到的系统状态
-
#####进入到archive,查看已经收集到的数据
-
[root@oracle19c oswbb]# cd archive/
-
[root@oracle19c archive]# ls
-
oswarp oswcpuinfo oswifconfig oswiostat oswmeminfo oswmpstat oswnetstat oswnfsiostat oswpidstat oswpidstatd oswprvtnet oswps oswslabinfo oswtop oswvmstat oswxentop
-
[root@oracle19c archive]#
-
#######查看已经收集到的磁盘io信息
-
[root@oracle19c archive]# cd oswiostat/
-
[root@oracle19c oswiostat]#
-
[root@oracle19c oswiostat]#
-
[root@oracle19c oswiostat]# cat oracle19c_iostat_21.08.27.1500.dat |more
-
Linux OSWbb v8.4.0
-
zzz ***Fri Aug 27 15:24:50 CST 2021
-
avg-cpu: %user %nice %system %iowait %steal %idle
-
0.25 0.00 1.01 0.00 0.00 98.74
-
-
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
-
sda 0.00 2.00 0.00 11.00 0.00 98.50 17.91 0.01 0.82 0.00 0.82 0.09 0.10
-
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-
-
zzz ***Fri Aug 27 15:24:55 CST 2021
-
avg-cpu: %user %nice %system %iowait %steal %idle
-
0.50 0.00 1.51 0.00 0.00 97.98
-
-
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
-
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-
sdb 0.00 0.00 0.00 2.00 0.00 32.00 32.00 0.00 0.00 0.00 0.00 0.00 0.00
-
-
zzz ***Fri Aug 27 15:25:00 CST 2021
-
avg-cpu: %user %nice %system %iowait %steal %idle
-
0.25 0.00 1.26 0.00 0.00 98.49
-
-
Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
-
sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
-
-
-
#####查看已收集到的top信息
-
[root@oracle19c archive]# cd oswtop/
-
[root@oracle19c oswtop]# ls
-
oracle19c_top_21.08.27.1500.dat
-
[root@oracle19c oswtop]# cat oracle19c_top_21.08.27.1500.dat |more
-
Linux OSWbb v8.4.0
-
zzz ***Fri Aug 27 15:25:21 CST 2021
-
top - 15:25:22 up 57 min, 3 users, load average: 0.90, 1.54, 1.37
-
Tasks: 289 total, 14 running, 275 sleeping, 0 stopped, 0 zombie
-
%Cpu(s): 2.2 us, 5.2 sy, 0.0 ni, 27.4 id, 59.3 wa, 0.0 hi, 5.9 si, 0.0 st
-
KiB Mem : 5780284 total, 2805832 free, 773836 used, 2200616 buff/cache
-
KiB Swap: 2047996 total, 2047996 free, 0 used. 1829288 avail Mem
-
-
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
-
19 root 20 0 0 0 0 S 55.6 0.0 0:43.76 ksoftirqd/2
-
24 root 20 0 0 0 0 R 50.9 0.0 0:33.38 ksoftirqd/3
-
406 root 0 -20 0 0 0 S 44.4 0.0 0:01.36 kworker/2:1H
-
405 root 20 0 0 0 0 R 43.5 0.0 0:07.08 xfsaild/sda2
-
865 root 20 0 250744 8372 4680 R 19.4 0.1 1:22.31 vmtoolsd
-
13 root rt 0 0 0 0 S 18.5 0.0 0:06.99 migration/1
-
61270 root 20 0 58544 2324 1528 R 5.6 0.0 0:00.06 top
-
53917 oracle 20 0 2051652 33636 29708 S 3.7 0.6 0:01.08 ora_m002_orcl
-
33319 root 20 0 0 0 0 R 2.8 0.0 1:07.99 kworker/u256:2
-
35576 root 20 0 0 0 0 S 2.8 0.0 0:04.65 kworker/0:0
-
61237 root 20 0 4964 1264 656 S 2.8 0.0 0:00.05 pidstat
-
61239 root 20 0 4964 1264 656 S 2.8 0.0 0:00.04 pidstat
-
52752 oracle -2 0 2050060 20348 17272 R 1.9 0.4 0:11.47 ora_vktm_orcl
-
61188 oracle 20 0 109132 1404 544 R 1.9 0.0 0:00.65 dd
-
61219 root 20 0 4396 760 632 S 1.9 0.0 0:00.02 mpstat
-
42985 root 20 0 0 0 0 S 0.9 0.0 0:03.32 kworker/u256:1
-
1 root 20 0 191272 4236 2588 S 0.0 0.1 0:11.09 systemd
-
2 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kthreadd
5、使用oswbba查看收集的信息
-
#####Oracle 提供了OSWbba(OS Watcher Black Box Analyzer)工具,可以分析收集的数据并用图表展示出来。
-
[root@oracle19c oswbb]# java -jar oswbba.jar -i /root/oswbb/archive/
-
Starting OSW Analyzer V8.4.0
-
OSWatcher Analyzer Written by Oracle Center of Expertise
-
Copyright (c) 2019 by Oracle Corporation
-
Parsing Data. Please Wait...
-
WARNING. oswbba has detected at least some of the files in you
-
archive have been compressed. These files will not be analyzed.
-
You must uncompress all the files in the archive for full
-
analysis and graphing capabilities.
-
Scanning file headers for version and platform info...
-
Compressed file found. Ignoring oracle19c_iostat_21.08.27.1500.dat.gz ...
-
Compressed file found. Ignoring oracle19c_pidstat_21.08.27.1500.dat.gz ...
-
Parsing file oracle19c_pidstat_21.08.27.1600.dat ...
-
Compressed file found. Ignoring oracle19c_iostat_21.08.27.1500.dat.gz ...
-
Parsing file oracle19c_iostat_21.08.27.1600.dat ...
-
This directory already exists. Rewriting...
-
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 61 to Display Individual OS Process I/O RPS Graphs
-
Enter 62 to Display Individual OS Process I/O WPS Graphs
-
Enter 63 to Display Individual OS Process Percent User CPU Graphs
-
Enter 64 to Display Individual OS Process Percent System CPU Graphs
-
Enter 65 to Display Individual OS Process Percent Total CPU (User + System) Graphs
-
Enter 66 to Display Individual OS Process Percent Memory Graphs
-
-
Enter GP to Generate Individual Process Profile
-
Enter GC to Generate All CPU Gif Files
-
Enter GM to Generate All Memory Gif Files
-
Enter GD to Generate All Disk Gif Files
-
-
Enter L to Specify Alternate Location of Gif Directory
-
Enter Z to Zoom Graph Time Scale (Does not change analysis dataset)
-
Enter B to Returns to Baseline Graph Time Scale (Does not change analysis dataset)
-
Enter R to Remove Currently Displayed Graphs
-
-
Enter X to Export Parsed Data to Flat File
-
Enter S to Analyze Subset of Data(Changes analysis dataset including graph time scale)
-
Enter A to Analyze Data
-
Enter D to Generate DashBoard
-
-
Enter Q to Quit Program
-
-
Please Select an Option:5
-
Device Name Average Wait Times in Milliseconds
-
-
sda 87.03
-
sdb 150.21
-
Specify A Case Sensitive Device Name to View (Q to exit): sdb
-
#####
-
备注:图表示例:展示的是sdb磁盘等待时间及繁忙状态

oswatcher更为具体的使用方法,请参考docs内的OSWatcherOverview_840.pdf文档。
[转帖]oracle OSWatcher安装部署的更多相关文章
- Oracle RAC安装部署文档
1. 部署环境步骤 1.1 软件环境 操作系统:CentOS release 6.5(推荐使用5.*的系统)192.168.1.151 racnode1 192.168.1.152 ...
- Centos 下oracle 11g 安装部署及手动建库过程
Oracle 11g 手动建库,在虚拟环境中,不使用DBCA工具进行创建数据库 1.Linux环境的基本配置 2.ip 10.11.30.60 3.Oracle 11g安装过程 ---------- ...
- Oracle安装部署,版本升级,应用补丁快速参考
一.Oracle安装部署 1.1 单机环境 1.2 Oracle RAC环境 1.3 Oracle DataGuard环境 1.4 主机双机 1.5 客户端部署 二.Oracle版本升级 2.1 单机 ...
- Linux平台oracle 11g单实例 + ASM存储 安装部署 快速参考
操作环境:Citrix虚拟化环境中申请一个Linux6.4主机(模板)目标:创建单机11g + ASM存储 数据库 1. 主机准备 2. 创建ORACLE 用户和组成员 3. 创建以下目录并赋予对应权 ...
- Oracle Grid Infrastructure安装部署文档
1. 部署环境步骤 1.1 软件环境 操作系统: CentOS release 6.5 oracle安装包: linux.x64_11gR2_grid.zip linux.x64_11gR2_data ...
- Oracle 19C的下载和安装部署(图形安装和静默安装)
Oracle 19C的下载和安装部署(图形安装和静默安装) https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/ ...
- Linux平台Oracle 12.1.0.2 单实例安装部署
主题:Linux平台Oracle 12.1.0.2 单实例安装部署 环境:RHEL 6.5 + Oracle 12.1.0.2 需求:安装部署OEM 13.2需要Oracle 12.1.0.2版本作为 ...
- [转帖]VMware Vsphere 6.0安装部署 (三) vCenter Server安装
VMware Vsphere 6.0安装部署 (三) vCenter Server安装 2016年08月29日 14:59:14 dAng1r0Us 阅读数:72942 版权声明:本文为博主原创文 ...
- 1. Oracle安装部署文档
一. 部署环境步骤 1.1 软件环境 操作系统:CentOS release 6.5oracle安装包:linux.x64_11gR2_database_1of1.zip:linux.x64_11gR ...
- Oracle Grid control 11g及Active DataGuard 11g安装部署
Oracle Grid control 11g及Active DataGuard 11g安装部署(一) 原贴 http://blog.csdn.net/lichangzai/article/detai ...
随机推荐
- UDP与KCP详解
UDP 以及TCP是什么.我们知道传输层中有TCP和UDP两种网络协议,这节就讲UDP是什么. Internet协议集支持一个无连接的传输协议,该协议称为用户数据报协议(UDP,User Datagr ...
- Quartz.Net系列(一):Windows任务计划程序
1.使用此电脑=>管理 系统工具=>任务计划程序=>任务计划程序库=>创建任务 创建任务 触发器 操作 条件=>去掉只有在计算机使用交流电源时才启动此任务 创建 ...
- 兼容并蓄广纳百川,Go lang1.18入门精炼教程,由白丁入鸿儒,go lang复合容器类型的声明和使用EP04
书接上回,容器数据类型是指一种数据结构.或者抽象数据类型,其实例为其他类的对象. 或者说得更具体一点,它是以一种遵循特定访问规则的方法来存储对象. 容器的大小取决于其包含的基础数据对象(或数据元素)的 ...
- 华为云Astro的前世今生:用7年时间革新低代码开发观念
摘要:深扒华为云Astro低代码平台的前世今生,其成功之路显然是一条"个性"之路. 本文分享自华为云社区<华为云Astro的前世今生:用7年时间革新低代码开发观念>,作 ...
- LiteOS内核源码分析:位操作模块
摘要:本文带领大家一起剖析了LiteOS位操作模块的源代码,代码非常简单,参考官方示例程序代码,实际编译运行一下,加深理解. 在进一步分析之前,本文我们先来熟悉下LiteOS提供的辅助功能模块–位操作 ...
- React Native UI界面还原,组件布局与动画效果
写React Native UI和写 Android XML layout 布局 ,个人感觉是大同小异 在<ReactJS到React-Native,架构原理概述>里面提过 web 环境中 ...
- iOS加固保护新思路
技术简介 前言 iOS加固保护是基于虚机源码保护技术,针对iOS平台推出的下一代加固产品.可以对iOS APP中的可执行文件进行深度混淆.加固,并使用独创的虚拟机技术对代 码进行加密保护,使用任何 ...
- MySQL Select 语句执行顺序
一条 SQL 查询语句结构如下: SELECT DISTINCT <select_list> FROM <left_table> <join_type> JOIN ...
- Hugging News #0918: Hub 加入分类整理功能、科普文本生成中的流式传输
每一周,我们的同事都会向社区的成员们发布一些关于 Hugging Face 相关的更新,包括我们的产品和平台更新.社区活动.学习资源和内容更新.开源库和模型更新等,我们将其称之为「Hugging Ne ...
- Open vSwitch系列之十 调用北向接口下发流表
Open vSwitch系列之一 Open vSwitch诞生 Open vSwitch系列之二 安装指定版本ovs Open vSwitch系列之三 ovs-vsctl命令使用 Open vSwit ...