File: 455

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 (179 lines) | stat: -rwxr-xr-x 8,992 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
#! /bin/sh
# PCP QA Test No. 455
# Sanity checks for rsyslog pmda
#
# Copyright (c) 2011 Aconex.  All Rights Reserved.
#

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

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

[ -d $PCP_PMDAS_DIR/rsyslog ] || _notrun "rsyslog PMDA directory is not installed"
grep rsyslog.elasticsearch.submits $PCP_PMDAS_DIR/rsyslog/pmdarsyslog.pl >/dev/null
[ $? -eq 0 ] || _notrun "Newer version of rsyslog PMDA needed"

perl -e "use PCP::PMDA" >/dev/null 2>&1
test $? -eq 0 || _notrun "PCP::PMDA perl module is not installed"

install_on_cleanup=false
pminfo rsyslog >/dev/null 2>&1 && install_on_cleanup=true

status=1
done_clean=false

_cleanup()
{
    if $done_clean
    then
	:
    else
	if [ -f $tmp.pmcd.conf ]
	then
	    $sudo cp $tmp.pmcd.conf $PCP_PMCDCONF_PATH
	    rm -f $tmp.pmcd.conf
	fi
	_service pmcd restart 2>&1 | _filter_pcp_restart
	_wait_for_pmcd
	_service pmlogger restart 2>&1 | _filter_pcp_restart
	_wait_for_pmlogger
	if $install_on_cleanup
	then
	    ( cd $PCP_PMDAS_DIR/rsyslog; $sudo ./Install </dev/null >/dev/null 2>&1 )
	else
	    ( cd $PCP_PMDAS_DIR/rsyslog; $sudo ./Remove >/dev/null 2>&1 )
	fi
	done_clean=true
    fi
    $sudo rm -f $tmp.*
    exit $status
}

_filter()
{
    # number of warnings depends on rsyslog config
    sed \
	-e '/Creating rsyslog statistics file/d' \
	-e 's/ [0-9]* warnings/ some warnings/g'
}

_val_filter()
{
    $PCP_AWK_PROG '
/^rsyslog\.interval/	{ fix = 1 }
fix == 1 && /value [0-9][0-9]*/	{ $2 = "NUMBER" }
			{ print }
NF == 0			{ fix = 0 }'
}

trap "_cleanup" 0 1 2 3 15

# real QA test starts here
iam=rsyslog
cd $PCP_PMDAS_DIR/$iam

# copy the pmcd config file to restore state later.
cp $PCP_PMCDCONF_PATH $tmp.pmcd.conf

# start from a known starting point
$sudo ./Remove >/dev/null 2>&1
$sudo rm -f pmns domain.h

echo
echo "=== $iam agent installation ==="
$sudo rm -f $PCP_LOG_DIR/rsyslog/stats
$sudo ./Install </dev/null >$tmp.out 2>&1
_filter_pmda_install <$tmp.out \
| _filter

echo
echo "=== validate values ==="
rm -f $tmp.stats.*

echo "\
2011-05-11T08:18:02.410871+10:00 host rsyslogd-pstats: ignored record ...
2011-05-11T08:18:02.420771+10:00 host rsyslogd-pstats: imuxsock: submitted=85 ratelimit.discarded=0 ratelimit.numratelimiters=24
2011-05-11T08:18:02.420771+10:00 host rsyslogd-pstats: omelasticsearch: connfail=42 submits=4201 failed=142 success=4201
2011-05-11T08:18:02.420797+10:00 host rsyslogd-pstats: main Q: size=1181 enqueued=1181 full=0 maxqsize=1181
2011-05-11T08:18:02.420897+10:00 host rsyslogd-pstats: other Q: size=1142 enqueued=1142 full=0 maxqsize=1142" > $tmp.stats.legacy.0

echo "\
2011-05-11T08:18:03.420789+10:00 host not-pstats: random garbage ...
2011-05-11T08:18:07.423713+10:00 host rsyslogd-pstats: imuxsock: submitted=85 ratelimit.discarded=0 ratelimit.numratelimiters=24
2011-05-11T08:18:07.423718+10:00 host rsyslogd-pstats: omelasticsearch: connfail=42 submits=4201 failed=142 success=4201
2011-05-11T08:18:07.423752+10:00 host rsyslogd-pstats: main Q: size=1 enqueued=1183 full=0 maxqsize=1182
2011-05-11T08:18:07.423752+10:00 host rsyslogd-pstats: other Q: size=1 enqueued=1143 full=0 maxqsize=1142" > $tmp.stats.legacy.1

