Searched refs:iostat (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-iostat.txt | 1 perf-iostat(1) 6 perf-iostat - Show I/O performance metrics 11 'perf iostat' list 12 'perf iostat' <ports> \-- <command> [<options>] 42 $ perf iostat list 54 $ perf iostat -- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct 73 $ perf iostat 0000:17,0:3a -- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct
|
D | perf.txt | 86 linkperf:perf-intel-pt[1], linkperf:perf-iostat[1], linkperf:perf-kallsyms[1],
|
/Linux-v6.6/include/trace/events/ |
D | f2fs.h | 1963 TP_PROTO(struct f2fs_sb_info *sbi, unsigned long long *iostat), 1965 TP_ARGS(sbi, iostat), 2001 __entry->app_dio = iostat[APP_DIRECT_IO]; 2002 __entry->app_bio = iostat[APP_BUFFERED_IO]; 2003 __entry->app_wio = iostat[APP_WRITE_IO]; 2004 __entry->app_mio = iostat[APP_MAPPED_IO]; 2005 __entry->app_bcdio = iostat[APP_BUFFERED_CDATA_IO]; 2006 __entry->app_mcdio = iostat[APP_MAPPED_CDATA_IO]; 2007 __entry->fs_dio = iostat[FS_DATA_IO]; 2008 __entry->fs_cdio = iostat[FS_CDATA_IO]; [all …]
|
/Linux-v6.6/block/ |
D | blk-cgroup.c | 332 u64_stats_init(&blkg->iostat.sync); in blkg_alloc() 634 memset(&blkg->iostat, 0, sizeof(blkg->iostat)); in blkcg_reset_stats() 635 u64_stats_init(&blkg->iostat.sync); in blkcg_reset_stats() 976 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync); in blkcg_iostat_update() 979 blkg_iostat_add(&blkg->iostat.cur, &delta); in blkcg_iostat_update() 981 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags); in blkcg_iostat_update() 1026 blkcg_iostat_update(parent, &blkg->iostat.cur, in __blkcg_rstat_flush() 1027 &blkg->iostat.last); in __blkcg_rstat_flush() 1086 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync); in blkcg_fill_root_iostats() 1087 blkg_iostat_set(&blkg->iostat.cur, &tmp); in blkcg_fill_root_iostats() [all …]
|
D | blk-cgroup.h | 72 struct blkg_iostat_set iostat; member
|
/Linux-v6.6/tools/perf/ |
D | perf-iostat.sh | 12 perf stat --iostat$DELIMITER$*
|
D | .gitignore | 23 perf-iostat
|
D | command-list.txt | 17 perf-iostat mainporcelain common
|
D | Makefile.perf | 287 SCRIPT_SH += perf-iostat.sh 963 $(call QUIET_INSTALL, perf-iostat) \ 964 $(INSTALL) $(OUTPUT)perf-iostat -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)' 1129 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive $(OUTPUT)perf-iostat $(LA…
|
/Linux-v6.6/fs/f2fs/ |
D | Makefile | 12 f2fs-$(CONFIG_F2FS_IOSTAT) += iostat.o
|
/Linux-v6.6/tools/perf/arch/x86/util/ |
D | Build | 12 perf-y += iostat.o
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/ |
D | cpu-load.rst | 9 $ iostat
|
/Linux-v6.6/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 629 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested() local 631 iostat->ops_requested++; in nfs4_ff_layout_stat_io_update_requested() 632 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested() 642 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed() local 646 iostat->ops_completed++; in nfs4_ff_layout_stat_io_update_completed() 647 iostat->bytes_completed += completed; in nfs4_ff_layout_stat_io_update_completed() 648 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed() 651 iostat->total_busy_time = in nfs4_ff_layout_stat_io_update_completed() 652 ktime_add(iostat->total_busy_time, timer); in nfs4_ff_layout_stat_io_update_completed() 653 iostat->aggregate_completion_time = in nfs4_ff_layout_stat_io_update_completed() [all …]
|
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/ |
D | cpu-load.rst | 15 $ iostat
|
/Linux-v6.6/arch/s390/include/asm/ |
D | fcx.h | 168 struct tsa_iostat iostat; member
|
/Linux-v6.6/Documentation/admin-guide/ |
D | cpu-load.rst | 9 $ iostat
|
D | iostats.rst | 7 activity. Tools such as ``sar`` and ``iostat`` typically interpret these and do
|
/Linux-v6.6/tools/perf/util/ |
D | Build | 114 perf-y += iostat.o
|
/Linux-v6.6/drivers/s390/block/ |
D | dasd_eckd.c | 5743 tsb->tsa.iostat.dev_time); in dasd_eckd_dump_sense_tcw() 5746 tsb->tsa.iostat.def_time); in dasd_eckd_dump_sense_tcw() 5749 tsb->tsa.iostat.queue_time); in dasd_eckd_dump_sense_tcw() 5752 tsb->tsa.iostat.dev_busy_time); in dasd_eckd_dump_sense_tcw() 5755 tsb->tsa.iostat.dev_act_time); in dasd_eckd_dump_sense_tcw() 5756 sense = tsb->tsa.iostat.sense; in dasd_eckd_dump_sense_tcw()
|
D | dasd.c | 4039 sense = tsb->tsa.iostat.sense; in dasd_get_sense()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 444 The new iostat trace gives stats gap given the period.
|