File: 798

package info (click to toggle)
pcp 7.1.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 252,748 kB
  • sloc: ansic: 1,483,656; sh: 182,366; xml: 160,462; cpp: 83,813; python: 24,980; perl: 18,327; yacc: 6,877; lex: 2,864; makefile: 2,738; awk: 165; fortran: 60; java: 52
file content (356 lines) | stat: -rwxr-xr-x 11,119 bytes parent folder | download
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
#! /bin/sh
# PCP QA Test No. 798
# Exercise dbpmda use with the Python nfsclient PMDA
#
# Copyright (c) 2013,2018 Red Hat.
#

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

. ./common.python

[ -d $PCP_PMDAS_DIR/nfsclient ] || _notrun "nfsclient PMDA is not installed"
[ $PCP_PLATFORM = linux ] || _notrun "Linux-specific, needs /proc/self/mountstats"

$python -c "from pcp import pmda" >/dev/null 2>&1
[ $? -eq 0 ] || _notrun "python pcp pmda module not installed"

# need nfsclient PMDA running to get the PMNS
#
( pmprobe -I pmcd.agent.status | grep -q '"nfsclient"' ) || _notrun "nfsclient PMNDA not installed and running"

status=1
rm -f $seq.out
wordsize=`$python -c 'import ctypes; print(ctypes.sizeof(ctypes.c_long))'`
if [ $wordsize -eq 4 ]
then
    ln $seq.out.32 $seq.out
elif [ $wordsize -eq 8 ]
then
    ln $seq.out.64 $seq.out
else
    echo "Could not detect machine word size using python"
    exit
fi
python_path=`which $python`

_cleanup()
{
    cd $here
    [ -f $PCP_VAR_DIR/config/pmda/$domain.0.$seq ] && \
	_restore_config $PCP_VAR_DIR/config/pmda/$domain.0
    $sudo rm -f $PCP_PMDAS_DIR/nfsclient/nfsclient.log*
    rm -f $tmp.*
}

trap "_cleanup; exit \$status" 0 1 2 3 15

_filter()
{
    tee -a $seq_full \
    | $here/src/sortinst -v \
    | sed \
	-e "s;$PCP_PMDAS_DIR;\$PCP_PMDAS_DIR;" \
	-e "s;$script;pmdanfsclient.python;" \
	-e "s; $python_path; \$PYTHON;" \
	-e "s; $python_basename; \$PYTHON;" \
	-e '/pmResult/s/ .* numpmid/ ... numpmid/' \
	-e '/[0-9][0-9]:[0-9][0-9]:[0-9][0-9]/s/[^ ]*/TIMESTAMP/' \
	-e 's/ 32-bit int / 32-BIT /' \
	-e 's/ 32-bit unsigned int / 32-BIT /' \
	-e '/62\.8\.16[123]/s/valfmt: [01]/valfmt: 0-or-1/' \
    # end
}

_filter_pmda_log()
{
    tee -a $seq_full \
    | sed \
	-e 's/^\(Log for pmda[^ ]* on\) .*/\1 HOST .../' \
	-e 's/^\(Log finished\) .*/\1 .../' \
	-e '/^$/d' \
    #end
}