echo "\
2022-01-03T22:59:30.234425+00:00 host rsyslogd-pstats: global: origin=dynstats
2022-01-03T22:59:30.234434+00:00 host rsyslogd-pstats: imuxsock: origin=imuxsock submitted=3810 ratelimit.discarded=0 ratelimit.numratelimiters=3810
2022-01-03T22:59:30.234434+00:00 host rsyslogd-pstats: omelasticsearch: origin=omelasticsearch submitted=82 failed.http=0 failed.httprequests=0 failed.checkConn=0 failed.es=0 response.success=0 response.bad=0 response.duplicate=0 response.badargument=0 response.bulkrejection=0 response.other=0
2022-01-03T22:59:30.234437+00:00 host rsyslogd-pstats: pstats-file: origin=core.action processed=180 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234440+00:00 host rsyslogd-pstats: pstats-pipe: origin=core.action processed=180 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234442+00:00 host rsyslogd-pstats: action 2: origin=core.action processed=3815 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234445+00:00 host rsyslogd-pstats: action 3: origin=core.action processed=3814 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234447+00:00 host rsyslogd-pstats: action 4: origin=core.action processed=1 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234449+00:00 host rsyslogd-pstats: action 5: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234451+00:00 host rsyslogd-pstats: action 6: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234453+00:00 host rsyslogd-pstats: action 7: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234455+00:00 host rsyslogd-pstats: action 8: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:30.234459+00:00 host rsyslogd-pstats: resource-usage: origin=impstats utime=366529 stime=583115 maxrss=4848 minflt=1485 majflt=0 inblock=0 oublock=1048 nvcsw=11527 nivcsw=1
2022-01-03T22:59:30.234463+00:00 host rsyslogd-pstats: action 2 queue[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0
2022-01-03T22:59:30.234465+00:00 host rsyslogd-pstats: action 2 queue: origin=core.queue size=0 enqueued=3815 full=0 discarded.full=0 discarded.nf=0 maxqsize=4
2022-01-03T22:59:30.234468+00:00 host rsyslogd-pstats: main Q: origin=core.queue size=14 enqueued=4009 full=0 discarded.full=0 discarded.nf=0 maxqsize=15" > $tmp.stats.modern.0

echo "\
2022-01-03T22:59:33.237567+00:00 host rsyslogd-pstats: global: origin=dynstats
2022-01-03T22:59:33.237582+00:00 host rsyslogd-pstats: imuxsock: origin=imuxsock submitted=5498 ratelimit.discarded=0 ratelimit.numratelimiters=5498
2022-01-03T22:59:33.237583+00:00 host rsyslogd-pstats: omelasticsearch: origin=omelasticsearch submitted=92 failed.http=0 failed.httprequests=0 failed.checkConn=2 failed.es=0 response.success=0 response.bad=0 response.duplicate=0 response.badargument=1 response.bulkrejection=0 response.other=0
2022-01-03T22:59:33.237586+00:00 host rsyslogd-pstats: pstats-file: origin=core.action processed=195 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237590+00:00 host rsyslogd-pstats: pstats-pipe: origin=core.action processed=195 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237593+00:00 host rsyslogd-pstats: action 2: origin=core.action processed=5503 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237597+00:00 host rsyslogd-pstats: action 3: origin=core.action processed=5502 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237600+00:00 host rsyslogd-pstats: action 4: origin=core.action processed=1 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237602+00:00 host rsyslogd-pstats: action 5: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237605+00:00 host rsyslogd-pstats: action 6: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237608+00:00 host rsyslogd-pstats: action 7: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237611+00:00 host rsyslogd-pstats: action 8: origin=core.action processed=0 failed=0 suspended=0 suspended.duration=0 resumed=0
2022-01-03T22:59:33.237617+00:00 host rsyslogd-pstats: resource-usage: origin=impstats utime=517844 stime=830921 maxrss=5328 minflt=1605 majflt=0 inblock=0 oublock=1472 nvcsw=16596 nivcsw=1
2022-01-03T22:59:33.237621+00:00 host rsyslogd-pstats: action 2 queue[DA]: origin=core.queue size=0 enqueued=0 full=0 discarded.full=0 discarded.nf=0 maxqsize=0
2022-01-03T22:59:33.237625+00:00 host rsyslogd-pstats: action 2 queue: origin=core.queue size=0 enqueued=5503 full=0 discarded.full=0 discarded.nf=0 maxqsize=4
2022-01-03T22:59:33.237631+00:00 host rsyslogd-pstats: main Q: origin=core.queue size=14 enqueued=5712 full=0 discarded.full=0 discarded.nf=0 maxqsize=15" > $tmp.stats.modern.1

for i in 1 2 3 4 5
do
    [ -p $PCP_LOG_DIR/rsyslog/stats ] && break
    sleep 1
done

if [ ! -p $PCP_LOG_DIR/rsyslog/stats ]
then
    echo "Arrgh failed to see named pipe $PCP_LOG_DIR/rsyslog/stats after 5 seconds"
    ls -l $PCP_LOG_DIR/rsyslog
    exit
fi

for stats_file in $tmp.stats.*; do
    $sudo sh -c "cat $stats_file >> $PCP_LOG_DIR/rsyslog/stats"
    sleep 2	# give some time for pmdarsyslog to be told
done

pminfo rsyslog \
| LC_COLLATE=POSIX sort \
| while read metric
do
    pminfo -f $metric
done \
| _val_filter

echo
echo "=== remove $iam agent ==="
$sudo ./Remove >$tmp.out 2>&1
_filter_pmda_remove <$tmp.out

status=0
exit