Home
last modified time | relevance | path

Searched refs:iostats (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio.kshlib171 prev_dio_wr=$(kstat_pool $pool iostats.direct_write_count)
173 curr_dio_wr=$(kstat_pool $pool iostats.direct_write_count)
177 kstat_pool -g $pool iostats
200 prev_buf_wr=$(kstat_pool $pool iostats.arc_write_count)
201 prev_dio_wr=$(kstat_pool $pool iostats.direct_write_count)
206 curr_buf_wr=$(kstat_pool $pool iostats.arc_write_count)
209 curr_dio_wr=$(kstat_pool $pool iostats.direct_write_count)
213 kstat_pool -g $pool iostats
218 kstat_pool -g $pool iostats
241 prev_buf_rd=$(kstat_pool $pool iostats.arc_read_count)
[all …]
H A Ddio_write_verify.ksh94 prev_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
97 curr_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
119 prev_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
130 curr_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
169 prev_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
180 curr_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
H A Ddio_unaligned_filesize.ksh77 prev_dio_read=$(kstat_pool $TESTPOOL iostats.direct_read_count)
78 prev_arc_read=$(kstat_pool $TESTPOOL iostats.arc_read_count)
80 curr_dio_read=$(kstat_pool $TESTPOOL iostats.direct_read_count)
81 curr_arc_read=$(kstat_pool $TESTPOOL iostats.arc_read_count)
H A Ddio_read_verify.ksh74 prev_dio_rd=$(kstat_pool $TESTPOOL1 iostats.direct_read_count)
75 prev_arc_rd=$(kstat_pool $TESTPOOL1 iostats.arc_read_count)
85 curr_dio_rd=$(kstat_pool $TESTPOOL1 iostats.direct_read_count)
86 curr_arc_rd=$(kstat_pool $TESTPOOL1 iostats.arc_read_count)
H A Ddio_write_stable_pages.ksh76 prev_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
87 curr_dio_wr=$(kstat_pool $TESTPOOL iostats.direct_write_count)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c910 atomic_add_64(&iostats->stat.value.ui64, (val));
918 spa_history_kstat_t *shk = &spa->spa_stats.iostats; in spa_iostats_trim_add()
920 spa_iostats_t *iostats; in spa_iostats_trim_add() local
925 iostats = ksp->ks_data; in spa_iostats_trim_add()
954 spa_history_kstat_t *shk = &spa->spa_stats.iostats; in spa_iostats_read_add()
960 spa_iostats_t *iostats = ksp->ks_data; in spa_iostats_read_add() local
974 spa_history_kstat_t *shk = &spa->spa_stats.iostats; in spa_iostats_write_add()
980 spa_iostats_t *iostats = ksp->ks_data; in spa_iostats_write_add() local
1004 spa_history_kstat_t *shk = &spa->spa_stats.iostats; in spa_iostats_init()
1030 spa_history_kstat_t *shk = &spa->spa_stats.iostats; in spa_iostats_destroy()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dkstat.shlib52 # $ kstat_pool crayon iostats.arc_read_bytes
65 # $ kstat_pool -g crayon iostats
399 # $ cat /proc/spl/kstat/zfs/crayon/iostats
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c52 static void iostats (struct parse *, FILE *);
123 { "iostats", iostats, { NO, NO, NO, NO },
1107 iostats( in iostats() function
H A Dntpdc-opts.def510 .It Ic iostats
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c79 static void iostats (struct parse *, FILE *);
203 { "iostats", iostats, { NO, NO, NO, NO },
4066 * iostats - ntpq -c iostats - network input and output counters in iostats()
4069 iostats( in iostats()
4060 iostats( iostats() function
H A Dntpq.texi271 @item @anchor{iostats} iostats
H A Dntpq-opts.def482 .It Ic iostats
H A Dinvoke-ntpq.texi361 @item @code{iostats}
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h946 spa_history_kstat_t iostats; member
/freebsd/contrib/ntp/
H A DChangeLog2571 * Add "ntpq -c iostats" similar to "ntpdc -c iostats".
H A DCommitLog-4.1.04334 * ntpdc/ntpdc_ops.c (iostats): Align timereset line.
H A DCommitLog[all...]