Re: [f2fs-dev] [PATCH v2] f2fs: add tracepoint for f2fs iostat

From: Chao Yu
Date: Thu Apr 16 2020 - 02:56:17 EST


On 2020/4/16 11:42, Jaegeuk Kim wrote:
> v2:
> - add sysfs entry to give the time period
> - keep stat records in sbi
>
>>From 805015f3f2cec3acf43321359129c5382a1d5db4 Mon Sep 17 00:00:00 2001
> From: Daeho Jeong <daehojeong@xxxxxxxxxx>
> Date: Mon, 30 Mar 2020 03:30:59 +0000
> Subject: [PATCH] f2fs: add tracepoint for f2fs iostat
>
> Added a tracepoint to see iostat of f2fs. Default period of that
> is 3 second. This tracepoint can be used to be monitoring
> I/O statistics periodically.
>
> Bug: 152162885
> Change-Id: I6fbe010b9cf1a90caa0f4793a6dab77c4cba7da6

Should be removed...

> Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Otherwise, it looks good to me.

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,