Print this page
manuals
*** 6,21 ****
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]
! 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 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[,...]]
--- 6,21 ----
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[,...]] [-z zonename] [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,74 ****
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]
Show flow configuration information (the default) or statistics,
either for all flows, all flows on a link, or for the specified
flow.
-o field[,...]
--- 64,75 ----
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] [-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,144 ****
-l link, --link=link | flow
Display information for all flows on the named link or
information for the named flow.
! flowadm add-flow [-t] [-R root-dir] -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
--- 133,150 ----
-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] [-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,165 ****
--- 162,176 ----
-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,181 ****
A comma-separated list of properties to be set to the specified
values.
! flowadm remove-flow [-t] [-R root-dir] -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.
--- 182,192 ----
A comma-separated list of properties to be set to the specified
values.
! 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,193 ****
--- 195,209 ----
-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.