Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

altqd(8) [netbsd man page]

ALTQD(8)						    BSD System Manager's Manual 						  ALTQD(8)

NAME
altqd -- ALTQ daemon SYNOPSIS
altqd [-dv] [-f conf_file] DESCRIPTION
altqd is a daemon program that reads a configuration file and then sets up the ALTQ state of network interfaces. After configuring the ALTQ state, altqd will detach and become a daemon. The signals SIGINT or SIGTERM will shutdown altqd, and the signal SIGHUP will restart altqd. The following options are available: -d Debug mode. altqd does not detach and goes into the command mode. -f conf_file Specify a configuration file to read instead of the default. The default file is /etc/altq.conf. -v Print debugging information. This option implies -d. COMMANDS
When -d option is provided, altqd goes into the command mode after reading the configuration file and setting up the ALTQ state. Each com- mand is a single line, starting with the command verb. The basic commands are as follows: help | ? Display a complete list of commands and their syntax. quit Exit. altq reload Reload the configuration file and reinitialize ALTQ. altq interface [enable|disable] Enables or disables ALTQ on the interface named interface. When altqd enters the command mode, ALTQ is enabled on all the interfaces listed in the configuration file. FILES
/etc/altq.conf configuration file /var/run/altqd.pid pid of the running altqd /var/run/altq_quip Unix domain socket for communicating with altqstat(1) SEE ALSO
altqstat(1), altq.conf(5), altq(9) BSD
November 26, 2006 BSD

Check Out this Related Man Page

ALTQSTAT(1)						    BSD General Commands Manual 					       ALTQSTAT(1)

NAME
altqstat -- show altq status SYNOPSIS
altqstat [-enrs] [-c count] [-w wait] [-i interface] [-I input_interface] DESCRIPTION
The altqstat command displays the status of a queueing discipline. The contents displayed by altqstat is specific to each queueing disci- pline. The options are as follows: -e Echo communication with altqd(8) to standard output. This option is for debugging. -n Disable communication with altqd(8). The interface should be explicitly specified. -r Enter the raw console mode to talk to altqd(8). This option is for debugging queue information exchange between altqstat and altqd(8). -s List all interfaces, classes and filters currently installed. -c count altqstat exits after displaying count times. If no repeat count is specified, the default is infinity. -w wait Pause wait seconds between each display. If no repeat wait interval is specified, the default is 5 seconds. -i interface Show information about the specified interface. If no interface is specified, the default interface is the first interface returned from altqd(8). -I input_interface Show information about the specified input interface. This option is used to specify traffic conditioner at an input interface. FILES
/var/run/altq_quip Unix domain socket for communicating with altqd(8) SEE ALSO
altq.conf(5), altqd(8), altq(9) BSD
December 24, 1999 BSD
Man Page