blob: c5d66ab6f7d867b4cb5713e2f0844aa03bc90848 [file] [log] [blame]
#!/bin/bash
cd "$RESULT_ROOT" || exit
umask 002
export PATH=$PATH:$LKP_SRC/plot
export TERM=xterm
[[ $RESULT_ROOT =~ '/dd-write/' ]] || exit
[[ -f ftrace.gz ]] || exit
[[ -f pid ]] || grep '^kill -9' dd | cut -f3- -d' ' > pid
plot-balance_dirty_pages &
plot-global_dirty_state &
plot-writeback_single_inode &
plot-task-bw &
if [[ $RESULT_ROOT =~ '/nfs' ]]; then
plot-nfs-commit &
else
plot-iostat &
fi
wait