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 33dc29b commit 6bc96aaCopy full SHA for 6bc96aa
images/fio/scripts/fio-master
@@ -11,4 +11,7 @@ fio_jobfile=$2
11
# Moving output-format to the end of the command cleans up json output?
12
# https://github.com/axboe/fio/issues/731#issuecomment-871259173
13
14
-stdbuf -o0 -e0 fio --client=${worker_hostfile} ${fio_jobfile} --output-format=json+
+stdbuf -o0 -e0 fio --client=${worker_hostfile} ${fio_jobfile} --output-format=json+
15
+
16
+# Add a sleep to make sure buffers are flushed
17
+sleep 2
0 commit comments