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
Copy file name to clipboardExpand all lines: drishti/handlers/handle_darshan.py
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ def handler():
358
358
total_writes=df['counters']['POSIX_WRITES'].sum()
359
359
360
360
# Get total number of I/O operations
361
-
total_operations=total_writes+total_reads
361
+
total_operations=total_writes+total_reads
362
362
363
363
# To check whether the application is write-intensive or read-intensive we only look at the POSIX level and check if the difference between reads and writes is larger than 10% (for more or less), otherwise we assume a balance
0 commit comments