This log file describes the business grid statistics cache.
Location
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: J2EE module name.
- version: Node version.
- dtname: Deployment target name.
- scname: Service policy name.
- nodegroup: Node group name
- cell: Cell name.
- updateTime: Time of update.
- stats num_requested: Number of jobs which arrive at the
execution environment (endpoint application) for processing.
- num_completed: Number of jobs which run to completion at
the execution environment.
- exec_time: Average time in milliseconds that jobs spend
executing.
- 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 execution
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.