X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdcached.pod;h=5113c2d521e9f7767a7221c4cb58cde834231dea;hp=d8f0c735ba74a65b6e160d5a3941b4817bb52cb6;hb=bec44cf332e54de7860ea693a2b5b441cf4da7d2;hpb=91fd5f7213be86177c498ffe6674caccf1ef2603 diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index d8f0c73..5113c2d 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -6,7 +6,17 @@ rrdcached - Data caching daemon for rrdtool =head1 SYNOPSIS -B [B<-l/-L> I
] [B<-w> I] [B<-z> I] [B<-f> I] [B<-j> I] [-F] [B<-b> I [B<-B>]] +B +[B<-l/-L>EI
] +[B<-w>EI] +[B<-z>EI] +[B<-f>EI] +[B<-p>EI] +[B<-t>EI] +[B<-j>EI] +[-F] +[-g] +[B<-b>EIE[B<-B>]] =head1 DESCRIPTION @@ -81,6 +91,13 @@ cases. This timeout defaults to 3600Eseconds. Sets the name and location of the PID-file. If not specified, the default, C/run/rrdcached.pid> will be used. +=item B<-t> I + +Specifies the number of threads used for writing RRD files. The default +isE4. Increasing this number will allow rrdcached to have more +simultaneous I/O requests into the kernel. This may allow the kernel to +re-order disk writes, resulting in better disk throughput. + =item B<-j> I Write updates to a journal in I. In the event of a program or system @@ -107,6 +124,10 @@ To disable fast shutdown, use the B<-F> option. ALWAYS flush all updates to the RRD data files when the daemon is shut down, regardless of journal setting. +=item B<-g> + +Run in the foreground. The daemon will not fork(). + =item B<-b> I The daemon will change into a specific directory at startup. All files passed @@ -384,6 +405,14 @@ not yet been written to the underlying RRD file. Removes I from the cache. Any pending updates B. +=item B + +Shows the files that are on the output queue. Returns zero or more lines +in the following format, where Enum_valsE is the number of values +to be written for the EfileE: + + + =item B [I] Returns a short usage message. If no command is given, or I is @@ -458,6 +487,10 @@ message itself. The first user command after B is command number one. server: 1 message for command 1 server: 12 message for command 12 +=item B + +Disconnect from rrdcached. + =back =head2 Performance Values