Skip to content

Commit bf8f13d

Browse files
committed
File_stats order by total_bytes
1 parent ec3f4ac commit bf8f13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darshan-util/pydarshan/darshan/cli/file_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def setup_parser(parser: argparse.ArgumentParser):
299299
"--order_by",
300300
"-o",
301301
nargs="?",
302-
default="bytes_read",
302+
default="total_bytes",
303303
choices=[
304304
"perf_by_slowest",
305305
"time_by_slowest",

0 commit comments

Comments
 (0)