_filter_indom()
{
    # for indom 62.0 the order of the instances (and hence internal
    # instance number depends on the version of perl and the phase
    # of the moon ...
    # pmInDom: 62.0
    # [  0] inst: 0 name: "/mnt/nfsv4"
    # [  1] inst: 1 name: "/mnt/nfs41"
    # [  2] inst: 2 name: "/ifs"
    # [  3] inst: 3 name: "/ifsfoo"
    # dbpmda> 
    # and similarly for
    # pmResult dump from 0x2529560 timestamp: 0.000000 10:00:00.000 numpmid: 1
    #   62.0.2 (<noname>): numval: 4 valfmt: 1 vlist[]:
    #   inst [1 or ???] value "/mnt/nfsv4"
    #   inst [2 or ???] value "/mnt/nfs41"
    #   inst [3 or ???] value "/ifs"
    #   inst [4 or ???] value "/ifsfoo"
    # dbpmda>
    #
    rm -f $tmp.1 $tmp.2 $tmp.3
    sed -e 's/inst \[1[0-4]/inst [N/' -e 's/inst \[[0-9]/inst [N/' \
    | $PCP_AWK_PROG '
BEGIN						{ part = 1 }
part == 2 && $1 == "dbpmda>"			{ part = 3 }
						{ outname = "'$tmp'." part; print >outname }
part == 1 && $1 == "pmInDom:" && $2 == "62.0"	{ part = 2 }'

    [ -f $tmp.1 ] && cat $tmp.1
    [ -f $tmp.2 ] && LC_COLLATE=POSIX sort --key 6 $tmp.2 \
    | $PCP_AWK_PROG '
$1 != "["	{ print; next }
NR == 1	{ printf "[  X] inst: X name: %s\n",$6 }
NR > 1	{ printf "[X+%d] inst: X+%d name: %s\n", NR-1, NR-1, $6 }'
    [ -f $tmp.3 ] && cat $tmp.3
}

# real QA test starts here
domain=62
[ -f $PCP_VAR_DIR/config/pmda/$domain.0 ] && \
    _save_config $PCP_VAR_DIR/config/pmda/$domain.0
script=pmdanfsclient.python
cd "$PCP_PMDAS_DIR/nfsclient"

# create a root namespace file for dbpmda to use
# PCP_PYTHON_PMNS=root $python $script > $tmp.root
$here/src/genpmns nfsclient >$tmp.root
cat $tmp.root >>$seq_full

# create a set of commands for dbpmda
cat >$tmp.cmds <<End-of-File
open pipe $python_path $script
# on some platforms this may take a while ...
wait 2
getdesc on
desc nfsclient.export
desc nfsclient.mountpoint
desc nfsclient.options.string
desc nfsclient.options.proto
desc nfsclient.options.vers
fetch nfsclient.export
fetch nfsclient.mountpoint
fetch nfsclient.options.string
fetch nfsclient.options.proto
fetch nfsclient.options.vers
fetch nfsclient.options.vers
instance $domain.0
End-of-File

# create a set of commands for dbpmda
cat >$tmp.v3cmds <<End-of-File
open pipe $python_path $script
# on some platforms this may take a while ...
wait 2
getdesc on
desc nfsclient.export
desc nfsclient.options.mountaddr
fetch nfsclient.export
fetch nfsclient.options.mountaddr
fetch nfsclient.options.mountvers
fetch nfsclient.options.mountport
fetch nfsclient.options.mountproto
fetch nfsclient.ops.readdirplus.ops
fetch nfsclient.ops.readdirplus.ntrans
fetch nfsclient.ops.readdirplus.timeouts
fetch nfsclient.ops.readdirplus.bytes_sent
fetch nfsclient.ops.readdirplus.bytes_recv
fetch nfsclient.ops.readdirplus.queue
fetch nfsclient.ops.readdirplus.rtt
fetch nfsclient.ops.readdirplus.execute
instance $domain.0
End-of-File

