=head1 NAME collectd-flush - Small command line utility to flush collectd =head1 SYNOPSIS collectd-flush I<[options]> =head1 DESCRIPTION This small command line utitilty uses C to flush collectd through a socket from the L. Useful if you want to be sure you have the latest values in your RRD files before graphing them or copying them somewhere else. =head1 ARGUMENTS AND OPTIONS The following arguments and options are understood by collectd-flush. The order of the arguments generally doesn't matter, as long as no argument is passed more than once. =over 4 =item B<-h>, B<--help> Display information about the options. =item B<-s>, B<--socket=>I Path to the UNIX socket opened by collectd's C. Default: /var/run/collectd-unixsock =item B<-p>, B<--plugin=>I Plugin to flush I. Example: B. =item B<-i>, B<--identifier=>I If this option is present, only the data specified by I will be flushed. I has the following format: [I/]I[-I]/I[-I] Examples: somehost/cpu-0/cpu-idle uptime/uptime otherhost/memory/memory-used Hostname defaults to the local hostname if omitted. No error is returned if the specified identifier does not exist (this is a limitation in the C library).You can only specify one identifier each time you run this program (even though L supports multiple identifiers). =item B<-t>, B<--timeout=>I Only flush values older than I. =back =head1 SEE ALSO L L L =head1 AUTHOR Håkon J Dugstad Johnsen Ehakon-dugstad.johnsenEatEtelenor.comE =cut