Job Profiling

When job profiling is activated, Accelerator Plus tracks and plots performance statistics over the time the job is running.

The profiling plots show, in order, the following performance data over time:
  1. RAM usage
  2. VM size
  3. CPU utilization
  4. Cumulative Read I/O
  5. Cumulative Write I/O
  6. License checkouts (one plot per license)
The output of job profiling is a set of plots as shown below:


Figure 1.
To activate profiling on a single job, use the option -profile of wx run as shown below:
% wx run -profile myJob

To view a profile, use the browser interface and visit the specific page for the job.

To activate job profiling for a jobclass, set the following:
# In a job class definition
set VOV_JOB_DESC(profile) 1
To activate job profiling for all jobs, use the file $VOVDIR/local/vncrun.config.tcl and add a line like this:
# In the file $VOVDIR/local/vncrun.config.tcl
...
set VOV_JOB_DESC(profile) 1
...