EnglishFrenchSpanish

Ad


OnWorks favicon

fireqos - Online in the Cloud

Run fireqos in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command fireqos that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


fireqos - an easy to use but powerful traffic shaping tool

SYNOPSIS


fireqos CONFIGFILE [start | debug] [ -- conf-arg ... ]

fireqos { stop | clear_all_qos }

fireqos status [name [ dump [class]]]

fireqos { dump | tcpdump } name class [ tcpdump-arg ... ]

fireqos { drops | overlimits | requeues } name

DESCRIPTION


FireQOS is a helper to assist you configure traffic shaping on Linux.

Run without any arguments, fireqos will present some help on usage.

When given CONFIGFILE, fireqos will use the named file instead of
/etc/fireqos/fireqos.conf as its configuration.

The parameter name always refers to an interface name from the configuration file. The
parameter class always refers to a named class within a named interface.

It is possible to pass arguments for use by the configuration file separating any conf-arg
values from the rest of the arguments with --. The arguments are accessible in the
configuration using standard bash(1) syntax e.g. $1, $2, etc.

COMMANDS


start; debug
Activates traffic shaping on all interfaces, as given in the configuration file.
When invoked as debug, FireQOS also prints all of the tc(8) commands it executes.

stop Removes all traffic shaping applied by FireQOS (it does not touch QoS on other
interfaces and IFBs used by other tools).

clear_all_qos
Removes all traffic shaping on all network interfaces and removes all IFB devices
from the system, even those applied by other tools.

status Shows live utilisation for the specified interface. FireQOS will show you the rate
of traffic on all classes, adding one line per second (similarly to vmstat, iostat,
etc.)

If dump is specified, it tcpdumps the traffic in the given class of the interface.

tcpdump; dump
FireQOS temporarily mirrors the traffic of any leaf class to an IFB device. Then
it runs tcpdump(8) on this interface to dump the traffic to your console.

You may add any tcpdump(8) parameters you like to the command line, (to dump the
traffic to a file, match a subset of the traffic, etc.), for example this:

fireqos tcpdump adsl-in voip -n

will start a tcpdump of all traffic on interface adsl-in, in class voip. The
parameter -n is a tcpdump(8) parameter.

Note

When FireQOS is running in tcpdump mode, it locks itself and will refuse to
run in parallel with another FireQOS altering the QoS, or tcpdumping other
traffic. This is because FireQOS reserves device ifb0 for monitoring. If
two FireQOS processes were allowed to tcpdump in parallel, your dumps would
be wrong. So it locks itself to prevent such a case.

drops Shows packets dropped per second, per class, for the specified interface.

overlimits
Shows packets delayed per second, per class, for the specified interface.

requeues
Shows packets requeued per second, per class, for the specified interface.

Use fireqos online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad