Skip to content

Commit 62e1e08

Browse files
author
Orcun Yildiz
committed
updating the usage information of the job_stats and file_stats cli tools for DAOS and DFS modules
1 parent 6b3d3f9 commit 62e1e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

darshan-util/pydarshan/docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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,DFS,DAOS}]
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)
@@ -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,DFS}]
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

Comments
 (0)