Whamcloud - gitweb
LU-15317 llite: Add COMPLETED iotrace messages 84/46484/3
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 9 Feb 2022 21:14:23 +0000 (16:14 -0500)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:32:36 +0000 (05:32 +0000)
commitd48b10cef36d74cc63cf6e9340f43a5cebd985de
tree4340e04d38fda7ec3423b80eb2f3cd5b23a59e2d
parent1f3ecfdbb4c765808a1d30677e0f67421fab6e0c
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.

Test-Parameters: trivial

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I17f52ebc87a31d5ba34f63dc8b6a279e83cd10ef
Reviewed-on: https://review.whamcloud.com/46484
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/file.c
lustre/llite/llite_mmap.c