File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ title: slurmctld
66 handler: python
77 options:
88 members: yes
9+ members_order: source
Original file line number Diff line number Diff line change @@ -293,8 +293,7 @@ cdef class Statistics:
293293 Maximum time in microseconds for any scheduling cycle since last
294294 reset.
295295 schedule_cycle_counter (int):
296- Total run time in microseconds for all scheduling cycles since last
297- reset.
296+ Total amount of scheduling cycles ran since last reset.
298297 schedule_cycle_mean (int):
299298 Mean time in microseconds for all scheduling cycles since last
300299 reset.
@@ -303,7 +302,7 @@ cdef class Statistics:
303302 scheduling cycle.
304303 schedule_cycle_sum (int):
305304 Total run time in microseconds for all scheduling cycles since last
306- reset format .
305+ reset.
307306 schedule_cycles_per_minute (int):
308307 Counter of scheduling executions per minute.
309308 schedule_queue_length (int):
You can’t perform that action at this time.
0 commit comments