List information on the percentage of connections distributed to a specific IP address and port in comparison to the Workload Manager (WLM) recommended distribution percentage. The Workload Manager related information is also displayed. Several parameters are provided for filtering the data.
Usage
zowe znetview-network list ddvipa-stats [options]
Options
-
--begin
| --beg
(string)
- The range of sampling interval start times in “mm/dd/yy hh:mm:ss” format. An STCK value can also be specified.
-
--domain
| -D
(string)
-
--dvipa
| --dv
(string)
- The IP address for the requested DVIPA.
-
--dvipa-port
| --dp
(number)
- The port number for the DVIPA.
-
--end
(string)
- The range of sampling interval end times in “mm/dd/yy hh:mm:ss” format. An STCK value can also be specified.
-
--interval
| --in
(number)
- The number of sampling intervals for which to return data, beginning with the most recent data available.
-
--record-num
| --rn
(number)
- The number of records to display.
-
--system
| -s
(string)
- The z/OS system name. The wildcard character (*) is supported at the end of the string.
-
--tcp-name
| --tcp
(string)
- The TCP/IP stack name. The wildcard character (*) is supported at the end of the string.
NetView Connection Options
-
--host
| -H
(string)
- The host name of your NetView REST Server.
-
--port
| -P
(number)
-
--user
| -u
(string)
- The user name to authenticate to your NetView REST Server.
-
--password
| --pw
(string)
- The password to authenticate to your NetView REST Server.
-
--token-type
| --tt
(string)
- The type of the token to authenticate to your NetView REST Server.
-
--token-value
| --tv
(string)
- The value of the token to authenticate to your NetView REST Server.
-
--base-path
| --bp
(string)
-
The base path for your Zowe API Mediation Layer instance. Specify this option to prepend the base path to NetView REST service when making REST requests to the Zowe API Mediation Layer.
Note: Do not specify this option if you are not using the Zowe API Mediation Layer.
Profile Options
Base Connection Options
-
--reject-unauthorized
| --ru
(boolean)
-
--cert-file
(local file path)
- The file path to a certificate file to use for authentication
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples