From 3f73af2051b8b67d6e46e9a17471add37daafb82 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Fri, 28 Apr 2023 09:26:42 +0200 Subject: [PATCH] Document wall clock time for server mode (#1227) --- doc/rrdtool.pod | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/rrdtool.pod b/doc/rrdtool.pod index df717cef..62947566 100644 --- a/doc/rrdtool.pod +++ b/doc/rrdtool.pod @@ -280,13 +280,14 @@ server commands type: When a command is completed, RRDtool will print the string 'C', followed by timing information of the form BI -BI. Both values are the running totals of seconds since -RRDtool was started. If an error occurs, a line of the form 'C -I' will be printed instead. B will not abort, -unless something really serious happens. If -a B is specified and the UID is 0, RRDtool will do a chroot to that -workdir. If the UID is not 0, RRDtool only changes the current directory to -B. +BIBI. The I and I +values are the running totals of seconds since RRDtool was started. +I is the total amount of seconds that RRDtool has been running. +If an error occurs, a line of the form 'C I' will be printed instead. B will not abort, unless +something really serious happens. If a B is specified and the +UID is 0, RRDtool will do a chroot to that workdir. If the UID is not 0, +RRDtool only changes the current directory to B. =head2 RRD Server -- 2.47.3