]> granicus.if.org Git - zfs/commitdiff
OpenZFS 9184 - Add ZFS performance test for fixed blocksize random read/write IO
authorAhmed Gahnem <ahmedg@delphix.com>
Tue, 26 Jun 2018 22:30:56 +0000 (16:30 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 2 Jul 2018 20:46:06 +0000 (13:46 -0700)
This change introduces a new performance test which does random reads
and writes, but instead of using `bssplit` to determine the block size,
it uses a fixed blocksize. Additionally, some new IO sizes are added to
other tests and timestamp data is recorded with the performance data.

Authored by: Ahmed Gahnem <ahmedg@delphix.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Ported-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: John Wren Kennedy <john.kennedy@delphix.com>
Requires-builders: perf

OpenZFS-issue: https://www.illumos.org/issues/9184
OpenZFS-commit: https://github.com/openzfs/openzfs/pull/659
External-issue: DLPX-46724
Closes #7660

14 files changed:
tests/runfiles/perf-regression.run
tests/zfs-tests/tests/perf/fio/Makefile.am
tests/zfs-tests/tests/perf/fio/random_readwrite_fixed.fio [new file with mode: 0644]
tests/zfs-tests/tests/perf/regression/Makefile.am
tests/zfs-tests/tests/perf/regression/random_reads.ksh
tests/zfs-tests/tests/perf/regression/random_readwrite.ksh
tests/zfs-tests/tests/perf/regression/random_readwrite_fixed.ksh [new file with mode: 0755]
tests/zfs-tests/tests/perf/regression/random_writes.ksh
tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads_arc_cached.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads_arc_cached_clone.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads_dbuf_cached.ksh
tests/zfs-tests/tests/perf/regression/sequential_writes.ksh

index d10ff8836d00aaf5d470792a54b5216a3e571556..ec081040d54dceb0f8b4384973e734b55237dc71 100644 (file)
@@ -27,6 +27,7 @@ tags = ['perf']
 [tests/perf/regression]
 tests = ['sequential_writes', 'sequential_reads', 'sequential_reads_arc_cached',
     'sequential_reads_arc_cached_clone', 'sequential_reads_dbuf_cached',
-    'random_reads', 'random_writes', 'random_readwrite', 'random_writes_zil']
+    'random_reads', 'random_writes', 'random_readwrite', 'random_writes_zil',
+    'random_readwrite_fixed']
 post =
 tags = ['perf', 'regression']
index c4a2a4c3f5861930d685c8a51e7ebd27c99a2c8b..6192516825a295d94f9f14ff9dc1b954dc66d36a 100644 (file)
@@ -3,6 +3,7 @@ dist_pkgdata_DATA = \
        mkfiles.fio \
        random_reads.fio \
        random_readwrite.fio \
+       random_readwrite_fixed.fio \
        random_writes.fio \
        sequential_reads.fio \
        sequential_writes.fio
diff --git a/tests/zfs-tests/tests/perf/fio/random_readwrite_fixed.fio b/tests/zfs-tests/tests/perf/fio/random_readwrite_fixed.fio
new file mode 100644 (file)
index 0000000..ed44955
--- /dev/null
@@ -0,0 +1,35 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source.  A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright (c) 2017 by Delphix. All rights reserved.
+#
+
+[global]
+filename_format=file$jobnum
+nrfiles=16
+group_reporting=1
+fallocate=0
+overwrite=0
+thread=1
+rw=randrw
+rwmixread=70
+time_based=1
+directory=${DIRECTORY}
+runtime=${RUNTIME}
+bs=${BLOCKSIZE}
+ioengine=psync
+sync=${SYNC_TYPE}
+numjobs=${NUMJOBS}
+buffer_compress_percentage=66
+buffer_compress_chunk=4096
+
+[job]
index 4f045880f0f6570392d0e2708994ecd165ad320e..124e0936aa99ee0eefc0ba061c39595139ff7a1a 100644 (file)
@@ -2,6 +2,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/perf/regression
 dist_pkgdata_SCRIPTS = \
        random_reads.ksh \
        random_readwrite.ksh \
+       random_readwrite_fixed.ksh \
        random_writes.ksh \
        random_writes_zil.ksh \
        sequential_reads_arc_cached_clone.ksh \
index f4e3336964cf06f1befa0368a0a4af7689d5bd7d..079a536808f37e99d99430ec6d5dec8e9736a8de 100755 (executable)
@@ -62,7 +62,7 @@ if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
        export PERF_NTHREADS=${PERF_NTHREADS:-'8 16 32 64'}
        export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
        export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'1'}
-       export PERF_IOSIZES=${PERF_IOSIZES:-'8k'}
+       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 64k 128k'}
 elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
@@ -89,17 +89,17 @@ if is_linux; then
 
         export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi
 
