Introduce pass-through block stats
Signed-off-by: Sara Merzel <sara.merzel@huawei.com> Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
committed by
Michal Mielewczyk
parent
3ebf6e64c1
commit
835eb708b5
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright(c) 2012-2021 Intel Corporation
|
||||
* Copyright(c) 2024 Huawei Technologies
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
@@ -118,6 +119,9 @@ struct ocf_stats_blocks {
|
||||
struct ocf_stat volume_rd;
|
||||
struct ocf_stat volume_wr;
|
||||
struct ocf_stat volume_total;
|
||||
struct ocf_stat pass_through_rd;
|
||||
struct ocf_stat pass_through_wr;
|
||||
struct ocf_stat pass_through_total;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user