Print this page
manuals
@@ -6,16 +6,16 @@
flowadm - administer bandwidth resource control and priority for
protocols, services, containers, and virtual machines
SYNOPSIS
flowadm show-flow [-pP] [-S] [-s [-i interval]] [-l link]
- [-o field[,...]] [flow]
+ [-o field[,...]] [-z zonename] [flow]
- flowadm add-flow [-t] [-R root-dir] -l link -a attr=value[,...]
- -p prop=value[,...] flow
- flowadm remove-flow [-t] [-R root-dir] {-l link | flow}
+ flowadm add-flow [-t] [-R root-dir] [-z zonename] -l link
+ -a attr=value[,...] -p prop=value[,...] flow
+ flowadm remove-flow [-t] [-R root-dir] [-z zonename] {-l link | flow}
flowadm set-flowprop [-t] [-R root-dir] -p prop=value[,...] flow
flowadm reset-flowprop [-t] [-R root-dir] [-p prop[,...]] flow
flowadm show-flowprop [-cP] [-l link] [-o field[,...]]
@@ -64,11 +64,12 @@
options. Options are described in the context of each subcommand.
SUB-COMMANDS
The following subcommands are supported:
- flowadm show-flow [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [flow]
+ flowadm show-flow [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [-z
+ zonename] [flow]
Show flow configuration information (the default) or statistics,
either for all flows, all flows on a link, or for the specified
flow.
-o field[,...]
@@ -132,13 +133,18 @@
-l link, --link=link | flow
Display information for all flows on the named link or
information for the named flow.
+ -z zonename
+ Operate on a link that has been delegated to the specified
+ zone.
- flowadm add-flow [-t] [-R root-dir] -l link -a attr=value[,...] -p
- prop=value[,...] flow
+
+
+ flowadm add-flow [-t] [-R root-dir] [-z zonename] -l link -a attr=value[,...]
+ -p prop=value[,...] flow
Adds a flow to the system. The flow is identified by its flow
attributes and properties.
As part of identifying a particular flow, its bandwidth resource
can be limited and its relative priority to other traffic can be
@@ -156,10 +162,15 @@
-R root-dir, --root-dir=root-dir
Specifies an alternate root directory where flowadm should
apply persistent creation.
+ -z zonename
+ Operate on a link that has been delegated to the specified
+ zone.
+
+
-l link, --link=link
Specify the link to which the flow will be added.
-a attr=value[,...], --attr=value
@@ -171,11 +182,11 @@
A comma-separated list of properties to be set to the specified
values.
- flowadm remove-flow [-t] [-R root-dir] -l {link | flow}
+ flowadm remove-flow [-t] [-R root-dir] [-z zonename] -l {link | flow}
Remove an existing flow identified by its link or name.
-t, --temporary
The changes are temporary and will not persist across reboots.
Persistence is the default.
@@ -184,10 +195,15 @@
-R root-dir, --root-dir=root-dir
Specifies an alternate root directory where flowadm should
apply persistent removal.
+ -z zonename
+ Operate on a link that has been delegated to the specified
+ zone.
+
+
-l link | flow, --link=link | flow
If a link is specified, remove all flows from that link. If a
single flow is specified, remove only that flow.