Document that fact any verbs after the saveto line will not be processed. Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- fdrd.man | 7 +++++++ samples/nfs | 2 ++ 2 files changed, 9 insertions(+) diff --git a/fdrd.man b/fdrd.man index 99f7f80..f62a23b 100644 --- a/fdrd.man +++ b/fdrd.man @@ -102,6 +102,13 @@ can be harvested manually by reading: The ftrace buffers in the kernel are circular. If no process harvests the data, new data will overwrite old data. .P +Note, the +.B saveto +verbs has to be last line in a configuration +file. Verbs after the +.B saveto +verbs will not be seen. +.P .B minfree value .P diff --git a/samples/nfs b/samples/nfs index 0c635e6..c1dbb57 100644 --- a/samples/nfs +++ b/samples/nfs @@ -58,4 +58,6 @@ enable sunrpc/rpc_xdr_overflow enable sunrpc/xprt_ping enable sunrpc/xprt_timer # +# Needs to be the last line in the config +# file. Verbs after this verb will not be seen. saveto /var/log/nfs.log 128k -- 2.34.1