-b, -b filename, -batch, -batch filename
read commands from provided file or standard input and
invoke them. First failure will cause termination of tc.
-force don't terminate tc on errors in batch mode. If there were
any errors during execution of the commands, the
application return code will be non zero.
-o, -oneline
output each record on a single line, replacing line feeds
with the '\' character. This is convenient when you want
to count records with wc(1) or to grep(1) the output.
-n, -net, -netns <NETNS>
switches tc to the specified network namespace NETNS.
Actually it just simplifies executing of:
ip netns exec NETNS tc [ OPTIONS ] OBJECT { COMMAND | help
}
to
tc -n[etns] NETNS [ OPTIONS ] OBJECT { COMMAND | help }
-N, -Numeric
Print the number of protocol, scope, dsfield, etc directly
instead of converting it to human readable name.
-cf, -conf <FILENAME>
specifies path to the config file. This option is used in
conjunction with other options (e.g. -nm).
-t, -timestamp
When tc monitor runs, print timestamp before the event
message in format:
Timestamp: <Day> <Month> <DD> <hh:mm:ss> <YYYY> <usecs>
usec
-ts, -tshort
When tc monitor runs, prints short timestamp before the
event message in format:
[<YYYY>-<MM>-<DD>T<hh:mm:ss>.<ms>]