Skip to content

Commit

Permalink
Change note
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Feb 11, 2024
1 parent ed92226 commit d99e5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def get_footnote2():
return (f'taken: {int(timestamps[-1])} s;'
f' load max (1m): {load_max:.0f}%; swap peak/total: {peak_swap:.1f}/{total_swap:.1f} GiB;'
f' disk start/end/total: {disk_start:.1f}/{disk_end:.1f}/{disk_total:.1f} GiB;'
f' total GiB read/write: {total_read:.1f}/{total_written:.1f}')
f' total read/write GiB: {total_read:.1f}/{total_written:.1f}')


def generate_graph():
Expand Down

0 comments on commit d99e5bb

Please sign in to comment.