+

Search Tips   |   Advanced Search

BusinessGridStatsCache log file

This log file describes the business batch statistics cache.

This file is in the log_root/visualization directory.


Usage notes

node

Node name.

server

Server name.

tcname

Transaction class name.

appname

Application name.

j2eemodname

Java EE module name.

version

Node version.

dtname

Deployment target name.

scname

Service policy name.

nodegroup

Node group name.

cell

Cell name.

updateTime

Time of the update.

stats num_requested

Number of jobs which arrive at the runtime environment (endpoint application) for processing.

num_completed

Number of jobs which run to completion int the runtime environment.

exec_time

Average time in milliseconds that jobs spend running.

max_concurrency

Maximum concurrency level that is attained.

num_queued

Number of jobs that are queued at the scheduler.

num_dispatched

Number of jobs that are dispatched at the scheduler.

num_failed

Number of jobs that failed in the runtime environment.

num_errors

Number of dispatch errors that occurred for jobs.

queue_time

Average time in milliseconds that a job spent in the queue.

dispatch_time

Average time in milliseconds that a job spent being dispatched.

dispatch_error_time

Average time in milliseconds for jobs spent being dispatched when a dispatch error occurred.

  • Troubleshoot batch applications