Skip to content

Commit b3ac8e4

Browse files
committed
wip docs
1 parent dc56036 commit b3ac8e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/reference/slurmctld.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ title: slurmctld
66
handler: python
77
options:
88
members: yes
9+
members_order: source

pyslurm/core/slurmctld/stats.pxd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)