commit | 97c5e43d51a44bffdc0eb3c4b40c8d2d4cbe1a73 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Aug 20 08:59:28 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Thu Oct 15 14:29:03 2020 +0200 |
tree | 94d5c7b369cf527e514b431d48e3a0b080b32f31 | |
parent | 77650bdbd293ac56807b8a3f24ca8152035eb2e3 [diff] |
gfs2: enhance log_blocks trace point to show log blocks free This patch adds some code to enhance the log_blocks trace point. It reports the number of free log blocks. This makes the trace point much more useful, especially for debugging performance problems when we can tell when the journal gets full and needs to wait for flushes, etc. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>