Home
last modified time | relevance | path

Searched refs:iostat (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/include/trace/events/
Df2fs.h1822 TP_PROTO(struct f2fs_sb_info *sbi, unsigned long long *iostat),
1824 TP_ARGS(sbi, iostat),
1854 __entry->app_dio = iostat[APP_DIRECT_IO];
1855 __entry->app_bio = iostat[APP_BUFFERED_IO];
1856 __entry->app_wio = iostat[APP_WRITE_IO];
1857 __entry->app_mio = iostat[APP_MAPPED_IO];
1858 __entry->fs_dio = iostat[FS_DATA_IO];
1859 __entry->fs_nio = iostat[FS_NODE_IO];
1860 __entry->fs_mio = iostat[FS_META_IO];
1861 __entry->fs_gc_dio = iostat[FS_GC_DATA_IO];
[all …]
/Linux-v5.10/block/
Dblk-cgroup.c175 u64_stats_init(&blkg->iostat.sync); in blkg_alloc()
461 memset(&blkg->iostat, 0, sizeof(blkg->iostat)); in blkcg_reset_stats()
784 u64_stats_update_begin(&blkg->iostat.sync); in blkcg_rstat_flush()
787 blkg_iostat_add(&blkg->iostat.cur, &delta); in blkcg_rstat_flush()
789 u64_stats_update_end(&blkg->iostat.sync); in blkcg_rstat_flush()
793 u64_stats_update_begin(&parent->iostat.sync); in blkcg_rstat_flush()
794 blkg_iostat_set(&delta, &blkg->iostat.cur); in blkcg_rstat_flush()
795 blkg_iostat_sub(&delta, &blkg->iostat.last); in blkcg_rstat_flush()
796 blkg_iostat_add(&parent->iostat.cur, &delta); in blkcg_rstat_flush()
797 blkg_iostat_add(&blkg->iostat.last, &delta); in blkcg_rstat_flush()
[all …]
/Linux-v5.10/Documentation/translations/zh_CN/admin-guide/
Dcpu-load.rst9 $ iostat
/Linux-v5.10/fs/nfs/flexfilelayout/
Dflexfilelayout.c623 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested() local
625 iostat->ops_requested++; in nfs4_ff_layout_stat_io_update_requested()
626 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested()
636 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed() local
640 iostat->ops_completed++; in nfs4_ff_layout_stat_io_update_completed()
641 iostat->bytes_completed += completed; in nfs4_ff_layout_stat_io_update_completed()
642 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed()
645 iostat->total_busy_time = in nfs4_ff_layout_stat_io_update_completed()
646 ktime_add(iostat->total_busy_time, timer); in nfs4_ff_layout_stat_io_update_completed()
647 iostat->aggregate_completion_time = in nfs4_ff_layout_stat_io_update_completed()
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dfcx.h168 struct tsa_iostat iostat; member
/Linux-v5.10/Documentation/admin-guide/
Dcpu-load.rst9 $ iostat
Diostats.rst7 activity. Tools such as ``sar`` and ``iostat`` typically interpret these and do
/Linux-v5.10/include/linux/
Dblk-cgroup.h122 struct blkg_iostat_set iostat; member
/Linux-v5.10/drivers/s390/block/
Ddasd_eckd.c5607 tsb->tsa.iostat.dev_time); in dasd_eckd_dump_sense_tcw()
5610 tsb->tsa.iostat.def_time); in dasd_eckd_dump_sense_tcw()
5613 tsb->tsa.iostat.queue_time); in dasd_eckd_dump_sense_tcw()
5616 tsb->tsa.iostat.dev_busy_time); in dasd_eckd_dump_sense_tcw()
5619 tsb->tsa.iostat.dev_act_time); in dasd_eckd_dump_sense_tcw()
5620 sense = tsb->tsa.iostat.sense; in dasd_eckd_dump_sense_tcw()
Ddasd.c4190 sense = tsb->tsa.iostat.sense; in dasd_get_sense()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-fs-f2fs372 The new iostat trace gives stats gap given the period.