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
runsvdir(8)                                                   System Manager's Manual                                                  runsvdir(8)

NAME
runsvdir - starts and monitors a collection of runsv(8) processes SYNOPSIS
runsvdir [-P] dir [ log ] DESCRIPTION
dir must be a directory. log is a space holder for a readproctitle log, and must be at least seven characters long or absent. runsvdir starts a runsv(8) process for each subdirectory, or symlink to a directory, in the services directory dir, up to a limit of 1000 subdirectories, and restarts a runsv(8) process if it terminates. runsvdir skips subdirectory names starting with dots. runsv(8) must be in runsvdir's PATH. At least every five seconds runsvdir checks whether the time of last modification, the inode, or the device, of the services directory dir has changed. If so, it re-scans the service directory, and if it sees a new subdirectory, or new symlink to a directory, in dir, it starts a new runsv(8) process; if runsvdir sees a subdirectory being removed that was previously there, it sends the corresponding runsv(8) process a TERM signal, stops monitoring this process, and so does not restart the runsv(8) process if it exits. If the log argument is given to runsvdir, all output to standard error is redirected to this log, which is similar to the daemontools' readproctitle log. To see the most recent error messages, use a process-listing tool such as ps(1). runsvdir writes a dot to the read- proctitle log every 15 minutes so that old error messages expire. OPTIONS
-P use setsid(2) to run each runsv(8) process in a new session and separate process group. SIGNALS
If runsvdir receives a TERM signal, it exits with 0 immediately. If runsvdir receives a HUP signal, it sends a TERM signal to each runsv(8) process it is monitoring and then exits with 111. SEE ALSO
sv(8), runsv(8), runsvchdir(8), runit(8), runit-init(8), chpst(8), svlogd(8), utmpset(8), setsid(2) http://smarden.org/runit/ AUTHOR
Gerrit Pape <pape@smarden.org> runsvdir(8)