index 00dd070254e2ebf8a29c77d15ea26b3d7098bed1..5090d1998fd3075de1718cf5306550b30ff4cc4a 100755 (executable)
@@ -89,17 +89,17 @@ if is_linux; then
 
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi
 
diff --git a/tests/zfs-tests/tests/perf/regression/random_readwrite_fixed.ksh b/tests/zfs-tests/tests/perf/regression/random_readwrite_fixed.ksh
new file mode 100755 (executable)
index 0000000..38c0669
--- /dev/null
@@ -0,0 +1,99 @@
+#!/usr/bin/ksh
+# file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source.  A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright (c) 2017 by Delphix. All rights reserved.
+#
+
+#
+# Description:
+# Trigger fio runs using the random_readwrite_fixed job file. The number of runs and
+# data collected is determined by the PERF_* variables. See do_fio_run for
+# details about these variables.
+#
+# The files to read and write from are created prior to the first fio run,
+# and used for all fio runs. The ARC is cleared with `zinject -a` prior to
+# each run so reads will go to disk.
+#
+
+. $STF_SUITE/include/libtest.shlib
+. $STF_SUITE/tests/perf/perf.shlib
+
+function cleanup
+{
+       # kill fio and iostat
+       pkill fio
+       pkill iostat
+       recreate_perf_pool
+}
+
+trap "log_fail \"Measure IO stats during random read write load\"" SIGTERM
+log_onexit cleanup
+
+recreate_perf_pool
+populate_perf_filesystems
+
+# Aim to fill the pool to 50% capacity while accounting for a 3x compressratio.
+export TOTAL_SIZE=$(($(get_prop avail $PERFPOOL) * 3 / 2))
+
+# Variables for use by fio.
+if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
+       export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_WEEKLY}
+       export PERF_RUNTYPE=${PERF_RUNTYPE:-'weekly'}
+       export PERF_NTHREADS=${PERF_NTHREADS:-'8 16 32 64'}
+       export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
+       export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'0 1'}
+       export PERF_IOSIZES='8k 64k'
+elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
+       export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
+       export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
+       export PERF_NTHREADS=${PERF_NTHREADS:-'64 128'}
+       export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
+       export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'1'}
+       export PERF_IOSIZES='8k'
+fi
+
+# Layout the files to be used by the readwrite tests. Create as many files
+# as the largest number of threads. An fio run with fewer threads will use
+# a subset of the available files.
+export NUMJOBS=$(get_max $PERF_NTHREADS)
+export FILE_SIZE=$((TOTAL_SIZE / NUMJOBS))
+export DIRECTORY=$(get_directory)
+log_must fio $FIO_SCRIPTS/mkfiles.fio
+
+# Set up the scripts and output files that will log performance data.
+lun_list=$(pool_to_lun_list $PERFPOOL)
+log_note "Collecting backend IO stats with lun list $lun_list"
+if is_linux; then
+       typeset perf_record_cmd="perf record -F 99 -a -g -q \
+           -o /dev/stdout -- sleep ${PERF_RUNTIME}"
+
+       export collect_scripts=(
+           "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
+           "vmstat -t 1" "vmstat"
+           "mpstat -P ALL 1" "mpstat"
+           "iostat -tdxyz 1" "iostat"
+           "$perf_record_cmd" "perf"
+       )
+else
+       export collect_scripts=(
+           "kstat zfs:0 1"  "kstat"
+           "vmstat -T d 1"       "vmstat"
+           "mpstat -T d 1"       "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
+           "dtrace -Cs $PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
+           "dtrace  -s $PERF_SCRIPTS/profile.d"                  "profile"
+       )
+fi
+
+log_note "Random reads and writes with $PERF_RUNTYPE settings"
+do_fio_run random_readwrite_fixed.fio false true
+log_pass "Measure IO stats during random read and write load"
index c84f96506e3a2ce39bbc11105f86756da2a3d0e5..3101ac993cf1432a94c1fb8c29516e3849004100 100755 (executable)
@@ -61,7 +61,7 @@ if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
        export PERF_NTHREADS=${PERF_NTHREADS:-'1 4 8 16 32 64 128'}
        export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
        export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'0 1'}
-       export PERF_IOSIZES=${PERF_IOSIZES:-'8k'}
+       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 64k 256k'}
 elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
@@ -80,17 +80,17 @@ if is_linux; then
 
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi
 
index 022021daa9ade9253df551fd56a11ce84911d4b8..0f3256351c484b4801938ccc389c662c2f47c03e 100755 (executable)
@@ -68,9 +68,9 @@ if is_linux; then
 
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
index 93c109e73bbad273d1bf7e6a5b2df4f0537ae150..37e21962793787fd39126a19b2a80b3b71221b70 100755 (executable)
@@ -62,7 +62,7 @@ if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
        export PERF_NTHREADS=${PERF_NTHREADS:-'8 16 32 64'}
        export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
        export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'1'}
