| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 | .\" $Id$.\".\" Copyright (c) 2002 Damien Miller.  All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\"    notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\"    notice, this list of conditions and the following disclaimer in the.\"    documentation and/or other materials provided with the distribution..\".\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED..\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE..\".Dd October 18, 2002.Dt SOFTFLOWCTL 8.Os.Sh NAME.Nm softflowctl.Nd Remote control program for softflowd.Sh SYNOPSIS.Nm softflowctl.Op Fl h.Op Fl c Ar ctl_sock.Ar command.Sh DESCRIPTION.Nmis a remote control program used to control a running.Xr softflowd 8daemon..PpThe command line options are as follows:.Bl -tag -width Ds.It Fl c Ar ctlsockSpecify an alternate location for the remote control socket.Default is.Pa /var/run/softflowd.ctl.It Fl hDisplay command line usage information..El.Pp.Sh COMMANDS.Bl -tag -width Ds.It Pa shutdownAsk.Xr softflowd 8to gracefully exit.This is equivalent to sending it a.Dv SIGTERMor.Dv SIGINT ..It Pa exitAsk.Xr softflowd 8to immediately exit.No flow expiry processing or data export is performed..It Pa expire-allImmediately expire all tracked flows..It Pa delete-allImmediately delete all tracked flows.No flow expiry processing or data export is performed..It Pa statisticsReturn statistics collected by.Xr softflowd 8on expired flows..It Pa debug+Increase the debugging level of.Xr softflowd 8.It Pa debug-Decrease the debugging level..It Pa stop-gatherStops network data collection by.Xr softflowd 8 ..It Pa start-gatherResumes network data collection..It Pa dump-flowsReturn information on all tracked flows..It Pa timeoutsPrint information on flow timeout parameters..It Pa send-templateResend a NetFlow v.9 template record before the next flow export.Has no effect for other flow export versions..El.Sh BUGSAll times are unconditionally displayed in UTC, regardless of the systemtimezone..Sh AUTHORS.An Damien Miller Aq djm@mindrot.org.Sh SEE ALSO.Xr softflowd 8
 |