History log of /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/aggsum.h
Revision Date Author Comments
# 332543 16-Apr-2018 mav

MFC r331414: Reduce struct aggsum_bucket padding to fit into one cache line.


# 332540 16-Apr-2018 mav

MFC r331404: 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>