-       export PERF_IOSIZES=${PERF_IOSIZES:-'64k 128k 1m'}
+       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 64k 128k'}
 elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
@@ -90,18 +90,18 @@ if is_linux; then
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
            "$PERF_SCRIPTS/prefetch_io.sh $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
-           "mpstat  -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "vmstat -t 1" "vmstat"
+           "mpstat -P ALL 1" "mpstat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
            "$PERF_SCRIPTS/prefetch_io.d $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi
 
index 5ef95c0e0d61d607dac6501ed0246e6c951943e1..9528d97d6c6cfebe171be9a29a33de754137ffa3 100755 (executable)
@@ -49,10 +49,10 @@ export TOTAL_SIZE=$(($(get_max_arc_size) / 2))
 if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_WEEKLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'weekly'}
-       export PERF_NTHREADS=${PERF_NTHREADS:-'16 64'}
+       export PERF_NTHREADS=${PERF_NTHREADS:-'8 16 32 64'}
        export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
        export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'1'}
-       export PERF_IOSIZES=${PERF_IOSIZES:-'64k 128k 1m'}
+       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 64k 128k'}
 elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
@@ -80,18 +80,18 @@ if is_linux; then
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
            "$PERF_SCRIPTS/prefetch_io.sh $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
            "$PERF_SCRIPTS/prefetch_io.d $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi
 
index 60f5d750d8add25ce2124cac33130252f7e415e9..f2747640e4799bc0e94668cb3a070ec79992c910 100755 (executable)
@@ -55,10 +55,10 @@ export TOTAL_SIZE=$(($(get_max_arc_size) / 2))
 if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_WEEKLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'weekly'}
-       export PERF_NTHREADS=${PERF_NTHREADS:-'16 64'}
+       export PERF_NTHREADS=${PERF_NTHREADS:-'8 16 32 64'}
        export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
        export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'1'}
-       export PERF_IOSIZES=${PERF_IOSIZES:-'64k 128k 1m'}
+       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 64k 128k'}
 elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
@@ -106,18 +106,18 @@ if is_linux; then
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
            "$PERF_SCRIPTS/prefetch_io.sh $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
            "$PERF_SCRIPTS/prefetch_io.d $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi
 
index d49da6057c8348df74eb3fafa45c7aff46fc072e..884856c2f2f4b9331a1a47cb4e5c70976bb4448b 100755 (executable)
@@ -84,9 +84,9 @@ if is_linux; then
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
            "$PERF_SCRIPTS/prefetch_io.sh $PERFPOOL 1" "prefetch"
-           "vmstat 1" "vmstat"
-           "mpstat  -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "vmstat -t 1" "vmstat"
+           "mpstat -P ALL 1" "mpstat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
index e6d9ec2d5cc0c94fde5c2dd81ecf66476c8c50e5..8ea4f841965cfa2a483061fd16f9d5a48fd42836 100755 (executable)
@@ -61,7 +61,7 @@ if [[ -n $PERF_REGRESSION_WEEKLY ]]; then
        export PERF_NTHREADS=${PERF_NTHREADS:-'1 4 8 16 32 64 128'}
        export PERF_NTHREADS_PER_FS=${PERF_NTHREADS_PER_FS:-'0'}
        export PERF_SYNC_TYPES=${PERF_SYNC_TYPES:-'0 1'}
-       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 128k 1m'}
+       export PERF_IOSIZES=${PERF_IOSIZES:-'8k 64k 256k'}
 elif [[ -n $PERF_REGRESSION_NIGHTLY ]]; then
        export PERF_RUNTIME=${PERF_RUNTIME:-$PERF_RUNTIME_NIGHTLY}
        export PERF_RUNTYPE=${PERF_RUNTYPE:-'nightly'}
@@ -80,17 +80,17 @@ if is_linux; then
 
        export collect_scripts=(
            "zpool iostat -lpvyL $PERFPOOL 1" "zpool.iostat"
-           "vmstat 1" "vmstat"
+           "vmstat -t 1" "vmstat"
            "mpstat -P ALL 1" "mpstat"
-           "iostat -dxyz 1" "iostat"
+           "iostat -tdxyz 1" "iostat"
            "$perf_record_cmd" "perf"
        )
 else
        export collect_scripts=(
            "$PERF_SCRIPTS/io.d $PERFPOOL $lun_list 1" "io"
-           "vmstat 1" "vmstat"
-           "mpstat 1" "mpstat"
-           "iostat -xcnz 1" "iostat"
+           "vmstat -T d 1" "vmstat"
+           "mpstat -T d 1" "mpstat"
+           "iostat -T d -xcnz 1" "iostat"
        )
 fi