You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

WORK IN PROGRESS

JobScheduler Operations Center

The JobScheduler Operations Center (JOC) is used to monitor and control the jobs, job chains and orders.
You open JOC in a browser with the URL:

where scheduler_host and scheduler_port are the hostname and the TCP port number of the JobScheduler.

 

Overview Communication Between JOC and JobScheduler Engine 

 

Factors affects JOC Performance 

  • Size of data packet

    • One of major factor affecting data packet sent back by JobScheduler depend upon number JobScheduler objects e.g. job chain, job, order, deployed in live folder.
  • Number of running jobs/tasks
    • Number of running jobs/tasks also add addition run time information e.g. start time, end time, step text etc.
  • Number of history entries per order/task
    • In JOC user can configure how many order/task histories he want to see. As number of order/task history is higher, JobScheduler engine needs more time to fetch that information from database. Also the data packet size will be bigger.
  • Auto update frequency
    • By default auto update of JOC is disabled . But if user enable the Auto update
  • Database and Network performance

JOC Performance Debugging

The JOC offers a feature to see in real time time taken by JobScheduler to prepare the data packet and transportation time to JOC. Also user can see rendering time required  by JOC for different sections of the JOC GUI. 

Enable Debugging

To enable the JOC debugging 

  1. Click on Help | Extras ( Next to menu) button 
  2. Click on Settings
  3. Change the value for "Debuggung of the operational GUI Level(0-9)" Set the value between 0-9
  4. Click on Submit

The JOC will open a new tab to display the debug information. You will see debug information in new tab depending upon Log Level, Number of job,job chain etc. and JOC update frequency.

 

Disable Debugging

To disable the JOC debugging follow the same steps as for Enable Debugging and in step three set the Log Level to 0.

Analyze Data In Debug Log

 

JOC Performance improvement 

 

  • No labels