Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fio_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ def set_check_text(self, iops, iops_tot, iops_threads, bw, bw_tot, bw_threads, l
def init_fio():
global parsing_thread, fio_process, timer
numjobs = realtime_back.get_jobs(str(ui.fio_jobfile_path.text()))
if not numjobs:
numjobs = 1
read_iops_data = {
'type':'r_iops',
'all':[],
Expand Down