summaryrefslogtreecommitdiff
path: root/qa/038
blob: fb0ec6241ae80d12a4d52e719e88e6336f60edf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
#! /bin/sh
# PCP QA Test No. 038
# pmlogger would die with horrible errors when diagnostics enabled, due
# to early timer events
#
# Copyright (c) 1995-2002 Silicon Graphics, Inc.  All Rights Reserved.
#

seq=`basename $0`
echo "QA output created by $seq"

# get standard filters
. ./common.product
. ./common.filter

_filter_dumplog()
{
    _filter_dumpresult | sed \
	-e '/inst /{
s;inst \[[0-9][0-9]* or ".*/dbs/.*\.dbf"];inst [FILE];
}'

}

trap "rm -f $tmp.*; exit" 0 1 2 3 15

# real QA test starts here
rm -f $tmp.*
cat <<End-of-File >$tmp.config
log mandatory on 1 sec {
    sample.control
    sample.milliseconds
    sample.load
    sample.colour
    sample.bin
    sample.bucket
    sample.drift
    sample.step
    sample.write_me
    sample.lights
    sample.magnitude
    sample.sysinfo
    sample.pdu
    sample.recv_pdu
    sample.xmit_pdu
    sample.noinst
    disk.all.read
    disk.all.write
    disk.all.total
    disk.all.blkread
    disk.all.blkwrite
    disk.all.blktotal
    disk.all.active
    disk.all.response
    disk.all.bytes
    disk.all.read_bytes
    disk.all.write_bytes
    disk.all.avg_disk.active
    disk.all.avg_disk.response
    kernel.all.cpu.idle
    kernel.all.cpu.intr
    kernel.all.cpu.sys
    kernel.all.cpu.sxbrk
    kernel.all.cpu.user
    kernel.all.cpu.wait.total
    kernel.all.cpu.wait.gfxc
    kernel.all.cpu.wait.gfxf
    kernel.all.cpu.wait.io
    kernel.all.cpu.wait.pio
    kernel.all.cpu.wait.swap
    kernel.all.io.iget
    kernel.all.io.bread
    kernel.all.io.bwrite
    kernel.all.io.lread
    kernel.all.io.lwrite
    kernel.all.io.phread
    kernel.all.io.phwrite
    kernel.all.io.wcancel
    kernel.all.io.namei
    kernel.all.io.dirblk
    kernel.all.swap.swpocc
    kernel.all.swap.swpque
    kernel.all.load
    kernel.all.users
    kernel.all.pswitch
    kernel.all.readch
    kernel.all.runocc
    kernel.all.runque
    kernel.all.syscall
    kernel.all.sysexec
    kernel.all.sysfork
    kernel.all.sysread
    kernel.all.syswrite
    kernel.all.writech
    kernel.all.tty.recvintr
    kernel.all.tty.xmitintr
    kernel.all.tty.mdmintr
    kernel.all.tty.out
    kernel.all.tty.raw
    kernel.all.tty.canon
    kernel.all.intr.vme
    kernel.all.intr.non_vme
    kernel.all.ipc.msg
    kernel.all.ipc.sema
    kernel.all.pty.masterch
    kernel.all.pty.slavech
    kernel.all.flock.alloc
    kernel.all.flock.inuse
    hinv.ncpu
    hinv.dcache
    hinv.icache
    hinv.physmem
    hinv.pmeminterleave
    hinv.ndisk
}
End-of-File

$sudo rm -f core*
# -D 511 is all of the PMAPI debug flags, excluding PM_TRACE_AF (the
# latter is non-deterministic, unfortunately)
pmlogger -D 511 -c $tmp.config -s 2 -l $tmp.log $tmp >$tmp.out 2>&1 &
logger_pid=$!

wait

if [ "`echo core*`" != "core*" ]
then
    echo "Arrgh ... pmlogger dumped core?"
    ls -l core*
    file core*
else
    echo "OK, pmlogger survived"
fi

# The traces and the list of metrics depend on which operating
# system you're running on.  There is no real point in generating all
# this output (filtered diagnostics and verbose pmdumplog) because
# I expect to be different.
# -Ken 1 June 2001
#
# Simple sanity check on the number of pmResults in the archive ...

echo
echo "count records in archive (expect 1 for preamble + 2) ..."
pmdumplog $tmp 2>&1 \
| tee -a $seq.full \
| _filter_dumplog \
| sed -n -e '/TIMESTAMP/s/STAMP.*/STAMP/p'

# and truncate the test here!
#
exit

# enable this to see what is really happening!
echo "=== out ===" >038.full
cat $tmp.out >>038.full
echo >>038.full
echo "=== log ===" >>038.full
cat $tmp.log >>038.full

# may need this yet...
# 
# filter output and sum by diagnostic type
cat $tmp.out $tmp.log \
| sed \
    -e '/success*/d' \
    -e 's/Log f.*/Log/g' \
    -e 's/searchindom/__localLogGetInDom/g' \
| _filter_dumpresult \
| sed \
    -e 's/^\[[0-9][0-9]*]//' \
    -e '/^[0-9][0-9][0-9]:/d' \
    -e 's/^  *//' \
    -e 's/After loading config/After_loading_config/' \
    -e 's/Dump Contexts/Dump_Contexts/' \
    -e 's/Dump Instance Profile/Dump_Instance_Profile/' \
    -e 's/Dump optfetch/Dump_optfetch/' \
    -e 's/free pdubuf/free_pdubuf/' \
    -e '/__pmDecodeXtendError/d' \
    -e '/__pmFdLookupIPC/d' \
    -e 's/[(: =].*//'

# now, what is in the log? ...
pmdumplog $tmp 2>&1 \
| _filter_dumplog \
| sed \
	-e "/\"$logger_pid\"/s/$logger_pid/LOGGER_PID/g" \
	-e '/pmcd.pmlogger.port/s/value .*/value PORT/' \
	-e '/pmcd.pmlogger.host/s/value ".*/value "HOST"/' \
| ./xlate_2_new_pmns