# create a set of commands for dbpmda and nfsv4.2
cat >$tmp.42cmds <<EOF
open pipe $python_path $script
# on some platforms this may take a while ...
wait 2
getdesc on
desc nfsclient.nfsv4
desc nfsclient.ops.seek.ops
desc nfsclient.ops.seek.ntrans
desc nfsclient.ops.seek.timeouts
desc nfsclient.ops.seek.bytes_sent
desc nfsclient.ops.seek.bytes_recv
desc nfsclient.ops.seek.queue
desc nfsclient.ops.seek.rtt
desc nfsclient.ops.seek.execute
desc nfsclient.ops.allocate.ops
desc nfsclient.ops.allocate.ntrans
desc nfsclient.ops.allocate.timeouts
desc nfsclient.ops.allocate.bytes_sent
desc nfsclient.ops.allocate.bytes_recv
desc nfsclient.ops.allocate.queue
desc nfsclient.ops.allocate.rtt
desc nfsclient.ops.allocate.execute
desc nfsclient.ops.deallocate.ops
desc nfsclient.ops.deallocate.ntrans
desc nfsclient.ops.deallocate.timeouts
desc nfsclient.ops.deallocate.bytes_sent
desc nfsclient.ops.deallocate.bytes_recv
desc nfsclient.ops.deallocate.queue
desc nfsclient.ops.deallocate.rtt
desc nfsclient.ops.deallocate.execute
fetch nfsclient.nfsv4
fetch nfsclient.ops.seek.ops
fetch nfsclient.ops.seek.ntrans
fetch nfsclient.ops.seek.timeouts
fetch nfsclient.ops.seek.bytes_sent
fetch nfsclient.ops.seek.bytes_recv
fetch nfsclient.ops.seek.queue
fetch nfsclient.ops.seek.rtt
fetch nfsclient.ops.seek.execute
fetch nfsclient.ops.allocate.ops
fetch nfsclient.ops.allocate.ntrans
fetch nfsclient.ops.allocate.timeouts
fetch nfsclient.ops.allocate.bytes_sent
fetch nfsclient.ops.allocate.bytes_recv
fetch nfsclient.ops.allocate.queue
fetch nfsclient.ops.allocate.rtt
fetch nfsclient.ops.allocate.execute
fetch nfsclient.ops.deallocate.ops
fetch nfsclient.ops.deallocate.ntrans
fetch nfsclient.ops.deallocate.timeouts
fetch nfsclient.ops.deallocate.bytes_sent
fetch nfsclient.ops.deallocate.bytes_recv
fetch nfsclient.ops.deallocate.queue
fetch nfsclient.ops.deallocate.rtt
fetch nfsclient.ops.deallocate.execute
EOF

# create a set of commands for dbpmda and different rpc versions
cat >$tmp.rpccmds <<End-of-File
open pipe $python_path $script
# on some platforms this may take a while ...
wait 2
getdesc on
fetch nfsclient.export
fetch nfsclient.options.mountvers
fetch nfsclient.options.mountproto
fetch nfsclient.ops.copy.errors
fetch nfsclient.ops.clone.errors
fetch nfsclient.ops.layoutstats.errors
fetch nfsclient.ops.fsid_present.errors
fetch nfsclient.ops.deallocate.errors
fetch nfsclient.ops.allocate.errors
fetch nfsclient.ops.seek.errors
fetch nfsclient.ops.test_stateid.errors
fetch nfsclient.ops.secinfo_no_name.errors
fetch nfsclient.ops.getdevicelist.errors
fetch nfsclient.ops.free_stateid.errors
fetch nfsclient.ops.destroy_clientid.errors
fetch nfsclient.ops.bind_conn_to_session.errors
fetch nfsclient.ops.statfs.errors
fetch nfsclient.ops.setclientid_confirm.errors
fetch nfsclient.ops.setclientid.errors
fetch nfsclient.ops.setacl.errors
fetch nfsclient.ops.server_caps.errors
fetch nfsclient.ops.sequence.errors
fetch nfsclient.ops.secinfo.errors
fetch nfsclient.ops.renew.errors
fetch nfsclient.ops.release_lockowner.errors
fetch nfsclient.ops.reclaim_complete.errors
fetch nfsclient.ops.open_noattr.errors
fetch nfsclient.ops.open_downgrade.errors
fetch nfsclient.ops.open_confirm.errors
fetch nfsclient.ops.open.errors
fetch nfsclient.ops.lookup_root.errors
fetch nfsclient.ops.locku.errors
fetch nfsclient.ops.lockt.errors
fetch nfsclient.ops.lock.errors
fetch nfsclient.ops.layoutreturn.errors
fetch nfsclient.ops.layoutget.errors
fetch nfsclient.ops.layoutcommit.errors
fetch nfsclient.ops.get_lease_time.errors
fetch nfsclient.ops.getdeviceinfo.errors
fetch nfsclient.ops.getacl.errors
fetch nfsclient.ops.fs_locations.errors
fetch nfsclient.ops.exchange_id.errors
fetch nfsclient.ops.destroy_session.errors
fetch nfsclient.ops.delegreturn.errors
fetch nfsclient.ops.create_session.errors
fetch nfsclient.ops.close.errors
fetch nfsclient.ops.rmdir.errors
fetch nfsclient.ops.readdirplus.errors
fetch nfsclient.ops.mknod.errors
fetch nfsclient.ops.mkdir.errors
fetch nfsclient.ops.fsstat.errors
fetch nfsclient.ops.commit.errors
fetch nfsclient.ops.pathconf.errors
fetch nfsclient.ops.fsinfo.errors
fetch nfsclient.ops.readdir.errors
fetch nfsclient.ops.link.errors
fetch nfsclient.ops.rename.errors
fetch nfsclient.ops.remove.errors
fetch nfsclient.ops.symlink.errors
fetch nfsclient.ops.create.errors
fetch nfsclient.ops.write.errors
fetch nfsclient.ops.read.errors
fetch nfsclient.ops.readlink.errors
fetch nfsclient.ops.access.errors
fetch nfsclient.ops.lookup.errors
fetch nfsclient.ops.setattr.errors
fetch nfsclient.ops.getattr.errors
fetch nfsclient.ops.null.errors
End-of-File

