Whamcloud - gitweb
LU-9114 ldlm: don't compute sumsq for pool stats 35/39435/2
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 17 Jul 2020 10:08:08 +0000 (04:08 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 17 Dec 2020 17:00:46 +0000 (17:00 +0000)
commit966f6bb550be52e4bf5dd7fd38a0d707fe2a5072
tree2c3efd26aeedb8afb72bfba4200328b60e9a6832
parent57004909974437c9d0f6f8858dd7200c49ca8e93
LU-9114 ldlm: don't compute sumsq for pool stats

Remove the calculation of sumsq from the LDLM pool stats, since
these stats are almost never used, while conversely the pools
are updated frequently.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I90612b613fb76f4500ca6cd5613f5c121b3ebbe5
Reviewed-on: https://review.whamcloud.com/39435
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ldlm/ldlm_pool.c