Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/Documentation/
Dperf-iostat.txt1 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
Dperf.txt92 linkperf:perf-intel-pt[1], linkperf:perf-iostat[1], linkperf:perf-kallsyms[1],
/linux-6.12.1/include/trace/events/
Df2fs.h2063 TP_PROTO(struct f2fs_sb_info *sbi, unsigned long long *iostat),
2065 TP_ARGS(sbi, iostat),
2101 __entry->app_dio = iostat[APP_DIRECT_IO];
2102 __entry->app_bio = iostat[APP_BUFFERED_IO];
2103 __entry->app_wio = iostat[APP_WRITE_IO];
2104 __entry->app_mio = iostat[APP_MAPPED_IO];
2105 __entry->app_bcdio = iostat[APP_BUFFERED_CDATA_IO];
2106 __entry->app_mcdio = iostat[APP_MAPPED_CDATA_IO];
2107 __entry->fs_dio = iostat[FS_DATA_IO];
2108 __entry->fs_cdio = iostat[FS_CDATA_IO];
[all …]
/linux-6.12.1/block/
Dblk-cgroup.c325 blkg->iostat.blkg = blkg; in blkg_alloc()
332 u64_stats_init(&blkg->iostat.sync); in blkg_alloc()
652 __blkg_clear_stat(&blkg->iostat); in blkg_clear_stat()
1001 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync); in blkcg_iostat_update()
1004 blkg_iostat_add(&blkg->iostat.cur, &delta); in blkcg_iostat_update()
1006 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags); in blkcg_iostat_update()
1050 if (bisc == &blkg->iostat) in __blkcg_rstat_flush()
1064 blkcg_iostat_update(parent, &blkg->iostat.cur, in __blkcg_rstat_flush()
1065 &blkg->iostat.last); in __blkcg_rstat_flush()
1071 if (!parent->iostat.lqueued) { in __blkcg_rstat_flush()
[all …]
Dblk-cgroup.h73 struct blkg_iostat_set iostat; member
/linux-6.12.1/tools/perf/
Dperf-iostat.sh12 perf stat --iostat$DELIMITER$*
D.gitignore23 perf-iostat
Dcommand-list.txt17 perf-iostat mainporcelain common
DMakefile.perf341 SCRIPT_SH += perf-iostat.sh
1095 $(call QUIET_INSTALL, perf-iostat) \
1096 $(INSTALL) $(OUTPUT)perf-iostat -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)'
1272 $(OUTPUT)perf-iostat $(LANG_BINDINGS)
/linux-6.12.1/fs/f2fs/
DMakefile12 f2fs-$(CONFIG_F2FS_IOSTAT) += iostat.o
/linux-6.12.1/tools/perf/arch/x86/util/
DBuild12 perf-util-y += iostat.o
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/
Dcpu-load.rst9 $ iostat
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/
Dcpu-load.rst15 $ iostat
/linux-6.12.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c645 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested() local
647 iostat->ops_requested++; in nfs4_ff_layout_stat_io_update_requested()
648 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested()
658 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed() local
662 iostat->ops_completed++; in nfs4_ff_layout_stat_io_update_completed()
663 iostat->bytes_completed += completed; in nfs4_ff_layout_stat_io_update_completed()
664 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed()
667 iostat->total_busy_time = in nfs4_ff_layout_stat_io_update_completed()
668 ktime_add(iostat->total_busy_time, timer); in nfs4_ff_layout_stat_io_update_completed()
669 iostat->aggregate_completion_time = in nfs4_ff_layout_stat_io_update_completed()
[all …]
/linux-6.12.1/arch/s390/include/asm/
Dfcx.h169 struct tsa_iostat iostat; member
/linux-6.12.1/Documentation/admin-guide/
Dcpu-load.rst9 $ iostat
Diostats.rst7 activity. Tools such as ``sar`` and ``iostat`` typically interpret these and do
/linux-6.12.1/drivers/s390/block/
Ddasd_eckd.c5708 tsb->tsa.iostat.dev_time); in dasd_eckd_dump_sense_tcw()
5710 tsb->tsa.iostat.def_time); in dasd_eckd_dump_sense_tcw()
5712 tsb->tsa.iostat.queue_time); in dasd_eckd_dump_sense_tcw()
5714 tsb->tsa.iostat.dev_busy_time); in dasd_eckd_dump_sense_tcw()
5716 tsb->tsa.iostat.dev_act_time); in dasd_eckd_dump_sense_tcw()
5717 sense = tsb->tsa.iostat.sense; in dasd_eckd_dump_sense_tcw()
Ddasd.c4037 sense = tsb->tsa.iostat.sense; in dasd_get_sense()
/linux-6.12.1/tools/perf/util/
DBuild120 perf-util-y += iostat.o
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-fs-f2fs444 The new iostat trace gives stats gap given the period.