From a448a2557ec4938ed6944c7766fe0b8e6e5f6456 Mon Sep 17 00:00:00 2001 From: Serapheim Dimitropoulos Date: Mon, 20 Aug 2018 09:52:37 -0700 Subject: Introduce read/write kstats per dataset The following patch introduces a few statistics on reads and writes grouped by dataset. These statistics are implemented as kstats (backed by aggregate sums for performance) and can be retrieved by using the dataset objset ID number. The motivation for this change is to provide some preliminary analytics on dataset usage/performance. Reviewed-by: Richard Elling Reviewed-by: Brian Behlendorf Reviewed by: Matthew Ahrens Signed-off-by: Serapheim Dimitropoulos Closes #7705 --- man/man8/zfs.8 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'man/man8/zfs.8') diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 02141da71..d21966c3d 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -718,6 +718,16 @@ This property can be either .Sy yes or .Sy no . +.It Sy objsetid +A unique identifier for this dataset within the pool. Unlike the dataset's +.Sy guid +, the +.Sy objsetid +of a dataset is not transferred to other pools when the snapshot is copied +with a send/receive operation. +The +.Sy objsetid +can be reused (for a new datatset) after the dataset is deleted. .It Sy origin For cloned file systems or volumes, the snapshot from which the clone was created. -- cgit v1.2.3