Whamcloud - gitweb
LU-13733 llite: report client stats sumsq 23/39223/7
authorWang Shilong <wshilong@ddn.com>
Wed, 1 Jul 2020 07:56:47 +0000 (15:56 +0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 1 Sep 2020 03:44:17 +0000 (03:44 +0000)
commit8a1334626ec2f3dba954d5a7e2162eb3fe966c47
treeb357cc0c23aa4a012d58b75f56a314cc3a095510
parentf4d243ae8bf1715538d1186f5978412f68dd5af1
LU-13733 llite: report client stats sumsq

Commit cd8fb tries to account sumsq for every client operation, but
lprocfs_counter_init() did not init them properly, also add a test
case to verify new format of client stats.

Fixes: cd8fb1e8d300 ("LU-13597 ofd: add more information to job_stats")
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Change-Id: I4c7fc4c3958fdab757a9755cc851836971a4b700
Reviewed-on: https://review.whamcloud.com/39223
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Emoly Liu <emoly@whamcloud.com>
Reviewed-by: Patrick Farrell <farr0186@gmail.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/llite/lproc_llite.c
lustre/tests/sanity.sh