]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/unbound/libunbound/python/examples/idn-lookup.py
MFV r331400: 8484 Implement aggregate sum and use for arc counters
authorAlexander Motin <mav@FreeBSD.org>
Fri, 23 Mar 2018 02:15:05 +0000 (02:15 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Fri, 23 Mar 2018 02:15:05 +0000 (02:15 +0000)
commitb8436536c980ecafe8588a1e082975b00386873a
tree9184d979828aed075445ec572fc275bb446c0e98
parent9ae2eed9f83dc2ad97e4573d2e8a05be4698656c
parentba31d3992ebd86addb8ada77853f5c49a0bfcdcd
MFV r331400: 8484 Implement aggregate sum and use for arc counters

In pursuit of improving performance on multi-core systems, we should
implements fanned out counters and use them to improve the performance of
some of the arc statistics. These stats are updated extremely frequently,
and can consume a significant amount of CPU time.

Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Paul Dagnelie <pcd@delphix.com>
12 files changed:
cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
sys/cddl/contrib/opensolaris/uts/common/Makefile.files
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/THIRDPARTYLICENSE.cityhash
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/THIRDPARTYLICENSE.cityhash.descrip
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/aggsum.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/cityhash.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/aggsum.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/cityhash.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_context.h
sys/conf/files