You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/types.spec.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ SampleDisk:
368
368
stats:
369
369
type: '[]uint64'
370
370
doc: >
371
-
Disk stats values in the order present in /proc/diskstats. Documentation: Linux 6.x has Documentation/admin-guide/iostats.rst [1]. Older kernels have Documentation/iostats.txt [2]. Note: - The layout of this array changes between kernel versions and may require knowledge of the kernel version to interpret. See the OsRelease field in SysinfoAttributes. - In particular, the length of the array is not constant across kernel versions, though it appears new fields are always appended. - Counters may sometimes wrap around, and they will be reset on reboot. See also the Boot field in SampleSystem. - Field interpretation may also vary between versions. - The field should be considered experimental; when it was introduced, we did not know which data would be interesting. It may be augmented by other fields in the future. [1] https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/iostats.rst. [2] https://elixir.bootlin.com/linux/v4.18.20/source/Documentation/iostats.txt.
371
+
Disk stats values in the order present in /proc/diskstats. Documentation: Linux 6.x has Documentation/admin-guide/iostats.rst [1]. Older kernels have Documentation/iostats.txt [2]. NOTE: - The layout of this array changes between kernel versions and may require knowledge of the kernel version to interpret. See the OsRelease field in SysinfoAttributes. - In particular, the length of the array is not constant across kernel versions, though it appears new fields are always appended. - Counters may sometimes wrap around, and they will be reset on reboot. See also the Boot field in SampleSystem. - Field interpretation may also vary between versions. - The field should be considered experimental; when it was introduced, we did not know which data would be interesting. It may be augmented by other fields in the future. [1] https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/iostats.rst. [2] https://elixir.bootlin.com/linux/v4.18.20/source/Documentation/iostats.txt.
372
372
SampleJob:
373
373
fields:
374
374
job:
@@ -582,11 +582,11 @@ SlurmJob:
582
582
requested_resources:
583
583
type: 'string'
584
584
doc: >
585
-
Requested resources. If present, this comes from scontrol's ReqTRES field. See DecodeSlurmTRES() in decode_jobs.go in this directory for encoding details. scontrol: `ReqTRES` Note that it's been observed that scontrol produces the items in this field in a surprising order. Normally resource requests express a priority order, so specific GPUs will appear in the list before a generic request. In the output from scontrol for ReqTRES, this is not always so (yet AllocTRES seems to have the expected order).
585
+
Requested resources. If present, this comes from scontrol's ReqTRES field. See DecodeSlurmTRES() in decode_jobs.go in this directory for encoding details. We are most often interested in GPU resources, as other resources are represented in other ways. GPU resources are subfields tagged as "gres/gpu=*" for "any gpu" and "gres/gpu:model=n" for specific GPU model names. Memory sizes in the TRES may be encoded with a suffix K, M, G, T, or P representing (as far as is known) 2^10, 20^20, 2^30, 2^40, and 2^50 bytes. scontrol: `ReqTRES` Note that it's been observed that scontrol produces the items in this field in a surprising order. Normally resource requests express a priority order, so specific GPUs will appear in the list before a generic request. In the output from scontrol for ReqTRES, this is not always so (yet AllocTRES seems to have the expected order).
586
586
allocated_resources:
587
587
type: 'string'
588
588
doc: >
589
-
Allocated resources. If present, this comes from sacct's AllocTRES field. See DecodeSlurmTRES() in decode_jobs.go in this directory for encoding details. sacct: `AllocTRES`
589
+
Allocated resources. If present, this comes from sacct's AllocTRES field. See ReqTRES documentation for encoding details. sacct: `AllocTRES`
0 commit comments