nv-l
[Top] [All Lists]

[nv-l] appl queue size question

To: "'Nv-L (nv-l@lists.us.ibm.com)'" <nv-l@lists.us.ibm.com>
Subject: [nv-l] appl queue size question
From: "Bursik, Scott {PBSG}" <Scott.Bursik@pbsg.com>
Date: Wed, 25 May 2005 08:15:55 -0500
Delivery-date: Wed, 25 May 2005 14:17:50 +0100
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
Reply-to: nv-l@lists.us.ibm.com
Sender: owner-nv-l@lists.us.ibm.com
All,

I am having some performance issues with my production NetView server and in
an effort to diagnose the issue I ran a script that someone from the forum
contributed a while back. It checks the appl queue.

When I run the script I get the following output:

Turning on trapd tracing
Starting tracing now....
Toggling trace mode of SNMP trap daemon
Waiting for one minute---------------------------|
.................................................
Stopping Tracing....
Toggling trace mode of SNMP trap daemon
Getting trapd status from /usr/OV/log/trapd.trace
Wed May 25 08:04:17 2005 send_to_all_appls: [0] appl queue size 1 of maximum
5000 events
Wed May 25 08:04:17 2005 send_to_all_appls: [55042] appl queue size 1 of
maximum 5000 events

Should I be concerned with the last line? If I am reading this correctly I
am configured for a max of 5000 events and I have a queue size of 55042. I
would say that the appl queue size needs to be changed. We have a very large
environment.


Here is the script so you can see what it is doing:

#!/usr/bin/ksh
clear
echo > /usr/OV/log/trapd.trace
echo "Turning on trapd tracing"
        echo ""
        echo ""
echo "Starting tracing now...."
/usr/OV/bin/trapd -T
        echo ""
        echo ""
# Progress indicator
while :; do
        sleep 1
        echo ".\c"
done &
Progress=$!
trap 9 15 "kill $Progress;exit 1"
echo "Waiting for one minute---------------------------|"
sleep 50
kill $Progress
        echo ""
        echo ""
echo "Stopping Tracing...."
/usr/OV/bin/trapd -T
        echo ""
        echo ""
echo "Getting trapd status from /usr/OV/log/trapd.trace"
tail /usr/OV/log/trapd.trace | grep "appl queue size" 

 
Thank You!

Scott Bursik


<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web