Weblogic Queue Lenth

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Weblogic Queue Lenth
# 1  
Old 07-03-2011
Weblogic Queue Lenth

I a performance monitoring tool that monitors the performance of my servers. I get an alert message every 5 minutes from
the monitoring tool if the queue count increase. The monitor sends an email of NOT-OK when the queue count increases and
another email of OK when the queue count goes to 0 again.
Lately, we have been seeing some NOT-OK alerts for the queue count increasing. It goes back down before the next monitor runs.
I am trying to investigate the reasons for the spikes. I believe that Garbage collection is causing the the queue count to go up.
I looked at a couple of emails from last month where the queue count was more than zero and pulled the data into an excel file.
I highlighted the records where the queue count is increasing. I am trying to determine what is causing the queue to go up.
It could be GC's are performing, it couldn't be user activity, it couldn't thread utilization. I would really appreciate your help in this matter.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How can i get the state of weblogic server

Hi, all Now i want write a shell to get the state of weblogic server,and when the Managed Server's state is not ok, after 3 times checking, i will send msg to the system administrator by sms. BTW, my environment is : Linux ,Redhat 5.4 64bit weblogic version: 10.3.3 the count number... (1 Reply)
Discussion started by: wangsk
1 Replies

2. UNIX and Linux Applications

Version of Weblogic server

Hi All, How to find the version of the weblogic server configured? Our server is a Linux based server. Regards Dhivya (1 Reply)
Discussion started by: dhivya.enjoy
1 Replies

3. Shell Programming and Scripting

Weblogic commands in unix .

Hi , i want to know web logic commands in Unix which we can use from server. Like commands for deploying applications etc . Any link will also be helpful. (2 Replies)
Discussion started by: honey26
2 Replies

4. Solaris

weblogic Maintenance pack

Hi ALL, I am running weblogic portal(9.2.2) on solaris and i wanted to apply maintenance pack and upgrade it to 9.2.3. Without using x-windows system how can i apply maintenance pack.? (0 Replies)
Discussion started by: gaurav183
0 Replies

5. Linux

Linux/Weblogic Admins?

Please forgive me if I've chosen the wrong forum... but I'm just wondering how likely it is to find a Linux sys admin with a vast BEA Weblogic skillset or vice versa (a Weblogic admin with vast Linux admin skills)? The reason I ask is because our Linux Sys Admin is leaving for a position with... (1 Reply)
Discussion started by: rm -r *
1 Replies

6. Solaris

Is Weblogic useful for unix admins?

Hi, I Need small conformation that "Upto what extent Weblogic is useful for Admins? Need help ASAP...PLz do the Favour. Thanx in Advance...... (0 Replies)
Discussion started by: viswanathkishor
0 Replies

7. Shell Programming and Scripting

Fetch the rows with match string on a fixed lenth text file - NO delimiters

Hi I am trying to fetch the rows with match string "0000001234" Input file looks like below: 09 0 XXX 0000001234 Z 1 09 0 XXX 0000001234 Z 1 09 0 XXX 0000001234 Z 1 09 0 XXX 0000001234 Z 1 09 0 XXX 0000001234 Z 1... (6 Replies)
Discussion started by: nareshk
6 Replies

8. Shell Programming and Scripting

Weblogic Certification:

Hi All :) I am planning to undergo Weblogic Administartion Certification. IF anyone has got certified,please guide me. It would be more helpful,if someone shares me the materials or dumps. Please help me. Alvida. (0 Replies)
Discussion started by: alvida
0 Replies

9. Solaris

Weblogic

Hi, I can't find the password for Weblogic console. Is it a way change it from solaris platform? Cheers (1 Reply)
Discussion started by: mehrdad68
1 Replies

10. UNIX for Advanced & Expert Users

weblogic?

anyone has any ideas about web logic? the weblogic is installed in unix, but everytimes when I tried to start the weblogic i have to start from unix with root password. Is there anyway i can start the weblogic w/o login to unix as root?? (1 Reply)
Discussion started by: ichiro
1 Replies
Login or Register to Ask a Question
dbus-monitor(1) 					      General Commands Manual						   dbus-monitor(1)

NAME
dbus-monitor - debug probe to print message bus messages SYNOPSIS
dbus-monitor [--system | --session | --address ADDRESS] [--profile | --monitor] [watch expressions] DESCRIPTION
The dbus-monitor command is used to monitor messages going through a D-Bus message bus. See http://www.freedesktop.org/software/dbus/ for more information about the big picture. There are two well-known message buses: the systemwide message bus (installed on many systems as the "messagebus" service) and the per-user-login-session message bus (started each time a user logs in). The --system and --session options direct dbus-monitor to monitor the system or session buses respectively. If neither is specified, dbus-monitor monitors the session bus. dbus-monitor has two different output modes, the 'classic'-style monitoring mode and profiling mode. The profiling format is a compact for- mat with a single line per message and microsecond-resolution timing information. The --profile and --monitor options select the profiling and monitoring output format respectively. If neither is specified, dbus-monitor uses the monitoring output format. In order to get dbus-monitor to see the messages you are interested in, you should specify a set of watch expressions as you would expect to be passed to the dbus_bus_add_match function. The message bus configuration may keep dbus-monitor from seeing all messages, especially if you run the monitor as a non-root user. OPTIONS
--system Monitor the system message bus. --session Monitor the session message bus. (This is the default.) --address ADDRESS Monitor an arbitrary message bus given at ADDRESS. --profile Use the profiling output format. --monitor Use the monitoring output format. (This is the default.) EXAMPLE
Here is an example of using dbus-monitor to watch for the gnome typing monitor to say things dbus-monitor "type='signal',sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'" AUTHOR
dbus-monitor was written by Philip Blundell. The profiling output mode was added by Olli Salli. BUGS
Please send bug reports to the D-Bus mailing list or bug tracker, see http://www.freedesktop.org/software/dbus/ dbus-monitor(1)