Print this page
manuals

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/flowadm.1m.man.txt
          +++ new/usr/src/man/man1m/flowadm.1m.man.txt
   1    1  FLOWADM(1M)                  Maintenance Commands                  FLOWADM(1M)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         flowadm - administer bandwidth resource control and priority for
   7    7         protocols, services, containers, and virtual machines
   8    8  
   9    9  SYNOPSIS
  10   10         flowadm show-flow [-pP] [-S] [-s [-i interval]] [-l link]
  11      -            [-o field[,...]] [flow]
       11 +            [-o field[,...]] [-z zonename] [flow]
  12   12  
  13   13  
  14      -       flowadm add-flow [-t] [-R root-dir] -l link -a attr=value[,...]
  15      -            -p prop=value[,...] flow
  16      -       flowadm remove-flow [-t] [-R root-dir] {-l link | flow}
       14 +       flowadm add-flow [-t] [-R root-dir] [-z zonename] -l link
       15 +            -a attr=value[,...] -p prop=value[,...] flow
       16 +       flowadm remove-flow [-t] [-R root-dir] [-z zonename] {-l link | flow}
  17   17  
  18   18  
  19   19         flowadm set-flowprop [-t] [-R root-dir] -p prop=value[,...] flow
  20   20         flowadm reset-flowprop [-t] [-R root-dir] [-p prop[,...]] flow
  21   21         flowadm show-flowprop [-cP] [-l link] [-o field[,...]]
  22   22              [-p prop[,...]] [flow]
  23   23  
  24   24  
  25   25         flowadm show-usage [-a] [-d | {-p plotfile -F format}] [-s time]
  26   26              [-e time] -f filename [flow]
↓ open down ↓ 32 lines elided ↑ open up ↑
  59   59         of the networking traffic for more observable and deterministic
  60   60         behavior.
  61   61  
  62   62  
  63   63         flowadm is implemented as a set of subcommands with corresponding
  64   64         options. Options are described in the context of each subcommand.
  65   65  
  66   66  SUB-COMMANDS
  67   67         The following subcommands are supported:
  68   68  
  69      -       flowadm show-flow [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [flow]
       69 +       flowadm show-flow [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [-z
       70 +       zonename] [flow]
  70   71             Show flow configuration information (the default) or statistics,
  71   72             either for all flows, all flows on a link, or for the specified
  72   73             flow.
  73   74  
  74   75             -o field[,...]
  75   76                 A case-insensitive, comma-separated list of output fields to
  76   77                 display. The field name must be one of the fields listed below,
  77   78                 or a special value all, to display all fields. For each flow
  78   79                 found, the following fields can be displayed:
  79   80  
↓ open down ↓ 47 lines elided ↑ open up ↑
 127  128                 Used with the -s option to specify an interval, in seconds, at
 128  129                 which statistics should be displayed. If this option is not
 129  130                 specified, statistics are displayed once.
 130  131  
 131  132  
 132  133             -l link, --link=link | flow
 133  134                 Display information for all flows on the named link or
 134  135                 information for the named flow.
 135  136  
 136  137  
      138 +           -z zonename
      139 +               Operate on a link that has been delegated to the specified
      140 +               zone.
 137  141  
 138      -       flowadm add-flow [-t] [-R root-dir] -l link -a attr=value[,...] -p
 139      -       prop=value[,...] flow
      142 +
      143 +
      144 +       flowadm add-flow [-t] [-R root-dir] [-z zonename] -l link -a attr=value[,...]
      145 +       -p prop=value[,...] flow
 140  146             Adds a flow to the system. The flow is identified by its flow
 141  147             attributes and properties.
 142  148  
 143  149             As part of identifying a particular flow, its bandwidth resource
 144  150             can be limited and its relative priority to other traffic can be
 145  151             specified. If no bandwidth limit or priority is specified, the
 146  152             traffic still gets its unique layer 2, 3, and 4 queues and
 147  153             processing threads, including NIC hardware resources (when
 148  154             supported), so that the selected traffic can be separated from
 149  155             others and can flow with minimal impact from other traffic.
↓ open down ↓ 1 lines elided ↑ open up ↑
 151  157             -t, --temporary
 152  158                 The changes are temporary and will not persist across reboots.
 153  159                 Persistence is the default.
 154  160  
 155  161  
 156  162             -R root-dir, --root-dir=root-dir
 157  163                 Specifies an alternate root directory where flowadm should
 158  164                 apply persistent creation.
 159  165  
 160  166  
      167 +           -z zonename
      168 +               Operate on a link that has been delegated to the specified
      169 +               zone.
      170 +
      171 +
 161  172             -l link, --link=link
 162  173                 Specify the link to which the flow will be added.
 163  174  
 164  175  
 165  176             -a attr=value[,...], --attr=value
 166  177                 A comma-separated list of attributes to be set to the specified
 167  178                 values.
 168  179  
 169  180  
 170  181             -p prop=value[,...], --prop=value[,...]
 171  182                 A comma-separated list of properties to be set to the specified
 172  183                 values.
 173  184  
 174  185  
 175  186  
 176      -       flowadm remove-flow [-t] [-R root-dir] -l {link | flow}
      187 +       flowadm remove-flow [-t] [-R root-dir] [-z zonename] -l {link | flow}
 177  188             Remove an existing flow identified by its link or name.
 178  189  
 179  190             -t, --temporary
 180  191                 The changes are temporary and will not persist across reboots.
 181  192                 Persistence is the default.
 182  193  
 183  194  
 184  195             -R root-dir, --root-dir=root-dir
 185  196                 Specifies an alternate root directory where flowadm should
 186  197                 apply persistent removal.
 187  198  
 188  199  
      200 +           -z zonename
      201 +               Operate on a link that has been delegated to the specified
      202 +               zone.
      203 +
      204 +
 189  205             -l link | flow, --link=link | flow
 190  206                 If a link is specified, remove all flows from that link. If a
 191  207                 single flow is specified, remove only that flow.
 192  208  
 193  209  
 194  210  
 195  211         flowadm set-flowprop [-t] [-R root-dir] -p prop=value[,...] flow
 196  212             Set values of one or more properties on the flow specified by name.
 197  213             The complete list of properties can be retrieved using the show-flow
 198  214             subcommand.
↓ open down ↓ 421 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX