Whamcloud - gitweb
LU-15317 llite: Add COMPLETED iotrace messages
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 4 Mar 2022 15:34:01 +0000 (10:34 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 9 Mar 2022 17:18:16 +0000 (17:18 +0000)
commitefc1672ec6072c0aba7c720c4d0d2518a1d9bedb
tree17f554b2247a53ced81aee66d8aace7fd0bb9df5
parent691b2331f8ff9f7d477c15711b0fc433d5693734
LU-15317 llite: Add COMPLETED iotrace messages

It's very useful to see how long an I/O call took.  There
are other ways to do this, but the goal is for iotrace to
provide all necessary information for basic I/O performance
analysis, so we add COMPLETED messages to iotrace.

Lustre-change: https://review.whamcloud.com/46484/
Lustre-commit: 1c90d638a8d7993f5cbd70680d33052e888da6c3 (tbd)

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I17f52ebc87a31d5ba34f63dc8b6a279e83cd10ef
Reviewed-on: https://review.whamcloud.com/46703
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/llite/file.c
lustre/llite/llite_mmap.c