Searched refs:iostat (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/stat/iostat/
H A DMakefile26 PROG = iostat
27 OBJS = iostat.o
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zpool_iostat/
H A Dzpool_iostat_003_neg.ksh36 # Executing 'zpool iostat' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool iostat' options.
57 log_assert "Executing 'zpool iostat' with bad options fails"
61 log_mustnot zpool iostat ${args[i]}
65 log_pass "Executing 'zpool iostat' with bad options fails"
H A Dzpool_iostat_002_pos.ksh36 # Verify that 'zpool iostat [interval [count]' can be executed as non-root.
57 log_assert "zpool iostat [pool_name ...] [interval] [count]"
63 zpool iostat $TESTPOOL 1 4 > $tmpfile 2>&1 &
68 log_fail "zpool iostat [pool_name] [interval] [count] failed"
71 log_pass "zpool iostat [pool_name ...] [interval] [count] passed"
/illumos-gate/usr/src/cmd/stat/
H A DMakefile30 SUBDIRS= arcstat iostat mpstat vmstat fsstat kstat
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache.kshlib44 # Try zpool status/iostat for given pool
56 zpool iostat > /dev/null 2>&1
63 zpool iostat -v 1 3 > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh51 add remove list iostat \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_005_neg.ksh42 # zpool iostat
46 # 2. Separately invoke zpool list|status|iostat
52 log_assert "Verify 'zpool get|history|list|status|iostat' will not be logged."
60 log_must zpool iostat $TESTPOOL >/dev/null
65 log_pass "Verify 'zpool get|history|list|status|iostat' will not be logged."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog.kshlib45 # Try zpool status/iostat for given pool
57 zpool iostat > /dev/null 2>&1
64 zpool iostat -v 1 3 > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_003_pos.ksh140 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$TESTFILE1.1"
156 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$TESTFILE1.1"
H A Dreplacement_002_pos.ksh149 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$REPLACEFILE"
168 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$REPLACEFILE"
H A Dreplacement_001_pos.ksh150 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$REPLACEFILE"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_009_pos.ksh125 zpool iostat > /dev/null 2>&1
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh89 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib200 typeset all_devs=$(zpool iostat -v $pool | awk '{print $1}'| \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c61 uint32_t iostat; local
81 iostat = cmd->ULPSTATUS;
123 if (hba->underrun_counter && (iostat == IOSTAT_SUCCESS) &&
126 iostat = IOSTAT_FCP_RSP_ERROR;
144 if ((iostat == IOSTAT_SUCCESS) &&
185 if ((iostat != IOSTAT_FCP_RSP_ERROR) || (pkt->pkt_rsplen == 0)) {
213 iostat = IOSTAT_RSP_INVALID;
456 iostat = IOSTAT_DATA_UNDERRUN;
475 iostat = IOSTAT_DATA_OVERRUN;
550 iostat
[all...]
H A Demlxs_solaris.c10181 emlxs_pkt_complete(emlxs_buf_t *sbp, uint32_t iostat, uint8_t localstat, argument
10266 emlxs_set_pkt_state(sbp, iostat, localstat, 0);
10641 emlxs_set_pkt_state(emlxs_buf_t *sbp, uint32_t iostat, uint8_t localstat, argument
10668 if (iostat != IOSTAT_LOCAL_REJECT) {
10671 if (iostat == tptr->emlxs_status) {
10707 if (iostat == IOSTAT_SUCCESS) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h164 uint32_t iostat, uint8_t localstat,
179 uint32_t iostat, uint8_t localstat,
/illumos-gate/usr/src/man/man1m/
H A DMakefile221 iostat.1m \
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1843 zpool iostat 1>/dev/null 2>&1

Completed in 123 milliseconds