OSWatcher (oswbb) 是一个可供用户下载的工具,可以用来抓取操作系统的性能指标。OSWatcher 的使用是基于 standard licensing terms 并且不需要额外的 license。作为性能诊断数据收集最佳实践的一部分,安装和运行 oswbb 可以帮助 Oracle 技术支持和开发更快解决您的SR。oswbb 由两个部分组成:
- oswbb: 一个 unix 操作系统的 shell script,用来收集和存储数据。
- oswbba: 一个 java 工具用来自动分析数据,提供建议,产生图形和一个 html 文档。
https://support.oracle.com/epmos/main/downloadattachmentprocessor?parent=document&sourceId=1526578.1&attachid=301137.1:OSW_FILE&clickstream=yes
OSWatcher部署- 部署
mkdir -p /opt/oswatcher mv oswbb840.tar /opt/oswatcher/ cd /opt/oswatcher/ tar -xvf oswbb840.tar cd oswbb
- 卸载
# 卸载前先停止OSWatcher ./stopOSWbb.sh # 删除OSWatcher的目录oswbb rm -fr oswbbOSWatcher启动
./startOSWbb.sh <参数1> <参数2> <参数3> <参数4>
参数1: 指定多少秒采集一次数据。
参数2: 指定采集的数据文件在归档路径保留多少个小时
参数3: 可选参数,打包压缩工具, 在完成收集后OSW 将使用其来打包压缩归档文件
参数4: 可选参数,指定采集归档数据的输出目录,默认为系统变量OSWBB_ARCHIVE_DEST的值。
例子01:如果没有指定参数,默认参数为30,48,意味着30秒采集一次数据,只保留最后48小时的数据到归档文件当中。
./startOSWbb.sh
例子02:后台进行执行防止异常终止
nohup ./startOSWbb.sh 30 48 &
OSWatcher关闭OSWatcher启动后,将会自动创建gif、archive、tmp、locks目录。
- 方法一:stopOSWbb.sh
./stopOSWbb.sh
- 方法二:kill
kill -15 `ps -e | grep OSWatch | awk '{print $1}'`
OSWatcher图表
OSWatcher bba 是一个Java语言写的应用程序,需要安装Java 1.4.2 或更高的版本。oswbba能够在任何有X Windows的Unix平台或Windows平台上运行, X Windows环境是必须的,因为oswbba需要用到Oracle Chartbuilder组件,而这个组件需要它。
前提条件
- java
java -version openjdk version "1.8.0_262" OpenJDK Runtime Environment (build 1.8.0_262-b10) OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode)
- 图形化界面,如X-Winodws、VNC、GNOME
export DISPLAY=:0.0 xhost local:oracle
例子01:生成所有区间图表
java -jar -Xmx256m oswbba.jar -i /opt/oswatcher/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... Scanning file headers for version and platform info... Parsing file RACNode01.zhong.com_pidstat_21.10.05.2200.dat ... Parsing file RACNode01.zhong.com_pidstat_21.10.05.2300.dat ... Parsing file RACNode01.zhong.com_iostat_21.10.05.2200.dat ... Parsing file RACNode01.zhong.com_iostat_21.10.05.2300.dat ... This directory already exists. Rewriting... Parsing file RACNode01.zhong.com_vmstat_21.10.05.2200.dat ... Parsing file RACNode01.zhong.com_vmstat_21.10.05.2300.dat ... Parsing file RACNode01.zhong.com_netstat_21.10.05.2200.dat ... Parsing file RACNode01.zhong.com_netstat_21.10.05.2300.dat ... Parsing file RACNode01.zhong.com_top_21.10.05.2200.dat ... Parsing file RACNode01.zhong.com_top_21.10.05.2300.dat ... Parsing file RACNode01.zhong.com_ps_21.10.05.2200.dat ... Parsing file RACNode01.zhong.com_ps_21.10.05.2300.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 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 GN to Generate All Network 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:D Enter a unique analysis/dashboard directory name or enterto accept default name: A new analysis file analysis/RACNode01.zhong.com_Oct05222420_1633447711/analysis.txt has been created. Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Run_Queue.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Run_Adjusted_Queue.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Block_Queue.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_HB.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_PS_Processes.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Idle.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Util.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_System.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_User.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Wa.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Interrupts.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Context_Switches.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Swap.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Free.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Page_In_Rate.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Page_Out_Rate.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Wa.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Block_Queue.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_ST.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_AW.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_PB.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_RPS.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_WPS.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_TPS.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_ok.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_err.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_drp.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_ovr.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpOutRequests.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpInReceives.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpFragCreates.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpFragOKs.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpInDiscards.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpReasmFails.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_ip_fragments_in_rate.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_ip_fragments_out_rate.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpInDatagrams.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpOutDatagrams.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpInErrors.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpInCsumErrors.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpRcvbufErrors.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpSndbufErrors.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpInSegs.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpOutSegs.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpRetransSegs.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpOutRsts.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpEstabResets.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpAttemptFails.jpg Generating file analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_tcp_retran_error_rate.jpg Files written to the analysis directory. 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 GN to Generate All Network 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:Q [root@RACNode01 oswbb]# tar cvf /tmp/test2.tar.gz analysis/ analysis/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Run_Queue.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Run_Adjusted_Queue.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_HB.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_PS_Processes.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Idle.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Util.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_System.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_User.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpFragOKs.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Interrupts.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Context_Switches.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Swap.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Free.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Page_In_Rate.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Memory_Page_Out_Rate.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Cpu_Wa.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_Block_Queue.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_ST.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_AW.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_PB.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_RPS.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_WPS.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_OS_IO_TPS.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ lo_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond3_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth0_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth3_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth4_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth1_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth2_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth7_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth5_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpInErrors.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ eth6_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond0_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond1_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_rx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_ok.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_err.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_drp.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_link_ bond2_tx_ovr.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpOutRequests.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpInReceives.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpFragCreates.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpInDiscards.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_IpReasmFails.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_ip_fragments_in_rate.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_ip_fragments_out_rate.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpInDatagrams.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpOutDatagrams.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpInCsumErrors.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpRcvbufErrors.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_UdpSndbufErrors.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpInSegs.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpOutSegs.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpRetransSegs.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpOutRsts.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpEstabResets.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_TcpAttemptFails.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/generated_files/OSWg_tcp_retran_error_rate.jpg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/bootstrap.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/modernizr.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/jquery-2.1.4.min.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/THIRDPARTYLICENSE.txt analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/jquery.lightbox.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/tabs.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/scripts.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/js/templatemo_custom.js analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/templatemo_misc.css analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/bootstrap.min.css analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/style.css analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/font-awesome.min.css analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/templatemo_style.css analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/css/animate.css analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/Thumbnail_Placeholder.png analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/next.png analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/bx_loader.gif analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/close.png analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/loading.gif analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/images/previous.png analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/ analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/FontAwesome.otf analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/fontawesome-webfont.woff analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/fontawesome-webfont.woff2 analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/fontawesome-webfont.eot analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/fontawesome-webfont.ttf analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/fonts/fontawesome-webfont.svg analysis/RACNode01.zhong.com_Oct05222420_1633447711/dashboard/index.html analysis/RACNode01.zhong.com_Oct05222420_1633447711/analysis.txt [root@RACNode01 oswbb]# sz /tmp/test2.tar.gz rz Starting zmodem transfer. Press Ctrl+C to cancel. Transferring test2.tar.gz... 100% 8030 KB 892 KB/sec 00:00:09 0 Errors
例子02:生成指定区间图表
java -jar -Xmx256m oswbba.jar -i /opt/oswatcher/oswbb/archive -B <开始时间> -E <结束时间>OSWatcher样例
-
HTML样例
-
TEXT样例



