View comments | RSS feed

Monitoring the scheduler

JRun can also write scheduler status information to the JRun log files. The scheduler is used for scheduling and running all internal tasks in background threads, including session timeouts, file logging, metrics logging, and JDBC connection pool management.

The following table describes the metrics variables for the scheduler:
Metrics variable
Description
scheduler.listenTh
Threads listening
scheduler.idleTh
Threads waiting for a new request
scheduler.delayTh
Threads waiting to run
scheduler.busyTh
Threads currently running
scheduler.totalTh
Total worker thread count
scheduler.delayRq
Requests delayed due to high concurrency
scheduler.droppedRq
Requests dropped
scheduler.handledRq
Requests handled
scheduler.handledMS
Milliseconds spent servicing requests not including any delay time (delayMs)
scheduler.delayMs
Milliseconds spent in delay state

Comments


dbaker said on Nov 4, 2002 at 1:25 PM :
handledMS should be handledMs
dbaker said on Nov 4, 2002 at 1:30 PM :
update to previous note: scheduler.handledRq and scheduler.handledMS (or handledMs) are ignored.
jaronlambert said on Dec 16, 2003 at 4:13 PM :
Did anyone notice that scheduler.handledRq and scheduler.handledMS don't seem to work?

Just kidding, but it has been over a year since dbaker's post...

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/jrun/4/JRun_Administrators_Guide/netmon4.htm