@@ -55,7 +55,7 @@ ordered according to some I/O metric.
5555
5656Usage of the ``job_stats `` tool is described below. ::
5757
58- usage: darshan job_stats [-h] [--log_paths_file LOG_PATHS_FILE] [--module [{POSIX,MPI-IO,STDIO}]]
58+ usage: darshan job_stats [-h] [--log_paths_file LOG_PATHS_FILE] [--module [{POSIX,MPI-IO,STDIO,DFS,DAOS }]]
5959 [--order_by [{perf_by_slowest,time_by_slowest,total_bytes,total_files}]] [--limit [LIMIT]]
6060 [--csv] [--exclude_names EXCLUDE_NAMES] [--include_names INCLUDE_NAMES]
6161 [log_paths [log_paths ...]]
@@ -69,7 +69,7 @@ Usage of the ``job_stats`` tool is described below. ::
6969 -h, --help show this help message and exit
7070 --log_paths_file LOG_PATHS_FILE
7171 specify the path to a manifest file listing Darshan log files
72- --module [{POSIX,MPI-IO,STDIO}], -m [{POSIX,MPI-IO,STDIO}]
72+ --module [{POSIX,MPI-IO,STDIO,DFS,DAOS }], -m [{POSIX,MPI-IO,STDIO,DFS,DAOS }]
7373 specify the Darshan module to generate job stats for (default: POSIX)
7474 --order_by [{perf_by_slowest,time_by_slowest,total_bytes,total_files}], -o [{perf_by_slowest,time_by_slowest,total_bytes,total_files}]
7575 specify the I/O metric to order jobs by (default: total_bytes)
@@ -89,7 +89,7 @@ or use a manifest file in cases where many logs are to be analyzed at once.
8989
9090Usage of the ``file_stats `` tool is described below. ::
9191
92- usage: darshan file_stats [-h] [--log_paths_file LOG_PATHS_FILE] [--module [{POSIX,MPI-IO,STDIO}]]
92+ usage: darshan file_stats [-h] [--log_paths_file LOG_PATHS_FILE] [--module [{POSIX,MPI-IO,STDIO,DFS }]]
9393 [--order_by [{bytes_read,bytes_written,reads,writes,total_jobs}]] [--limit [LIMIT]] [--csv]
9494 [--exclude_names EXCLUDE_NAMES] [--include_names INCLUDE_NAMES]
9595 [log_paths [log_paths ...]]
@@ -103,7 +103,7 @@ Usage of the ``file_stats`` tool is described below. ::
103103 -h, --help show this help message and exit
104104 --log_paths_file LOG_PATHS_FILE
105105 specify the path to a manifest file listing Darshan log files
106- --module [{POSIX,MPI-IO,STDIO}], -m [{POSIX,MPI-IO,STDIO}]
106+ --module [{POSIX,MPI-IO,STDIO,DFS }], -m [{POSIX,MPI-IO,STDIO,DFS }]
107107 specify the Darshan module to generate file stats for (default: POSIX)
108108 --order_by [{bytes_read,bytes_written,reads,writes,total_jobs}], -o [{bytes_read,bytes_written,reads,writes,total_jobs}]
109109 specify the I/O metric to order files by (default: bytes_read)
0 commit comments