We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afa525 commit fb97e28Copy full SHA for fb97e28
drishti/handlers/handle_darshan.py
@@ -375,7 +375,7 @@ def handler():
375
376
# module.check_size_intensive(total_size, total_read_size, total_written_size)
377
module.check_size_intensive(
378
- total_size=darshan_file_obj.io_stats.total_bytes,
+ total_size=darshan_file_obj.io_stats.posix_size,
379
total_read_size=darshan_file_obj.io_stats.get_module_size(ModuleType.POSIX, "read"),
380
total_written_size=darshan_file_obj.io_stats.get_module_size(ModuleType.POSIX, "write"),
381
)
0 commit comments