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
| DAOS_BYTES_READ | Total number of bytes that were read from the DAOS object
572
+
| DAOS_BYTES_WRITTEN | Total number of bytes that were written to the DAOS object
573
+
| DAOS_RW_SWITCHES | Number of times that access toggled between read and write in consecutive operations
574
+
| DAOS_MAX_READ_TIME_SIZE | Size of the slowest DAOS read operation
575
+
| DAOS_MAX_WRITE_TIME_SIZE | Size of the slowest DAOS write operation
576
+
| DAOS_SIZE_READ_* | Histogram of read access sizes at DAOS level
577
+
| DAOS_SIZE_WRITE_* | Histogram of write access sizes at DAOS level
578
+
| DAOS_ACCESS[1-4]_ACCESS | 4 most common DAOS access sizes
579
+
| DAOS_ACCESS[1-4]_COUNT | Count of 4 most common DAOS access sizes
580
+
| DAOS_OBJ_OTYPE | DAOS object otype ID
581
+
| DAOS_ARRAY_CELL_SIZE | For DAOS array objects, the array cell size
582
+
| DAOS_ARRAY_CHUNK_SIZE | For DAOS array objects, the array chunk size
583
+
| DAOS_FASTEST_RANK | The MPI rank with smallest time spent in DAOS I/O (cumulative read, write, and meta times)
584
+
| DAOS_FASTEST_RANK_BYTES | The number of bytes transferred by the rank with smallest time spent in DAOS I/O (cumulative read, write, and meta times)
585
+
| DAOS_SLOWEST_RANK | The MPI rank with largest time spent in DAOS I/O (cumulative read, write, and meta times)
586
+
| DAOS_SLOWEST_RANK_BYTES | The number of bytes transferred by the rank with the largest time spent in DAOS I/O (cumulative read, write, and meta times)
587
+
| DAOS_F_*_START_TIMESTAMP | Timestamp that the first DAOS object open/read/write/close operation began
588
+
| DAOS_F_*_END_TIMESTAMP | Timestamp that the last DAOS object open/read/write/close operation ended
589
+
| DAOS_F_READ_TIME | Cumulative time spent reading at the DAOS level
590
+
| DAOS_F_WRITE_TIME | Cumulative time spent writing at the DAOS level
591
+
| DAOS_F_META_TIME | Cumulative time spent in open, punch, list, get size, set size, stat, destroy, and remove at the DAOS level
592
+
| DAOS_F_MAX_READ_TIME | Duration of the slowest individual DAOS read operation
593
+
| DAOS_F_MAX_WRITE_TIME | Duration of the slowest individual DAOS write operation
594
+
| DAOS_F_FASTEST_RANK_TIME | The time of the rank which had the smallest amount of time spent in DAOS I/O (cumulative read, write, and meta times)
595
+
| DAOS_F_SLOWEST_RANK_TIME | The time of the rank which had the largest amount of time spent in DAOS I/O (cumulative read, write, and meta times)
596
+
|====
597
+
483
598
===== Heatmap fields
484
599
485
600
Each heatmap module record reports a histogram of the number of bytes read
@@ -505,23 +620,6 @@ execution time.
505
620
506
621
===== Additional modules
507
622
508
-
.Lustre module (if enabled, for Lustre file systems)
509
-
[cols="40%,60%",options="header"]
510
-
|====
511
-
| counter name | description
512
-
| LUSTRE_NUM_COMPONENTS | number of instrumented components in the Lustre layout
513
-
| LUSTRE_NUM_STRIPES | number of active stripes in the Lustre layout components
514
-
| LUSTRE_COMP*_STRIPE_SIZE | stripe size for this file layout component in bytes
515
-
| LUSTRE_COMP*_STRIPE_COUNT | number of OSTs over which the file layout component is striped
516
-
| LUSTRE_COMP*_STRIPE_PATTERN | pattern (e.g., raid0, mdt, overstriped) for this file layout component
517
-
| LUSTRE_COMP*_FLAGS | captured flags (e.g. init, prefwr, stale) for this file layout component
518
-
| LUSTRE_COMP*_EXT_START | starting file extent for this file layout component
519
-
| LUSTRE_COMP*_EXT_END | ending file extent for this file layout component (-1 means EOF)
520
-
| LUSTRE_COMP*_MIRROR_ID | mirror ID for this file layout component, if mirrors are enabled
521
-
| LUSTRE_COMP*_POOL_NAME | Lustre OST pool used for this file layout component
522
-
| LUSTRE_COMP*\_OST_ID_* | indices of OSTs over which this file layout component is striped
523
-
|====
524
-
525
623
.APXC module header record (if enabled, for Cray XC systems)
0 commit comments