# iterate over our pre-canned mountstats files
test="$here/nfsclient"
for file in $test/*.qa
do
    NFSCLIENT_MOUNTSTATS_PATH="$file"; export NFSCLIENT_MOUNTSTATS_PATH
    echo === Test case: `basename $file`
    $sudo rm -f nfsclient.log* $PCP_VAR_DIR/config/pmda/$domain.0
    $sudo TERM=ansi \
	sh -c ". /etc/pcp.env; dbpmda -n $tmp.root -ie" < $tmp.cmds 2>&1 \
	| _filter | _filter_indom
    pmsleep 0.5
    _filter_pmda_log < nfsclient.log
done

# iterate over pre-canned nfsv3 mountstat files
for file in $test/*3.qa
do
    NFSCLIENT_MOUNTSTATS_PATH="$file"; export NFSCLIENT_MOUNTSTATS_PATH
    echo === Test case: `basename $file`
    $sudo rm -f nfsclient.log* $PCP_VAR_DIR/config/pmda/$domain.0
    $sudo TERM=ansi \
	sh -c ". /etc/pcp.env; dbpmda -n $tmp.root -ie" < $tmp.v3cmds 2>&1 \
	| _filter | _filter_indom
    pmsleep 0.5
    _filter_pmda_log < nfsclient.log
done

# iterate over pre-canned nfsv4.2 mountstat files
for file in $test/*42.qa
do
    NFSCLIENT_MOUNTSTATS_PATH="$file"; export NFSCLIENT_MOUNTSTATS_PATH
    echo === Test case: `basename $file`
    $sudo rm -f nfsclient.log* $PCP_VAR_DIR/config/pmda/$domain.0
    $sudo TERM=ansi \
	sh -c ". /etc/pcp.env; dbpmda -n $tmp.root -ie" < $tmp.42cmds 2>&1 \
	| _filter | _filter_indom
    pmsleep 0.5
    _filter_pmda_log < nfsclient.log
done

# iterate over pre-canned rpcv1.[01] mountstat files
for file in $test/*rpc-v*.qa
do
    NFSCLIENT_MOUNTSTATS_PATH="$file"; export NFSCLIENT_MOUNTSTATS_PATH
    echo === Test case: `basename $file`
    $sudo rm -f nfsclient.log* $PCP_VAR_DIR/config/pmda/$domain.0
    $sudo TERM=ansi \
	sh -c ". /etc/pcp.env; dbpmda -n $tmp.root -ie" < $tmp.rpccmds 2>&1 \
	| _filter | _filter_indom
    pmsleep 0.5
    _filter_pmda_log < nfsclient.log
done

status=0