mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-11-30 17:16:49 +03:00
This mostly reverts "3537 want pool io kstats" commit of 8 years ago. From one side this code using pool-wide locks became pretty bad for performance, creating significant lock contention in I/O pipeline. From another, there are more efficient ways now to obtain detailed statistics, while this statistics is illumos-specific and much less usable on Linux and FreeBSD, reported only via procfs/sysctls. This commit does not remove KSTAT_TYPE_IO implementation, that may be removed later together with already unused KSTAT_TYPE_INTR and KSTAT_TYPE_TIMER. Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Alexander Motin <mav@FreeBSD.org> Sponsored-By: iXsystems, Inc. Closes #12212 |
||
|---|---|---|
| .. | ||
| dktp | ||
| acl_impl.h | ||
| acl.h | ||
| callb.h | ||
| cmn_err.h | ||
| cred.h | ||
| debug.h | ||
| dkio.h | ||
| dklabel.h | ||
| feature_tests.h | ||
| int_limits.h | ||
| int_types.h | ||
| inttypes.h | ||
| isa_defs.h | ||
| kmem.h | ||
| kstat.h | ||
| list_impl.h | ||
| list.h | ||
| Makefile.am | ||
| mhd.h | ||
| mkdev.h | ||
| policy.h | ||
| poll.h | ||
| priv.h | ||
| processor.h | ||
| sha2.h | ||
| simd.h | ||
| stack.h | ||
| stdtypes.h | ||
| strings.h | ||
| stropts.h | ||
| sunddi.h | ||
| systeminfo.h | ||
| time.h | ||
| trace_spl.h | ||
| trace_zfs.h | ||
| types32.h | ||
| types.h | ||
| tzfile.h | ||
| uio.h | ||
| va_list.h | ||
| varargs.h | ||
| vnode.h | ||
| vtoc.h | ||
| wmsum.h | ||
| zone.h | ||