[Orca-users] Multiple raw orcallator files
Goran_Cvetanoski at medibank.com.au
Goran_Cvetanoski at medibank.com.au
Mon Feb 4 13:26:16 PST 2008
I have noticed that I am getting these multiple raw files on all orca
clients that have disks mounted from our HDS SAN.
All other clients produce one file per day. Any ideas on how to fix this
???
I did a head -1 of each file and then used this script...
-bash-3.00$ cat cdiff
nawk 'BEGIN{}
FNR==NR{
for (i=1;i<=NF;i++){
a[i] = $i
}
next
}
{
for ( j=1;j<=i;j++ ){
if ( a[j] != $j ) {
print "a: " $j " b: " a[j]
# do somemore checking characters by characters.
}
}
}
' "orcallator-2008-01-11-100" "orcallator-2008-01-11-101"
-bash-3.00$
To get this output..
-bash-3.00$ ksh cdiff
a: disk_runp_c5t60060E80047F150000007F1500000326d0 b: disk_peak
a: disk_runp_c5t60060E80047F150000007F1500000325d0 b: disk_mean
a: disk_peak b: disk_rd/s
a: disk_mean b: disk_wr/s
a: disk_rd/s b: disk_rK/s
a: disk_wr/s b: disk_wK/s
a: disk_rK/s b: tape_rd/s
a: disk_wK/s b: tape_wr/s
a: tape_rd/s b: tape_rK/s
a: tape_wr/s b: tape_wK/s
a: tape_rK/s b: swap_avail
a: tape_wK/s b: page_rstim
a: swap_avail b: freememK
a: page_rstim b: free_pages
a: freememK b: bge0/0Ipkt/s
a: free_pages b: bge0/0Opkt/s
a: bge0/0Ipkt/s b: bge0/0InKB/s
a: bge0/0Opkt/s b: bge0/0OuKB/s
a: bge0/0InKB/s b: bge0/0IErr/s
a: bge0/0OuKB/s b: bge0/0OErr/s
a: bge0/0IErr/s b: bge0/0Coll%
a: bge0/0OErr/s b: bge0/0NoCP/s
a: bge0/0Coll% b: bge0/0Defr/s
a: bge0/0NoCP/s b: bge0Ipkt/s
a: bge0/0Defr/s b: bge0Opkt/s
a: bge0Ipkt/s b: bge0InKB/s
a: bge0Opkt/s b: bge0OuKB/s
a: bge0InKB/s b: bge0IErr/s
a: bge0OuKB/s b: bge0OErr/s
a: bge0IErr/s b: bge0Coll%
a: bge0OErr/s b: bge0NoCP/s
a: bge0Coll% b: bge0Defr/s
a: bge0NoCP/s b: bge2/0Ipkt/s
a: bge0Defr/s b: bge2/0Opkt/s
a: bge2/0Ipkt/s b: bge2/0InKB/s
a: bge2/0Opkt/s b: bge2/0OuKB/s
a: bge2/0InKB/s b: bge2/0IErr/s
a: bge2/0OuKB/s b: bge2/0OErr/s
a: bge2/0IErr/s b: bge2/0Coll%
a: bge2/0OErr/s b: bge2/0NoCP/s
a: bge2/0Coll% b: bge2/0Defr/s
a: bge2/0NoCP/s b: bge1/0Ipkt/s
a: bge2/0Defr/s b: bge1/0Opkt/s
a: bge1/0Ipkt/s b: bge1/0InKB/s
a: bge1/0Opkt/s b: bge1/0OuKB/s
a: bge1/0InKB/s b: bge1/0IErr/s
a: bge1/0OuKB/s b: bge1/0OErr/s
a: bge1/0IErr/s b: bge1/0Coll%
a: bge1/0OErr/s b: bge1/0NoCP/s
a: bge1/0Coll% b: bge1/0Defr/s
a: bge1/0NoCP/s b: bge3/0Ipkt/s
a: bge1/0Defr/s b: bge3/0Opkt/s
a: bge3/0Ipkt/s b: bge3/0InKB/s
a: bge3/0Opkt/s b: bge3/0OuKB/s
a: bge3/0InKB/s b: bge3/0IErr/s
a: bge3/0OuKB/s b: bge3/0OErr/s
a: bge3/0IErr/s b: bge3/0Coll%
a: bge3/0OErr/s b: bge3/0NoCP/s
a: bge3/0Coll% b: bge3/0Defr/s
a: bge3/0NoCP/s b: tcp_Iseg/s
a: bge3/0Defr/s b: tcp_Oseg/s
a: tcp_Iseg/s b: tcp_InKB/s
a: tcp_Oseg/s b: tcp_OuKB/s
a: tcp_InKB/s b: tcp_Ret%
a: tcp_OuKB/s b: tcp_Dup%
a: tcp_Ret% b: tcp_Icn/s
a: tcp_Dup% b: tcp_Ocn/s
a: tcp_Icn/s b: tcp_estb
a: tcp_Ocn/s b: tcp_Rst/s
a: tcp_estb b: tcp_Atf/s
a: tcp_Rst/s b: tcp_Ldrp/s
a: tcp_Atf/s b: tcp_LdQ0/s
a: tcp_Ldrp/s b: tcp_HOdp/s
a: tcp_LdQ0/s b: nfs_call/s
a: tcp_HOdp/s b: nfs_timo/s
a: nfs_call/s b: nfs_badx/s
a: nfs_timo/s b: nfss_calls
a: nfs_badx/s b: nfss_bad
a: nfss_calls b: v2reads
a: nfss_bad b: v2writes
a: v2reads b: v3reads
a: v2writes b: v3writes
a: v3reads b: dnlc_ref/s
a: v3writes b: dnlc_hit%
a: dnlc_ref/s b: inod_ref/s
a: dnlc_hit% b: inod_hit%
a: inod_ref/s b: inod_stl/s
a: inod_hit% b: pp_kernel
a: inod_stl/s b: pagesfree
a: pp_kernel b: pageslock
a: pagesfree b: pagestotl
a: pageslock b: #httpds
a: pagestotl b: #httpsds
a: #httpds b: httpop/s
a: #httpsds b: http/p5s
a: httpop/s b: cndget/s
a: http/p5s b: search/s
a: cndget/s b: cgi/s
a: search/s b: htErr/s
a: cgi/s b: httpb/s
a: htErr/s b: %to1KB
a: httpb/s b: %to10KB
a: %to1KB b: %to100KB
a: %to10KB b: %to1MB
a: %to100KB b: %over1MB
a: %to1MB b: NoGatway
a: %over1MB b:
-bash-3.00$
It looks like it is adding:
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
each time it runs.
-bash-3.00$ cat orcallator-2008-01-11-100 |wc
1 621 23061
-bash-3.00$ cat orcallator-2008-01-11-101 | wc
1 623 23157
-bash-3.00$
Header of raw orca file
timestamp locltime uptime state_D state_N state_n state_s state_r
state_k state_c state_m state_d state_i state_t DNnsrkcmdit usr% sys%
wio% idle% 1runq 5runq 15runq #proc #runque #waiting #swpque scanrate
#proc/s #proc/p5s smtx smtx/cpu ncpus mntC_/ mntU_/ mntA_/ mntP_/ mntc_/
mntu_/ mnta_/ mntp_/ mntC_/var mntU_/var mntA_/var mntP_/var mntc_/var
mntu_/var mnta_/var mntp_/var mntC_/export mntU_/export mntA_/export
mntP_/export mntc_/export mntu_/export mnta_/export mntp_/export
mntC_/export/install mntU_/export/install mntA_/export/install
mntP_/export/install mntc_/export/install mntu_/export/install
mnta_/export/install mntp_/export/install mntC_/export/patches
mntU_/export/patches mntA_/export/patches mntP_/export/patches
mntc_/export/patches mntu_/export/patches mnta_/export/patches
mntp_/export/patches disk_runp_c1t0d0 disk_runp_c1t1d0
disk_runp_c5t60060E80047F150000007F1500000326d0 disk_runp_ssd5.fp1
disk_runp_c5t60060E80047F150000007F1500000325d0 disk_runp_ssd4.fp1
disk_runp_ssd5.fp0 disk_runp_ssd4.fp0 disk_runp_c0t0d0
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
<-- snip heaps more lines of the same output -->
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
disk_runp_c5t60060E80047F150000007F1500000326d0
disk_runp_c5t60060E80047F150000007F1500000325d0
disk_peak disk_mean disk_rd/s disk_wr/s disk_rK/s disk_wK/s tape_rd/s
tape_wr/s tape_rK/s tape_wK/s swap_avail page_rstim freememK free_pages
bge0/0Ipkt/s bge0/0Opkt/s bge0/0InKB/s bge0/0OuKB/s bge0/0IErr/s
bge0/0OErr/s bge0/0Coll% bge0/0NoCP/s bge0/0Defr/s bge0Ipkt/s bge0Opkt/s
bge0InKB/s bge0OuKB/s bge0IErr/s bge0OErr/s bge0Coll% bge0NoCP/s
bge0Defr/s bge2/0Ipkt/s bge2/0Opkt/s bge2/0InKB/s bge2/0OuKB/s
bge2/0IErr/s bge2/0OErr/s bge2/0Coll% bge2/0NoCP/s bge2/0Defr/s
bge1/0Ipkt/s bge1/0Opkt/s bge1/0InKB/s bge1/0OuKB/s bge1/0IErr/s
bge1/0OErr/s bge1/0Coll% bge1/0NoCP/s bge1/0Defr/s bge3/0Ipkt/s
bge3/0Opkt/s bge3/0InKB/s bge3/0OuKB/s bge3/0IErr/s bge3/0OErr/s
bge3/0Coll% bge3/0NoCP/s bge3/0Defr/s tcp_Iseg/s tcp_Oseg/s tcp_InKB/s
tcp_OuKB/s tcp_Ret% tcp_Dup% tcp_Icn/s tcp_Ocn/s tcp_estb tcp_Rst/s
tcp_Atf/s tcp_Ldrp/s tcp_LdQ0/s tcp_HOdp/s nfs_call/s nfs_timo/s
nfs_badx/s nfss_calls nfss_bad v2reads v2writes v3reads v3writes
dnlc_ref/s dnlc_hit% inod_ref/s inod_hit% inod_stl/s pp_kernel pagesfree
pageslock pagestotl #httpds #httpsds httpop/s http/p5s cndget/s search/s
cgi/s htErr/s httpb/s %to1KB %to10KB %to100KB %to1MB %over1MB
NoGatway
Goran_Cvetanoski at medibank.com.au
Sent by: orca-users-bounces+goran_cvetanoski=medibank.com.au at orcaware.com
10/01/2008 02:21 PM
To
orca-users at orcaware.com
cc
Subject
[Orca-users] Multiple raw orcallator files
I have 2 orca servers that are both running the same versions.
RICHPse 3.4.1 and orcallator.se 1.37
Both are SunFire V210 servers
5.10 Generic_125100-08 sun4u sparc SUNW,Sun-Fire-V210
On one server the data collection is working fine and each day I get one
bz2 raw file.
ie:
orcallator-2008-01-09-000.bz2
orcallator-2008-01-10-000.bz2
But on the other server I get one file generated every 5 minutes.
ie:
orcallator-2008-01-09-280.bz2
orcallator-2008-01-09-281.bz2
orcallator-2008-01-09-282.bz2
orcallator-2008-01-09-283.bz2
orcallator-2008-01-09-284.bz2
orcallator-2008-01-09-285.bz2
orcallator-2008-01-10-000.bz2
orcallator-2008-01-10-001.bz2
orcallator-2008-01-10-002.bz2
I have tried using orcallator.se 1.40, but that introduces more errors and
orca doesn't even start.
How do I get this second server to produce only one file per day ?
Thanks for your help
**********************************************************************************
The information contained in or attached to this message is intended only
for the people it is addressed to. If you are not the intended recipient,
any use, disclosure or copying of this information is unauthorised and
prohibited. This information may be confidential or subject to legal
privilege.
It is not the expressed view of Medibank Private Limited or any of its
subsidiaries unless it is authorised by a person with actual authority.
To the fullest extent allowed by law, Medibank Private cannot accept
liability for any virus damage caused by this message.
Medibank Private Limited ABN 47 080 890 259.
***********************************************************************************
_______________________________________________
Orca-users mailing list
Orca-users at orcaware.com
http://www.orcaware.com/mailman/listinfo/orca-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20080205/c61e9938/attachment.html>
More information about the Orca-users
mailing list