Whamcloud - gitweb
LU-13376 utils: add batching to ofd_access_log_reader 35/38035/7
authorJohn L. Hammond <jhammond@whamcloud.com>
Mon, 23 Mar 2020 15:11:46 +0000 (10:11 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 10 Sep 2020 15:00:26 +0000 (15:00 +0000)
commit5f81e6b45c4e8927ca740a189044f85ecc788ebe
tree272540b8d16ee1b6c0bf7a83a25b840785d2068c
parent0571dc3bc99e7e5f46781ef6206364f840b4e8af
LU-13376 utils: add batching to ofd_access_log_reader

Add interval based batching to ofd_access_log_reader. Add option to
control the batch interval, offset within the interval, and batch
output file.

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I057e9616f4ec198dbf0c7c82a93a1e45907e7a42
Reviewed-on: https://review.whamcloud.com/38035
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Gu Zheng <gzheng@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/utils/Makefile.am
lustre/utils/ofd_access_batch.c [new file with mode: 0644]
lustre/utils/ofd_access_batch.h [new file with mode: 0644]
lustre/utils/ofd_access_log_reader.c