We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8137edc commit d59d0b5Copy full SHA for d59d0b5
pyslurm/core/slurmctld/stats.pxd
@@ -218,7 +218,7 @@ cdef class RPCTypeStatistics(dict):
218
Total amount of time it has taken to process all RPCs made yet.
219
queued (int):
220
Total amount of RPCs queued.
221
- queued (int):
+ dropped (int):
222
Total amount of RPCs dropped.
223
"""
224
@staticmethod
@@ -243,7 +243,7 @@ cdef class RPCPendingStatistics(dict):
243
244
Attributes:
245
count (int):
246
- Total amount of RPCs made to the `slurmctld` since last reset.
+ Total amount of RPCs currently pending.
247
248
249
cdef RPCPendingStatistics from_ptr(stats_info_response_msg_t *ptr)
0 commit comments