Analyze data and create a HTML report
Analyze data
# java -jar oswbba.jar -i ./archive -A
# more analysis/grac1.example.com_1380207464776.txt
OSWatcher Black Box Analyzer
Input Archive: ./archive
Archive Source Dest: /u01/app/grid/oswbb/archive
Archive Start Time: Sep 26 16:00:23 2013
Archive Stop Time: Sep 26 16:02:24 2013
Hostname: GRAC1.EXAMPLE.COM
OS Version: Linux
Snapshot Freq: 60
CPU COUNT: 1
############################################################################
Section 1: Overall Status
Subsystem Status
------------------------
CPU WARNING
MEMORY OK
I/O WARNING
NET OK
..
CPU UTILIZATION: PERCENT BUSY
------------------------------------------------------
Snaps captured in archive 3 100.00
High (>95%) 0 0
Very High (100%) 0 0
High spanning multiple snaps 0 0
CPU UTILIZATION: PERCENT SYS
------------------------------------------------------
Snaps captured in archive 3 100.00
High (>30%) 0 0
Very High (50%) 0 0
High spanning multiple snaps 0 0
Create a HTML report
$ java -jar oswbba.jar -i ./archive -P rac_perf_grac1
--> Creates a HTML file
/u01/app/grid/oswbb/profile/grac1.example.com_rac_perf_grac1/OSW_profile.htm
Reference:
OSWatcher Black Box (Includes: [Video]) (Doc ID 301137.1)
nice article, just i have a question, when i tried to run de OSwatcher on solaris, the next error is appearing:
oswbb heartbeat:Tue Nov 24 11:13:14 CST 2015
ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory
ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory
.
.
.
do you know any about it ??
Sorry I don’t have access to any Solaris box .
libgmp seems to be GNU MP portable library written in C for arbitrary precision arithmetic
Can you find libgmp.so on your system ?
If yes does your LD_LIBRARY_PATH point to that directory ?
Is this a Solaris 10 Sparc system ?