
{ Adding a new element to this array of statistics will require changes to
{ JMM$JOB_SCHEDULER_UTILITY and CLM$DISPLAY_SYSTEM_DATA, and recompiling OSM$FETCH_STATISTICAL_DATA

  TYPE
    jmt$sched_statistic_elements =(jmc$lower_prio_swap_count,
                                   jmc$thrashing_in_activate_jobs,
                                   jmc$queues_emptied_count,
                                   jmc$none_left_activation_viol,
                                   jmc$bad_status_on_activate,
                                   jmc$ready_task_event_count,
                                   jmc$advance_swap_event_count,
                                   jmc$job_terminated_event_count,
                                   jmc$idle_system_event_count,
                                   jmc$lower_maxaj_event_count,
                                   jmc$memory_reserve_event_count,
                                   jmc$swapout_candidate_event_cnt,
                                   jmc$system_thrashing_event_cnt,
                                   jmc$exit_thrashing_none_to_swap,
                                   jmc$operator_request_event_cnt,
                                   jmc$activate_event_count,
                                   jmc$memory_available_in_lw_q,
                                   jmc$wait_for_memory,
                                   jmc$memory_wait_no_preempt,
                                   jmc$memory_wait_act_viol,
                                   jmc$wait_for_ajlo,
                                   jmc$ajlo_wait_no_preempt,
                                   jmc$ajlo_wait_no_preempt_attemp,
                                   jmc$ajlo_wait_act_viol,
                                   jmc$short_wait,
                                   jmc$long_wait,
                                   jmc$restore_job_in_memory,
                                   jmc$called_advance_lw_job,
                                   jmc$large_ws_bad_status_on_act,
                                   jmc$large_ws_job_activated,
                                   jmc$large_ws_mem_avail_in_lw_q,
                                   jmc$large_ws_preempt_for_memory,
                                   jmc$large_ws_relink_no_preempt,
                                   jmc$large_ws_relink_job_too_big,
                                   jmc$age_shared_q_bad_status,
                                   jmc$age_shared_q_activated,
                                   jmc$change_dispatching,
                                   jmc$recovery_swap_error,
                                   jmc$change_subsystem_priority,
                                   jmc$recovery_swapin_event_count,
                                   jmc$bad_status_after_age_job,
                                   jmc$activate_after_age_job),

    jmt$job_scheduler_statistics = array [jmt$sched_statistic_elements] of 0 .. 0ffffffff(16);
