@broadcom/mat-analyze-for-zowe-cli 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +39 -39
- package/lib/cli/monitor/Monitor.definition.js +1 -1
- package/lib/cli/monitor/Monitor.definition.js.map +1 -1
- package/lib/cli/monitor/codeview/Histogram/Histogram.definition.js +5 -5
- package/lib/cli/monitor/codeview/Histogram/Histogram.definition.js.map +1 -1
- package/lib/cli/monitor/codeview/Histogram/Histogram.handler.js +4 -4
- package/lib/cli/monitor/codeview/Histogram/Histogram.handler.js.map +1 -1
- package/lib/cli/monitor/db2/db2view/DB2View.definition.js +1 -1
- package/lib/cli/monitor/db2/db2view/DB2View.definition.js.map +1 -1
- package/lib/cli/profile/Profile.definition.js +1 -1
- package/lib/cli/profile/Profile.definition.js.map +1 -1
- package/lib/cli/profile/create/CreateProfile.definition.js +42 -42
- package/lib/cli/profile/create/CreateProfile.definition.js.map +1 -1
- package/lib/cli/profile/invoke/InvokeProfile.definition.js +8 -8
- package/lib/cli/profile/invoke/InvokeProfile.definition.js.map +1 -1
- package/lib/cli/session/MATSession.d.ts +2 -2
- package/lib/cli/session/MATSession.js +10 -10
- package/lib/cli/session/MATSession.js.map +1 -1
- package/lib/imperative.js +10 -10
- package/lib/imperative.js.map +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
<img src="https://github.com/openmainframeproject/artwork/blob/master/other/zowe-conformant/zowev1/cli/color/zowe-conformant-zowev1-cli-color.png?raw=true" width=25% alt="Zowe Conformance Badge">
|
|
2
2
|
|
|
3
|
-
#
|
|
4
|
-
The
|
|
3
|
+
# MAT Analyze Plug-in for Zowe CLI
|
|
4
|
+
The MAT Analyze plug-in for Zowe CLI provides access to Mainframe Application Tuner (MAT) functionality. The plug-in ensures interaction with MAT and enables you to measure your mainframe applications and get the analysis data in the form of MAT analysis views using Zowe command line interface.
|
|
5
5
|
|
|
6
|
-
You can use the
|
|
6
|
+
You can use the MAT Analyze plug-in for Zowe CLI to perform the following tasks:
|
|
7
7
|
* Manage monitor profiles.
|
|
8
8
|
Create and invoke monitor profiles, view the lists of available profiles, and retrieve the measurement history.
|
|
9
9
|
* Analyze the measurement data.
|
|
10
|
-
Access the measurement data from
|
|
10
|
+
Access the measurement data from Mainframe Application Tuner that is available to you in the CLI in the form of MAT analysis views.
|
|
11
11
|
* Address performance issues.
|
|
12
|
-
With the source program listing registered with
|
|
12
|
+
With the source program listing registered with MAT, users of Visual Studio Code (VS Code) IDE can obtain the Histogram details and display specific source program locations that are associated with the most resource-consuming program modules and CSECTs. When you request the Histogram measurement details from your VS Code command line terminal, the MAT Analyze plug-in for Zowe CLI transfers the source code listing to your local machine and navigates you directly to the specific line and column number of the source code, which enables you to immediately inspect the program statement and identify possible tuning opportunities.
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Table of Contents
|
|
16
16
|
=================
|
|
17
17
|
* [Installation](#installation)
|
|
18
18
|
* [Prerequisites](#prerequisites)
|
|
19
|
-
* [Install the
|
|
20
|
-
* [Install the
|
|
19
|
+
* [Install the MAT Analyze Plug-in for Zowe CLI From Packages](#install-the-mat-analyze-plug-in-for-zowe-cli-from-packages)
|
|
20
|
+
* [Install the MAT Analyze Plug-in for Zowe CLI From Source](#install-the-mat-analyze-plug-in-for-zowe-cli-from-source)
|
|
21
21
|
* [Validate the Installation](#validate-the-installation)
|
|
22
22
|
* [Create a z/OSMF Profile](#create-a-zosmf-profile)
|
|
23
23
|
* [Create a MAT Profile](#create-a-mat-profile)
|
|
@@ -42,23 +42,23 @@ Table of Contents
|
|
|
42
42
|
* [db2](#db2)
|
|
43
43
|
* [db2view | db2](#db2view--db2)
|
|
44
44
|
* [sqlstmt | sql](#sqlstmt--sql)
|
|
45
|
-
* [Uninstall the
|
|
45
|
+
* [Uninstall the MAT Analyze Plug-in for Zowe CLI](#uninstall-the-mat-analyze-plug-in-for-zowe-cli)
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
# Installation
|
|
50
|
-
You can install the
|
|
50
|
+
You can install the MAT Analyze Plug-in for Zowe CLI:
|
|
51
51
|
* From the Zowe Package
|
|
52
52
|
* From Source
|
|
53
53
|
|
|
54
54
|
## Prerequisites
|
|
55
|
-
Before starting the installation of the
|
|
55
|
+
Before starting the installation of the MAT Analyze Plug-in for Zowe CLI, verify that you have:
|
|
56
56
|
* Zowe CLI installed
|
|
57
57
|
* Zosmf profile created.
|
|
58
|
-
*
|
|
59
|
-
* (Optional) To use the automated listing registration and retrieval option through
|
|
58
|
+
* MAT database and the REST API installed, configured, and running.
|
|
59
|
+
* (Optional) To use the automated listing registration and retrieval option through Endevor® footprints, install and configure the Endevor® Web Services and specify the Endevor® web server details in the MAT database configuration.
|
|
60
60
|
|
|
61
|
-
## Install the
|
|
61
|
+
## Install the MAT Analyze Plug-in for Zowe CLI From Packages
|
|
62
62
|
Issue the following command:
|
|
63
63
|
|
|
64
64
|
```
|
|
@@ -67,8 +67,8 @@ $ zowe plugins install @broadcom/mat-analyze-for-zowe-cli
|
|
|
67
67
|
**Note:**
|
|
68
68
|
The `latest` npm tag installs a version of the product that is intended for public consumption. You can use different npm tags to install other versions of the product. For example, you can install with the `@beta` tag to try new features that have not been fully validated. For more information about tag usage, see [NPM Tag Names](https://github.com/zowe/zowe-cli/blob/master/docs/MaintainerVersioning.md#npm-tag-names).
|
|
69
69
|
|
|
70
|
-
## Install the
|
|
71
|
-
To install the
|
|
70
|
+
## Install the MAT Analyze Plug-in for Zowe CLI From Source
|
|
71
|
+
To install the MAT Analyze plug-in for Zowe CLI from source, follow these steps:
|
|
72
72
|
|
|
73
73
|
1. `git clone git@github.gwd.broadcom.net:MFD/mat-analyze-for-zowe-cli.git`
|
|
74
74
|
2. `cd mat-analyze-for-zowe-cli`
|
|
@@ -95,7 +95,7 @@ $ zowe profiles create zosmf-profile --help
|
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
## Create a MAT Profile
|
|
98
|
-
To enable the interaction of the
|
|
98
|
+
To enable the interaction of the MAT Analyze plug-in for Zowe CLI with MAT, you need to create a MAT profile. You set up a MAT profile to avoid typing your connection details on every command. The profile contains your protocol type, host, and port that you defined for the MAT REST API server, and your mainframe username and password. You can create multiple profiles and switch between them if necessary.
|
|
99
99
|
|
|
100
100
|
**Usage**
|
|
101
101
|
```
|
|
@@ -124,10 +124,10 @@ To enable the interaction of the CA MAT Analyze plug-in for Zowe CLI with CA MAT
|
|
|
124
124
|
Your mainframe password.
|
|
125
125
|
|
|
126
126
|
`--zowediscoverable` | `--zdis` *(boolean)*
|
|
127
|
-
Specifies whether you want to use Zowe API Mediation Layer to process the commands for this profile (`true` or `false`). Set `--zowediscoverable true` only if you have configured the Zowe API Mediation Layer properties in your
|
|
127
|
+
Specifies whether you want to use Zowe API Mediation Layer to process the commands for this profile (`true` or `false`). Set `--zowediscoverable true` only if you have configured the Zowe API Mediation Layer properties in your MAT REST API server settings.
|
|
128
128
|
|
|
129
129
|
`--listingDir` | `--ldir` *(string)*
|
|
130
|
-
Specifies the directory where you want to store the registered program listings (e.g. 'c:\listings') for your immediate source code inspection. You can use the advantage of automated listing registration with
|
|
130
|
+
Specifies the directory where you want to store the registered program listings (e.g. 'c:\listings') for your immediate source code inspection. You can use the advantage of automated listing registration with MAT and listing retrieval through Endevor® footprints for Cobol, C/C++, and Assembler programs. When a source program listing is registered with MAT, you can enhance the histogram analysis data with the program listing details that pertain to the specific CSECT and program statement. The listing is transfered to the specified directory, which enables you to navigate directly to the line of the source code in you VS Code IDE and inspect the program statement. To use the listing retrieval option through Endevor® footprints, you need to have the Endevor® Web Services installed and configured and specify the Endevor® web server details in the MAT database configuration. The `--listingDir` parameter is optional.
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
**Options**
|
|
@@ -135,12 +135,12 @@ To enable the interaction of the CA MAT Analyze plug-in for Zowe CLI with CA MAT
|
|
|
135
135
|
Overwrite the MAT profile when a profile of the same name exists.
|
|
136
136
|
|
|
137
137
|
**Examples**
|
|
138
|
-
* Create a MAT profile called 'matprofile' using your
|
|
138
|
+
* Create a MAT profile called 'matprofile' using your MAT configuration and REST API details, with the MAT REST API server integrated with the Zowe API Mediation Layer:
|
|
139
139
|
```
|
|
140
140
|
$ zowe profiles create mat-profile matprofile --prt http --hn localhost --pt 1234 --user johndoe --pass qwerty --zowediscoverable true
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
* Create a MAT profile called 'matprofile' using your
|
|
143
|
+
* Create a MAT profile called 'matprofile' using your MAT configuration and the details of the MAT REST API server without integration with the Zowe API Mediation Layer, and define the 'c:\listings' directory to store program listings for instant analysis from your VS Code IDE:
|
|
144
144
|
```
|
|
145
145
|
$ zowe profiles create mat-profile matprofile --prt http --hn localhost --pt 1234 --user johndoe --pass qwerty --zowediscoverable false --listingDir 'c:\listings'
|
|
146
146
|
```
|
|
@@ -172,17 +172,17 @@ The name of a (mat) profile to load for this command execution.
|
|
|
172
172
|
You can also have other MAT connection options apart from the MAT profile and use them as options in the commands.
|
|
173
173
|
|
|
174
174
|
# Use Cases and Commands
|
|
175
|
-
The
|
|
175
|
+
The MAT Analyze plug-in for Zowe CLI enables you to manage monitor profiles and get the measurement analysis data using Mainframe Application Tuner (MAT).
|
|
176
176
|
```
|
|
177
177
|
$ zowe mat <group>
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
The
|
|
180
|
+
The MAT Analyze plug-in for Zowe CLI commands are organized in the following **command groups**:
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
## PROFILE
|
|
185
|
-
The commands from the PROFILE group enable you to create, invoke, and list
|
|
185
|
+
The commands from the PROFILE group enable you to create, invoke, and list MAT monitor profiles.
|
|
186
186
|
|
|
187
187
|
**Usage**
|
|
188
188
|
```
|
|
@@ -192,7 +192,7 @@ $ zowe mat profile <command>
|
|
|
192
192
|
The following **commands** are available for the PROFILE group:
|
|
193
193
|
|
|
194
194
|
### create | cr
|
|
195
|
-
Create a
|
|
195
|
+
Create a MAT monitor profile.
|
|
196
196
|
|
|
197
197
|
**Usage**
|
|
198
198
|
```
|
|
@@ -201,7 +201,7 @@ $ zowe mat profile create [options]
|
|
|
201
201
|
|
|
202
202
|
**Required Options**
|
|
203
203
|
`--profile` *(string)*
|
|
204
|
-
Specifies the name of the profile that you create in
|
|
204
|
+
Specifies the name of the profile that you create in MAT (e.g. PROFILE1).
|
|
205
205
|
Values: 1 to 8 characters, a combination of alphanumeric and national characters (A-Z, 0-9, and @), the first character must be an alphabetic or @. The profile name must not contain characters # and $.
|
|
206
206
|
|
|
207
207
|
`--jobname` *(string)*
|
|
@@ -222,8 +222,8 @@ Allowed values: yes, no.
|
|
|
222
222
|
Provide the monitor description (maximum 24 characters).
|
|
223
223
|
|
|
224
224
|
`--mondsn` *(string)*
|
|
225
|
-
Specifies the monitor data set name where
|
|
226
|
-
Values: data set name pattern, maximum 46 characters. If not specified, your default
|
|
225
|
+
Specifies the monitor data set name where MAT saves the measurement (e.g. DEMO.MAT.MONITOR).
|
|
226
|
+
Values: data set name pattern, maximum 46 characters. If not specified, your default MAT monitor DSN pattern is applied.
|
|
227
227
|
|
|
228
228
|
`--stepname` *(string)*
|
|
229
229
|
Specifies the name of the job step to monitor.
|
|
@@ -367,7 +367,7 @@ $ zowe mat profile create --profile PROFILE1 --jobname JOB1 --targsys AA31,AA32
|
|
|
367
367
|
```
|
|
368
368
|
|
|
369
369
|
### invoke | ivk
|
|
370
|
-
Invoke a
|
|
370
|
+
Invoke a MAT monitor profile to start measurement. If you invoke a monitor profile that does currently exist, MAT creates the profile with the provided name and invokes the measurement for this profile.
|
|
371
371
|
|
|
372
372
|
**Usage**
|
|
373
373
|
```
|
|
@@ -376,7 +376,7 @@ $ zowe mat profile invoke [options]
|
|
|
376
376
|
|
|
377
377
|
**Required Options**
|
|
378
378
|
`--profile` *(string)*
|
|
379
|
-
Specifies the name of the profile in
|
|
379
|
+
Specifies the name of the profile in MAT that you invoke (e.g. PROFILE1).
|
|
380
380
|
Values: 1 to 8 characters, a combination of alphanumeric and national characters (A-Z, 0-9, and @), the first character must be an alphabetic or @. The profile name must not contain characters # and $.
|
|
381
381
|
|
|
382
382
|
`--jobname` *(string)*
|
|
@@ -389,8 +389,8 @@ Values: a comma separated list of up to 4 values is allowed, maximum 8 character
|
|
|
389
389
|
|
|
390
390
|
**Options**
|
|
391
391
|
`--mondsn` *(string)*
|
|
392
|
-
Specifies the monitor data set name where
|
|
393
|
-
Values: data set name pattern, maximum 46 characters. If not specified, your default
|
|
392
|
+
Specifies the monitor data set name where MAT saves the measurement (e.g. DEMO.MAT.MONITOR).
|
|
393
|
+
Values: data set name pattern, maximum 46 characters. If not specified, your default MAT monitor DSN pattern is applied.
|
|
394
394
|
|
|
395
395
|
`--moiuuid` *(string)*
|
|
396
396
|
Specifies the MOI UUID.
|
|
@@ -401,7 +401,7 @@ Specifies the MOI timestamp.
|
|
|
401
401
|
Values: maximum 12 characters, numbers only (0-9). If you use this parameter for command execution, the value cannot be blank.
|
|
402
402
|
|
|
403
403
|
`--listing` *(boolean)*
|
|
404
|
-
Activates automated registration of Cobol, C/C++, and Assembler program listings through
|
|
404
|
+
Activates automated registration of Cobol, C/C++, and Assembler program listings through Endevor® footprints. After completion of the measurement that you invoke with the '--listing' parameter, the MAT Analyze plug-in for Zowe CLI automatically retrieves the program listing that is associated with the monitored job and registers the listing with MAT. A registered program listing enhances the analysis possibilities of the 'codeview histogram' command and enables you to inspect the source code statements that are associated with specific modules and CSECTs.
|
|
405
405
|
|
|
406
406
|
**Profile Options**
|
|
407
407
|
`--mat-profile` | `--mat-p` (string)
|
|
@@ -434,7 +434,7 @@ $ zowe mat profile list [options]
|
|
|
434
434
|
The name of a (mat) profile to load for this command execution.
|
|
435
435
|
|
|
436
436
|
## MONITOR
|
|
437
|
-
The commands from the MONITOR group enable you to get monitor history and measurement analysis data from
|
|
437
|
+
The commands from the MONITOR group enable you to get monitor history and measurement analysis data from MAT.
|
|
438
438
|
|
|
439
439
|
**Usage**
|
|
440
440
|
```
|
|
@@ -666,13 +666,13 @@ Specifies the module name that you request the Histogram data for. You get the m
|
|
|
666
666
|
Specifies the CSECT name that you request the Histogram data for. You get the csect value from the 'codeview csect' command response. The CSECT name can be empty (e.g., --csect "TUNCOB01" or --module '""').
|
|
667
667
|
|
|
668
668
|
`--top` *(number)*
|
|
669
|
-
Specifies the maximum number of the top consuming CSECT activity locations that you want to obtain in the response (e.g., --top 5). If you specify --top 0, you get the list of all CSECT activity locations that
|
|
669
|
+
Specifies the maximum number of the top consuming CSECT activity locations that you want to obtain in the response (e.g., --top 5). If you specify --top 0, you get the list of all CSECT activity locations that MAT has detected during the measurement. The --top parameter is optional. Values: numbers between 0 and 300.
|
|
670
670
|
|
|
671
671
|
`--group` *(number)*
|
|
672
|
-
Specifies the histogram group size parameter that defines the resolution of the histogram. If you do not specify the group parameter, the group size defaults to 4 bytes (e.g., --group 32). If program listing is registered with
|
|
672
|
+
Specifies the histogram group size parameter that defines the resolution of the histogram. If you do not specify the group parameter, the group size defaults to 4 bytes (e.g., --group 32). If program listing is registered with MAT, the group parameter is ignored. The --group parameter is optional.
|
|
673
673
|
|
|
674
674
|
`--listing` *(boolean)*
|
|
675
|
-
Enables you to retrieve program listing details that pertain to the specific CSECT and statement. To use the listing retrieval option, you must install and configure the
|
|
675
|
+
Enables you to retrieve program listing details that pertain to the specific CSECT and statement. To use the listing retrieval option, you must install and configure the Endevor® Web Services and have the program listing for the specific measurement registered with MAT. The source code listing is retrieved through Endevor® footprints for Cobol, C/C++, and Assembler programs. The program listing file is downloaded to your local directory that you specified with the 'listingDir' parameter for your MAT configuration profile. When you request the histogram details with the '--listing' option, the 'histogram' command returns the additional 'listing' column that contains a reference to the program listing with the specific CSECT name, program type, line and column number that pertain to the requested CSECT and statement, for example, c:\listings\SA420LE.asm:382:51. If you use Visual Studio Code (VS Code) IDE, you can click on the reference in the command response in your VS Code terminal to navigate directly to the indicated source program location. The --listing parameter is optional.
|
|
676
676
|
|
|
677
677
|
**Profile Options**
|
|
678
678
|
`--mat-profile` | `--mat-p` *(string)*
|
|
@@ -756,7 +756,7 @@ Specifies the name of the profile that you want to analyze. When you specify the
|
|
|
756
756
|
Specifies the unique monitor number of the measurement.
|
|
757
757
|
|
|
758
758
|
`--top` *(number)*
|
|
759
|
-
Specifies the maximum number of the top consuming DB2 statements that you want to obtain in the response (e.g., --top 5). If you specify --top 0, you get the list of of all DB2 statements that
|
|
759
|
+
Specifies the maximum number of the top consuming DB2 statements that you want to obtain in the response (e.g., --top 5). If you specify --top 0, you get the list of of all DB2 statements that MAT has detected during the measurement. The --top parameter is optional. Values: numbers between 0 and 300.
|
|
760
760
|
|
|
761
761
|
|
|
762
762
|
**Profile Options**
|
|
@@ -815,8 +815,8 @@ $ zowe mat monitor db2 sqlstmt --profile TESTPROF --dbrm CUPBTSDY --stmtnum 464
|
|
|
815
815
|
```
|
|
816
816
|
|
|
817
817
|
|
|
818
|
-
# Uninstall the
|
|
819
|
-
To uninstall the
|
|
818
|
+
# Uninstall the MAT Analyze Plug-in for Zowe CLI
|
|
819
|
+
To uninstall the MAT Analyze plug-in for Zowe CLI, issue the following command:
|
|
820
820
|
```
|
|
821
821
|
$ zowe plugins uninstall @broadcom/mat-analyze-for-zowe-cli
|
|
822
822
|
```
|
|
@@ -42,7 +42,7 @@ const History_definition_1 = require("./history/History.definition");
|
|
|
42
42
|
const MonitorDefinition = {
|
|
43
43
|
name: "monitor",
|
|
44
44
|
summary: "Get monitor data",
|
|
45
|
-
description: "Get monitor history and measurement analysis data from
|
|
45
|
+
description: "Get monitor history and measurement analysis data from MAT.",
|
|
46
46
|
type: "group",
|
|
47
47
|
children: [Overview_definition_1.OverviewDefinition, CodeviewDefinition, DelayviewDefinition, History_definition_1.HistoryDefinition, DB2Definition]
|
|
48
48
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Monitor.definition.js","sourceRoot":"","sources":["../../../src/cli/monitor/Monitor.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH;;;;;;;;;;;;GAYG;AACH,wEAAoE;AACpE,qEAAsE;AACtE,wEAAyE;AACzE,sDAAuD;AAEvD,qEAAiE;AACjE,MAAM,iBAAiB,GAAuB;IAC1C,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,kBAAkB;IAC3B,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"Monitor.definition.js","sourceRoot":"","sources":["../../../src/cli/monitor/Monitor.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH;;;;;;;;;;;;GAYG;AACH,wEAAoE;AACpE,qEAAsE;AACtE,wEAAyE;AACzE,sDAAuD;AAEvD,qEAAiE;AACjE,MAAM,iBAAiB,GAAuB;IAC1C,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,kBAAkB;IAC3B,WAAW,EAAE,6DAA6D;IAC1E,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,wCAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,sCAAiB,EAAE,aAAa,CAAC;CAC5G,CAAC;AAEF,iBAAS,iBAAiB,CAAC"}
|
|
@@ -64,7 +64,7 @@ exports.HistogramDefinition = {
|
|
|
64
64
|
name: "group",
|
|
65
65
|
description: "Specifies the histogram group size parameter that defines the resolution of the histogram " +
|
|
66
66
|
"(e.g., --group 32). If you do not specify the group parameter, the group size value defaults to 4 bytes. " +
|
|
67
|
-
"If the source program listing is registered with
|
|
67
|
+
"If the source program listing is registered with MAT, the group size parameter is ignored. " +
|
|
68
68
|
"The --group parameter is optional. " +
|
|
69
69
|
"Lower values of the --group parameter result in more granular representation of the histogram data. " +
|
|
70
70
|
"Values: numbers between 2 and 999999.",
|
|
@@ -74,16 +74,16 @@ exports.HistogramDefinition = {
|
|
|
74
74
|
name: "top",
|
|
75
75
|
description: "Specifies the maximum number of the top consuming CSECT activity locations " +
|
|
76
76
|
"that you want to obtain in the response (e.g., --top 5). If you specify --top 0, " +
|
|
77
|
-
"you get the list of all CSECT activity locations that
|
|
77
|
+
"you get the list of all CSECT activity locations that MAT has detected during the measurement." +
|
|
78
78
|
"The --top parameter is optional. Values: numbers between 0 and 300.",
|
|
79
79
|
type: "number"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
name: "listing",
|
|
83
83
|
description: "Enables you to retrieve program listing details that pertain to the specific CSECT and statement. " +
|
|
84
|
-
"To use the listing retrieval option, you must install and configure the
|
|
85
|
-
"program listing for the specific measurement registered with
|
|
86
|
-
"through
|
|
84
|
+
"To use the listing retrieval option, you must install and configure the Endevor® Web Services and have the " +
|
|
85
|
+
"program listing for the specific measurement registered with MAT. The source code listing is retrieved " +
|
|
86
|
+
"through Endevor® footprints for Cobol, C/C++, and Assembler programs. The program listing file is downloaded " +
|
|
87
87
|
"to your local directory that you specified with the \'listingDir\' parameter in your MAT configuration profile. " +
|
|
88
88
|
"When you request the histogram details with the \'--listing\' option, the \'histogram\' command returns the " +
|
|
89
89
|
"additional \'listing\' column that contains a reference to the program listing with the specific CSECT name, " +
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Histogram.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGU,QAAA,mBAAmB,GAAuB;IACnD,IAAI,EAAE,WAAW;IACjB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,oBAAoB;IAC7B,WAAW,EAAE,gDAAgD;IAC7D,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,oBAAoB;IACzC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,qEAAqE;gBAClF,yEAAyE;gBACzE,iFAAiF;YACjF,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,oEAAoE;gBACjF,oGAAoG;gBACpG,oDAAoD;YACpD,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,4FAA4F;gBACzG,2GAA2G;gBAC3G,
|
|
1
|
+
{"version":3,"file":"Histogram.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGU,QAAA,mBAAmB,GAAuB;IACnD,IAAI,EAAE,WAAW;IACjB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,oBAAoB;IAC7B,WAAW,EAAE,gDAAgD;IAC7D,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,oBAAoB;IACzC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,qEAAqE;gBAClF,yEAAyE;gBACzE,iFAAiF;YACjF,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,oEAAoE;gBACjF,oGAAoG;gBACpG,oDAAoD;YACpD,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,4FAA4F;gBACzG,2GAA2G;gBAC3G,6FAA6F;gBAC7F,qCAAqC;gBACrC,sGAAsG;gBACtG,uCAAuC;YACvC,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,6EAA6E;gBAC1F,mFAAmF;gBACnF,gGAAgG;gBAChG,qEAAqE;YACrE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,oGAAoG;gBACjH,6GAA6G;gBAC7G,yGAAyG;gBACzG,+GAA+G;gBAC/G,kHAAkH;gBAClH,8GAA8G;gBAC9G,+GAA+G;gBAC/G,uGAAuG;gBACvG,qHAAqH;gBACrH,0GAA0G;gBAC1G,sCAAsC;YACtC,IAAI,EAAE,SAAS;SAClB;KACJ;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,6FAA6F;YAC1G,OAAO,EAAE,sDAAsD;SAClE;QACD;YACI,WAAW,EAAE,oGAAoG;gBACjH,8GAA8G;YAC9G,OAAO,EAAE,8EAA8E;SAC1F;QACF;YACK,WAAW,EAAE,+FAA+F;gBAC5G,0FAA0F;YAC1F,OAAO,EAAE,wEAAwE;SACpF;KACJ;CACJ,CAAC"}
|
|
@@ -125,7 +125,7 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
|
|
|
125
125
|
const exception = {
|
|
126
126
|
name: "HistogramException",
|
|
127
127
|
header: endconerror,
|
|
128
|
-
message: "Cannot download the listing file from
|
|
128
|
+
message: "Cannot download the listing file from Endevor: \n" + error.mDetails.additionalDetails
|
|
129
129
|
};
|
|
130
130
|
throw exception;
|
|
131
131
|
}
|
|
@@ -133,7 +133,7 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
|
|
|
133
133
|
const exception = {
|
|
134
134
|
name: "HistogramException",
|
|
135
135
|
header: endconerror,
|
|
136
|
-
message: "An error occurred while connecting to the
|
|
136
|
+
message: "An error occurred while connecting to the Endevor web services: \n" + error.message
|
|
137
137
|
};
|
|
138
138
|
throw exception;
|
|
139
139
|
}
|
|
@@ -167,7 +167,7 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
|
|
|
167
167
|
const exception = {
|
|
168
168
|
name: "HistogramException",
|
|
169
169
|
header: "Endevor Data Error",
|
|
170
|
-
message: "No data in response from
|
|
170
|
+
message: "No data in response from Endevor."
|
|
171
171
|
};
|
|
172
172
|
throw exception;
|
|
173
173
|
}
|
|
@@ -207,7 +207,7 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
|
|
|
207
207
|
const exception = {
|
|
208
208
|
name: "HistogramException",
|
|
209
209
|
header: "Resource Access Error",
|
|
210
|
-
message: "The listing data set for the measurement is not registered with
|
|
210
|
+
message: "The listing data set for the measurement is not registered with MAT"
|
|
211
211
|
};
|
|
212
212
|
throw exception;
|
|
213
213
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Histogram.handler.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.handler.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Histogram.handler.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/codeview/Histogram/Histogram.handler.ts"],"names":[],"mappings":"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"}
|
|
@@ -50,7 +50,7 @@ exports.DB2ViewDefinition = {
|
|
|
50
50
|
name: "top",
|
|
51
51
|
description: "Specifies the maximum number of the top consuming DB2 statements " +
|
|
52
52
|
"that you want to obtain in the response (e.g., --top 5). If you specify --top 0, " +
|
|
53
|
-
"you get the list of all DB2 statements that
|
|
53
|
+
"you get the list of all DB2 statements that MAT has detected during the measurement." +
|
|
54
54
|
"The --top parameter is optional. Values: numbers between 0 and 300.",
|
|
55
55
|
type: "number"
|
|
56
56
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DB2View.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/db2/db2view/DB2View.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGU,QAAA,iBAAiB,GAAuB;IACjD,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,OAAO,EAAE,kBAAkB;IAC3B,WAAW,EAAE,8CAA8C;IAC3D,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,kBAAkB;IACvC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,mEAAmE;gBAChF,mFAAmF;gBACnF,
|
|
1
|
+
{"version":3,"file":"DB2View.definition.js","sourceRoot":"","sources":["../../../../../src/cli/monitor/db2/db2view/DB2View.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGU,QAAA,iBAAiB,GAAuB;IACjD,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,OAAO,EAAE,kBAAkB;IAC3B,WAAW,EAAE,8CAA8C;IAC3D,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,kBAAkB;IACvC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,8DAA8D;gBAC3E,iFAAiF;gBACjF,+BAA+B;YAC/B,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,mEAAmE;gBAChF,mFAAmF;gBACnF,sFAAsF;gBACtF,qEAAqE;YACrE,IAAI,EAAE,QAAQ;SACjB;KACJ;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,8CAA8C;YAC3D,OAAO,EAAE,aAAa;SACzB;QACD;YACI,WAAW,EAAE,0EAA0E;gBACvF,yDAAyD;YACzD,OAAO,EAAE,4BAA4B;SACxC;KACJ;CACJ,CAAC"}
|
|
@@ -40,7 +40,7 @@ const ListProfile_definition_1 = require("./listprofile/ListProfile.definition")
|
|
|
40
40
|
const ProfileDefinition = {
|
|
41
41
|
name: "profile",
|
|
42
42
|
summary: "Manage monitor profiles",
|
|
43
|
-
description: "Create, invoke, and list
|
|
43
|
+
description: "Create, invoke, and list MAT monitor profiles.",
|
|
44
44
|
type: "group",
|
|
45
45
|
children: [InvokeProfile_definition_1.InvokeDefinition, CreateProfile_definition_1.CreateDefinition, ListProfile_definition_1.ListProfileDefinition]
|
|
46
46
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.definition.js","sourceRoot":"","sources":["../../../src/cli/profile/Profile.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH;;;;;;;;;;;;GAYG;AACH,gFAAqE;AACrE,gFAAqE;AACrE,iFAA6E;AAC7E,MAAM,iBAAiB,GAAuB;IAC1C,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,yBAAyB;IAClC,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"Profile.definition.js","sourceRoot":"","sources":["../../../src/cli/profile/Profile.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH;;;;;;;;;;;;GAYG;AACH,gFAAqE;AACrE,gFAAqE;AACrE,iFAA6E;AAC7E,MAAM,iBAAiB,GAAuB;IAC1C,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,yBAAyB;IAClC,WAAW,EAAE,gDAAgD;IAC7D,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,2CAAgB,EAAE,2CAAgB,EAAE,8CAAqB,CAAC;CACxE,CAAC;AAEF,iBAAS,iBAAiB,CAAC"}
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
*/
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.CreateDefinition = void 0;
|
|
26
|
-
const cremsg = "alphanumeric
|
|
26
|
+
const cremsg = "alphanumeric (A-Z capitals only and 0-9), national (#, $, @), and wildcards (* or %).";
|
|
27
27
|
exports.CreateDefinition = {
|
|
28
28
|
name: "create",
|
|
29
29
|
aliases: ["cr"],
|
|
30
|
-
summary: "Create a
|
|
31
|
-
description: "Create a
|
|
30
|
+
summary: "Create a MAT monitor profile",
|
|
31
|
+
description: "Create a MAT monitor profile.",
|
|
32
32
|
type: "command",
|
|
33
33
|
handler: __dirname + "/CreateProfile.handler",
|
|
34
34
|
profile: {
|
|
@@ -37,7 +37,7 @@ exports.CreateDefinition = {
|
|
|
37
37
|
options: [
|
|
38
38
|
{
|
|
39
39
|
name: "profile",
|
|
40
|
-
description: "Specifies the name of the profile that you create in
|
|
40
|
+
description: "Specifies the name of the profile that you create in MAT (e.g. PROFILE1). " +
|
|
41
41
|
"Values: 1 to 8 characters, a combination of alphanumeric and national characters (A-Z, 0-9, and @), " +
|
|
42
42
|
"the first character must be an alphabetic or @. The profile name must not contain characters # and $.",
|
|
43
43
|
type: "string",
|
|
@@ -46,7 +46,7 @@ exports.CreateDefinition = {
|
|
|
46
46
|
{
|
|
47
47
|
name: "jobname",
|
|
48
48
|
description: "Specifies the name of the job that you want to measure (e.g. JOB1). " +
|
|
49
|
-
"Values: 1 to 8 characters,
|
|
49
|
+
"Values: 1 to 8 characters, alphanumeric (A-Z capitals only and 0-9), national (#, $, @), and wildcards (* or %).",
|
|
50
50
|
type: "string",
|
|
51
51
|
required: true
|
|
52
52
|
},
|
|
@@ -74,15 +74,15 @@ exports.CreateDefinition = {
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
name: "mondsn",
|
|
77
|
-
description: "Specifies
|
|
77
|
+
description: "Specifies the monitor data set name where MAT saves the measurement (e.g. DEMO.MAT.MONITOR). " +
|
|
78
78
|
"Values: data set name pattern, maximum 46 characters. " +
|
|
79
|
-
"If not specified, your default
|
|
79
|
+
"If not specified, your default MAT monitor DSN pattern is applied.",
|
|
80
80
|
type: "string",
|
|
81
81
|
required: false
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
name: "stepname",
|
|
85
|
-
description: "Specifies the
|
|
85
|
+
description: "Specifies the name of the job step to monitor. Values: maximum 8 characters, " +
|
|
86
86
|
cremsg,
|
|
87
87
|
type: "string",
|
|
88
88
|
required: false
|
|
@@ -97,14 +97,14 @@ exports.CreateDefinition = {
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
name: "procstep",
|
|
100
|
-
description: "Specifies the
|
|
100
|
+
description: "Specifies the name of the procedure step. Values: maximum 8 characters, " +
|
|
101
101
|
cremsg,
|
|
102
102
|
type: "string",
|
|
103
103
|
required: false
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
name: "program",
|
|
107
|
-
description: "Specifies the name of the program to monitor. Values: maximum 8 characters,
|
|
107
|
+
description: "Specifies the name of the program to monitor. Values: maximum 8 characters, " +
|
|
108
108
|
cremsg,
|
|
109
109
|
type: "string",
|
|
110
110
|
required: false
|
|
@@ -127,14 +127,14 @@ exports.CreateDefinition = {
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
name: "tasklib",
|
|
130
|
-
description: "Specifies
|
|
130
|
+
description: "Specifies an additional DD name for load modules. Values: maximum 8 characters, " +
|
|
131
131
|
cremsg,
|
|
132
132
|
type: "string",
|
|
133
133
|
required: false
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
name: "samplecnt",
|
|
137
|
-
description: "Specifies the number of observations requested. Values:
|
|
137
|
+
description: "Specifies the number of observations requested. Values: maximum 6 characters, " +
|
|
138
138
|
"numbers between 10 and 999999.",
|
|
139
139
|
type: "string",
|
|
140
140
|
required: false,
|
|
@@ -142,7 +142,7 @@ exports.CreateDefinition = {
|
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
name: "succnt",
|
|
145
|
-
description: "Specifies the maximum number of monitors to run per
|
|
145
|
+
description: "Specifies the maximum number of monitors to run per job execution. " +
|
|
146
146
|
"Values: maximum 4 characters, numbers between 1 and 9999.",
|
|
147
147
|
type: "string",
|
|
148
148
|
required: false,
|
|
@@ -151,7 +151,7 @@ exports.CreateDefinition = {
|
|
|
151
151
|
{
|
|
152
152
|
name: "reccnt",
|
|
153
153
|
description: "Specifies the number of times this job step will be monitored. " +
|
|
154
|
-
"Values:
|
|
154
|
+
"Values: maximum 4 characters, numbers between 1 and 9999.",
|
|
155
155
|
type: "string",
|
|
156
156
|
required: false,
|
|
157
157
|
defaultValue: "1"
|
|
@@ -159,72 +159,72 @@ exports.CreateDefinition = {
|
|
|
159
159
|
{
|
|
160
160
|
name: "sampdelay",
|
|
161
161
|
description: "Specifies the delay monitoring time in seconds after the step start. " +
|
|
162
|
-
"Values:
|
|
162
|
+
"Values: maximum 4 characters, numbers between 0 and 9999.",
|
|
163
163
|
type: "string",
|
|
164
164
|
required: false,
|
|
165
165
|
defaultValue: "0"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
name: "userexit1",
|
|
169
|
-
description: "Specifies the name for the call user written Data Base. Values: maximum 8 characters,
|
|
170
|
-
"alphanumeric
|
|
169
|
+
description: "Specifies the name for the call user written Data Base. Values: maximum 8 characters, " +
|
|
170
|
+
"alphanumeric (A-Z capitals only and 0-9), national (#, $, @), and wildcards (* or %) (e.g. DBEXIT1).",
|
|
171
171
|
type: "string",
|
|
172
172
|
required: false
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
name: "userexit2",
|
|
176
176
|
description: "Specifies the name 1 for the call user written 4GL exit programs for this monitor . " +
|
|
177
|
-
"Values: maximum 8 characters,
|
|
178
|
-
"and
|
|
177
|
+
"Values: maximum 8 characters, alphanumeric (A-Z capitals only and 0-9), national (#, $, @), " +
|
|
178
|
+
"and wildcards (* or %) (e.g. UEXIT1).",
|
|
179
179
|
type: "string",
|
|
180
180
|
required: false
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
name: "userexit3",
|
|
184
184
|
description: "Specifies the name 2 for the call user written 4GL exit programs for this monitor . " +
|
|
185
|
-
"Values: maximum 8 characters,
|
|
186
|
-
"and
|
|
185
|
+
"Values: maximum 8 characters, alphanumeric (A-Z capitals only and 0-9), national (#, $, @), " +
|
|
186
|
+
"and wildcards (* or %) (e.g. UEXIT2).",
|
|
187
187
|
type: "string",
|
|
188
188
|
required: false
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
name: "inctask",
|
|
192
|
-
description: "Specifies the task name
|
|
192
|
+
description: "Specifies the task name to define the tasks that you want to sample in a multitasking " +
|
|
193
193
|
"environment and restrict monitoring to the specific subtask within the address space. " +
|
|
194
|
-
"Values: a comma separated list of up to 4 values is allowed, maximum 8 characters each,
|
|
195
|
-
"alphanumeric
|
|
194
|
+
"Values: a comma separated list of up to 4 values is allowed, maximum 8 characters each, " +
|
|
195
|
+
"alphanumeric (A-Z capitals only and 0-9), national (#, $, @), and wildcards (* or %) (e.g. INC31,INC32).",
|
|
196
196
|
type: "string",
|
|
197
197
|
required: false
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
name: "exctask",
|
|
201
201
|
description: "Specifies the task name to omit from sampling in a multitasking environment " +
|
|
202
|
-
"Values: a comma separated list of up to 4 values is allowed, max. 8 characters each,
|
|
203
|
-
"alphanumeric
|
|
202
|
+
"Values: a comma separated list of up to 4 values is allowed, max. 8 characters each, " +
|
|
203
|
+
"alphanumeric (A-Z capitals only and 0-9), national (#, $, @), and wildcards (* or %) (e.g. EXC31,EXC32).",
|
|
204
204
|
type: "string",
|
|
205
205
|
required: false
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
name: "tran",
|
|
209
|
-
description: "Specifies
|
|
210
|
-
"Values: a comma separated list of up to 4 values is allowed, maximum 8 characters each,
|
|
211
|
-
"alphanumeric
|
|
209
|
+
description: "Specifies the CICS transaction code name to monitor ." +
|
|
210
|
+
"Values: a comma separated list of up to 4 values is allowed, maximum 8 characters each, " +
|
|
211
|
+
"alphanumeric (A-Z capitals only and 0-9), national (#, $, @), and wildcards (* or +) (e.g. TRAN1,TRAN2).",
|
|
212
212
|
type: "string",
|
|
213
213
|
required: false
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
name: "term",
|
|
217
|
-
description: "Specifies
|
|
218
|
-
"values is allowed, maximum 8 characters each,
|
|
219
|
-
"national (#, $, @),
|
|
217
|
+
description: "Specifies the CICS terminal IDs to monitor. Values: a comma separated list of up to 4 " +
|
|
218
|
+
"values is allowed, maximum 8 characters each, alphanumeric (A-Z capitals only and 0-9), " +
|
|
219
|
+
"national (#, $, @), and wildcards (* or +) (e.g. TERM1,TERM2).",
|
|
220
220
|
type: "string",
|
|
221
221
|
required: false
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
name: "userid",
|
|
225
|
-
description: "Specifies
|
|
226
|
-
"values is allowed, maximum 8 characters each,
|
|
227
|
-
"national (#, $, @),
|
|
225
|
+
description: "Specifies the CICS user IDs to monitor. Values: Values: a comma separated list of up to 4 " +
|
|
226
|
+
"values is allowed, maximum 8 characters each, alphanumeric (A-Z capitals only and 0-9), " +
|
|
227
|
+
"national (#, $, @), and wildcards (* or +) (e.g. USER1,USER2).",
|
|
228
228
|
type: "string",
|
|
229
229
|
required: false
|
|
230
230
|
},
|
|
@@ -238,8 +238,8 @@ exports.CreateDefinition = {
|
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
name: "db2ctsql",
|
|
241
|
-
description: "Indicates
|
|
242
|
-
"If you specify
|
|
241
|
+
description: "Indicates whether the Collect SQL from Catalog option is enabled for DB2 SQL statements." +
|
|
242
|
+
"If you specify db2expl=yes, then db2ctsql must be also set to yes.",
|
|
243
243
|
type: "string",
|
|
244
244
|
required: false,
|
|
245
245
|
allowableValues: { values: ["yes", "no"] },
|
|
@@ -247,7 +247,7 @@ exports.CreateDefinition = {
|
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
name: "db2hvloc",
|
|
250
|
-
description: "Indicates
|
|
250
|
+
description: "Indicates whether the Requestor Location option is enabled for DB2 measurements.",
|
|
251
251
|
type: "string",
|
|
252
252
|
required: false,
|
|
253
253
|
allowableValues: { values: ["yes", "no"] },
|
|
@@ -255,7 +255,7 @@ exports.CreateDefinition = {
|
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
name: "db2hvcor",
|
|
258
|
-
description: "Indicates
|
|
258
|
+
description: "Indicates whether the Correlation ID option for SQL statements is enabled for DB2 measurements.",
|
|
259
259
|
type: "string",
|
|
260
260
|
required: false,
|
|
261
261
|
allowableValues: { values: ["yes", "no"] },
|
|
@@ -263,7 +263,7 @@ exports.CreateDefinition = {
|
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
name: "db2hviid",
|
|
266
|
-
description: "Indicates
|
|
266
|
+
description: "Indicates whether the Operator ID option for SQL statements is enabled for DB2 measurements.",
|
|
267
267
|
type: "string",
|
|
268
268
|
required: false,
|
|
269
269
|
allowableValues: { values: ["yes", "no"] },
|
|
@@ -271,7 +271,7 @@ exports.CreateDefinition = {
|
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
name: "db2hvthd",
|
|
274
|
-
description: "Indicates
|
|
274
|
+
description: "Indicates whether the Thread Address option for SQL statements is enabled for DB2 measurements.",
|
|
275
275
|
type: "string",
|
|
276
276
|
required: false,
|
|
277
277
|
allowableValues: { values: ["yes", "no"] },
|
|
@@ -304,7 +304,7 @@ exports.CreateDefinition = {
|
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
name: "schedule",
|
|
307
|
-
description: "Specifies
|
|
307
|
+
description: "Specifies the name of the schedule that you want to apply to the monitor profile " +
|
|
308
308
|
"(maximum 8 characters).",
|
|
309
309
|
type: "string",
|
|
310
310
|
required: false
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProfile.definition.js","sourceRoot":"","sources":["../../../../src/cli/profile/create/CreateProfile.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGH,MAAM,MAAM,GAAG,uFAAuF,CAAC;AAC1F,QAAA,gBAAgB,GAAuB;IAChD,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"CreateProfile.definition.js","sourceRoot":"","sources":["../../../../src/cli/profile/create/CreateProfile.definition.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,8 +27,8 @@ const invkmsg = "Invoke the PROFILE1 monitor profile to measure job JOB1 that ru
|
|
|
27
27
|
exports.InvokeDefinition = {
|
|
28
28
|
name: "invoke",
|
|
29
29
|
aliases: ["ivk"],
|
|
30
|
-
summary: "Invoke a
|
|
31
|
-
description: "Invoke a
|
|
30
|
+
summary: "Invoke a MAT monitor profile",
|
|
31
|
+
description: "Invoke a MAT monitor profile to start measurement.",
|
|
32
32
|
handler: __dirname + "/InvokeProfile.handler",
|
|
33
33
|
type: "command",
|
|
34
34
|
profile: {
|
|
@@ -37,7 +37,7 @@ exports.InvokeDefinition = {
|
|
|
37
37
|
options: [
|
|
38
38
|
{
|
|
39
39
|
name: "profile",
|
|
40
|
-
description: "Specifies the name of the profile in
|
|
40
|
+
description: "Specifies the name of the profile in MAT that you invoke (e.g. PROFILE1). " +
|
|
41
41
|
"Values: 1 to 8 characters, a combination of alphanumeric and national " +
|
|
42
42
|
"characters (A-Z, 0-9, and @), the first character must be an alphabetic or @. " +
|
|
43
43
|
"The profile name must not contain characters # and $.",
|
|
@@ -54,9 +54,9 @@ exports.InvokeDefinition = {
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
name: "mondsn",
|
|
57
|
-
description: "Specifies the monitor data set name where
|
|
57
|
+
description: "Specifies the monitor data set name where MAT saves the measurement (e.g. DEMO.MAT.MONITOR). " +
|
|
58
58
|
"Values: data set name pattern, maximum 46 characters. " +
|
|
59
|
-
"If not specified, your default
|
|
59
|
+
"If not specified, your default MAT monitor DSN pattern is applied.",
|
|
60
60
|
type: "string",
|
|
61
61
|
required: false
|
|
62
62
|
},
|
|
@@ -86,10 +86,10 @@ exports.InvokeDefinition = {
|
|
|
86
86
|
{
|
|
87
87
|
name: "listing",
|
|
88
88
|
description: "Activates automated registration of Cobol, C/C++, and Assembler program listings " +
|
|
89
|
-
"through
|
|
90
|
-
"the --listing parameter, the
|
|
89
|
+
"through Endevor® footprints. After completion of the measurement that you invoke with " +
|
|
90
|
+
"the --listing parameter, the MAT Analyze plug-in for Zowe CLI automatically " +
|
|
91
91
|
"retrieves the program listing that is associated with the monitored job and registers the " +
|
|
92
|
-
"listing with
|
|
92
|
+
"listing with MAT. A registered program listing enhances the analysis possibilities of the " +
|
|
93
93
|
"\'codeview histogram\' command the \'codeview histogram\' command and enables you to " +
|
|
94
94
|
"inspect the source code statements that are associated with specific modules and CSECTs.",
|
|
95
95
|
type: "boolean",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvokeProfile.definition.js","sourceRoot":"","sources":["../../../../src/cli/profile/invoke/InvokeProfile.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGH,MAAM,OAAO,GAAG,uFAAuF,CAAC;AAC3F,QAAA,gBAAgB,GAAuB;IAChD,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"InvokeProfile.definition.js","sourceRoot":"","sources":["../../../../src/cli/profile/invoke/InvokeProfile.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGH,MAAM,OAAO,GAAG,uFAAuF,CAAC;AAC3F,QAAA,gBAAgB,GAAuB;IAChD,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,8BAA8B;IACvC,WAAW,EAAE,oDAAoD;IACjE,OAAO,EAAE,SAAS,GAAG,wBAAwB;IAC7C,IAAI,EAAE,SAAS;IACf,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,KAAK,CAAC;KACpB;IACD,OAAO,EAAE;QACL;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,4EAA4E;gBACzF,wEAAwE;gBACxE,gFAAgF;gBAChF,uDAAuD;YACvD,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,4DAA4D;gBACzE,uEAAuE;gBACvE,6CAA6C;YAC7C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACjB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,+FAA+F;gBAC5G,wDAAwD;gBACxD,oEAAoE;YACpE,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SAClB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,0CAA0C;gBACvD,0FAA0F;gBAC1F,wFAAwF;gBACxF,uEAAuE;YACvE,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,qFAAqF;gBAClG,6EAA6E;YAC7E,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SAClB;QACD;YACI,IAAI,EAAE,cAAc;YACpB,WAAW,EAAE,kFAAkF;gBAC/F,6EAA6E;YAC7E,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SAClB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,mFAAmF;gBAChG,wFAAwF;gBACxF,8EAA8E;gBAC9E,4FAA4F;gBAC5F,4FAA4F;gBAC5F,wFAAwF;gBACxF,0FAA0F;YAC1F,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,KAAK;SAClB;KACJ;IACD,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,OAAO;YACpB,OAAO,EAAE,kDAAkD;SAC9D;QACD;YACI,WAAW,EAAE,OAAO;gBACpB,2EAA2E;YAC3E,OAAO,EAAE,qFAAqF;SACjG;QACD;YACI,WAAW,EAAE,OAAO;gBACpB,kCAAkC;YAClC,OAAO,EAAE,4DAA4D;SACxE;KACJ;CACJ,CAAC"}
|
|
@@ -22,7 +22,7 @@ export declare class MATSession {
|
|
|
22
22
|
*/
|
|
23
23
|
static MAT_CLI_USERNAME: ICommandOptionDefinition;
|
|
24
24
|
/**
|
|
25
|
-
* Option used in profile creation and commands for protocol for
|
|
25
|
+
* Option used in profile creation and commands for protocol for MAT
|
|
26
26
|
*/
|
|
27
27
|
static MAT_CLI_PASSWORD: ICommandOptionDefinition;
|
|
28
28
|
/**
|
|
@@ -31,7 +31,7 @@ export declare class MATSession {
|
|
|
31
31
|
static MAT_CLI_ZOWEDISCOVERABLE: ICommandOptionDefinition;
|
|
32
32
|
static MAT_CLI_LISTINGDIR: ICommandOptionDefinition;
|
|
33
33
|
/**
|
|
34
|
-
* Options related to connecting to
|
|
34
|
+
* Options related to connecting to MAT
|
|
35
35
|
* These options can be filled in if the user creates a profile
|
|
36
36
|
*/
|
|
37
37
|
static PMA_CONNECTION_OPTIONS: ICommandOptionDefinition[];
|
|
@@ -37,7 +37,7 @@ MATSession.MAT_CONNECTION_OPTION_GROUP = "MAT Profile Options";
|
|
|
37
37
|
MATSession.MAT_REST_PROTOCOL = {
|
|
38
38
|
name: "protocol",
|
|
39
39
|
aliases: ["prt"],
|
|
40
|
-
description: "Specifies the protocol defined for the
|
|
40
|
+
description: "Specifies the protocol defined for the MAT REST API server (http or https).",
|
|
41
41
|
type: "string",
|
|
42
42
|
required: true,
|
|
43
43
|
allowableValues: { values: ["http", "https"] },
|
|
@@ -49,7 +49,7 @@ MATSession.MAT_REST_PROTOCOL = {
|
|
|
49
49
|
MATSession.MAT_REST_HOSTNAME = {
|
|
50
50
|
name: "hostname",
|
|
51
51
|
aliases: ["hn"],
|
|
52
|
-
description: "Specifies the hostname or IP address defined for the
|
|
52
|
+
description: "Specifies the hostname or IP address defined for the MAT REST API server (e.g. 127.0.0.0 or localhost).",
|
|
53
53
|
type: "string",
|
|
54
54
|
required: true,
|
|
55
55
|
group: MATSession.MAT_CONNECTION_OPTION_GROUP
|
|
@@ -77,7 +77,7 @@ MATSession.MAT_CLI_USERNAME = {
|
|
|
77
77
|
group: MATSession.MAT_CONNECTION_OPTION_GROUP
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
|
-
* Option used in profile creation and commands for protocol for
|
|
80
|
+
* Option used in profile creation and commands for protocol for MAT
|
|
81
81
|
*/
|
|
82
82
|
MATSession.MAT_CLI_PASSWORD = {
|
|
83
83
|
name: "password",
|
|
@@ -95,7 +95,7 @@ MATSession.MAT_CLI_ZOWEDISCOVERABLE = {
|
|
|
95
95
|
aliases: ["zdis"],
|
|
96
96
|
description: "Specifies whether you want to use Zowe API Mediation Layer to process the commands for this profile. " +
|
|
97
97
|
"Set \'--zowediscoverable true\' only if you have configured the Zowe API Mediation Layer properties in your " +
|
|
98
|
-
"
|
|
98
|
+
"MAT REST API server settings.",
|
|
99
99
|
type: "boolean",
|
|
100
100
|
required: true,
|
|
101
101
|
allowableValues: { values: ["false", "true"] },
|
|
@@ -105,20 +105,20 @@ MATSession.MAT_CLI_LISTINGDIR = {
|
|
|
105
105
|
name: "listingDir",
|
|
106
106
|
aliases: ["ldir"],
|
|
107
107
|
description: "Specifies the directory where you want to store the registered program listings (e.g. \'c:\\listings\') " +
|
|
108
|
-
"for your immediate source code inspection. You can use the advantage of automated listing registration with
|
|
109
|
-
"and listing retrieval through
|
|
110
|
-
"When a source program listing is registered with
|
|
108
|
+
"for your immediate source code inspection. You can use the advantage of automated listing registration with MAT " +
|
|
109
|
+
"and listing retrieval through Endevor® footprints for Cobol, C/C++, and Assembler programs. " +
|
|
110
|
+
"When a source program listing is registered with MAT, you can enhance the histogram analysis " +
|
|
111
111
|
"data with the program listing details that pertain to the specific CSECT and program statement. The listing " +
|
|
112
112
|
"is transfered to the specified directory, which enables you to navigate directly to the line of the source code " +
|
|
113
113
|
"in you VS Code IDE and inspect the program statement. To use the listing retrieval option through " +
|
|
114
|
-
"
|
|
115
|
-
"
|
|
114
|
+
"Endevor® footprints, you need to have the Endevor® Web Services installed and configured and specify the " +
|
|
115
|
+
"Endevor® web server details in the MAT database configuration.",
|
|
116
116
|
type: "string",
|
|
117
117
|
required: false,
|
|
118
118
|
group: MATSession.MAT_CONNECTION_OPTION_GROUP
|
|
119
119
|
};
|
|
120
120
|
/**
|
|
121
|
-
* Options related to connecting to
|
|
121
|
+
* Options related to connecting to MAT
|
|
122
122
|
* These options can be filled in if the user creates a profile
|
|
123
123
|
*/
|
|
124
124
|
MATSession.PMA_CONNECTION_OPTIONS = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MATSession.js","sourceRoot":"","sources":["../../../src/cli/session/MATSession.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAIH;;;GAGG;AACH,MAAa,UAAU;;AAAvB,gCA4GC;AA1Ge,sCAA2B,GAAG,qBAAqB,CAAC;AAClE;;GAEG;AACW,4BAAiB,GAA6B;IAC1D,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"MATSession.js","sourceRoot":"","sources":["../../../src/cli/session/MATSession.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAIH;;;GAGG;AACH,MAAa,UAAU;;AAAvB,gCA4GC;AA1Ge,sCAA2B,GAAG,qBAAqB,CAAC;AAClE;;GAEG;AACW,4BAAiB,GAA6B;IAC1D,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,WAAW,EAAE,6EAA6E;IAC1F,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,IAAI;IACd,eAAe,EAAG,EAAE,MAAM,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE;IAC/C,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AAEF;;GAEG;AACW,4BAAiB,GAA6B;IAC1D,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,WAAW,EAAE,yGAAyG;IACtH,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AAEF;;GAEG;AACW,wBAAa,GAA6B;IACtD,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,WAAW,EAAE,wCAAwC;IACrD,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AAEF;;GAEG;AACW,2BAAgB,GAA6B;IACzD,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,WAAW,EAAE,0BAA0B;IACvC,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AAEF;;GAEG;AACW,2BAAgB,GAA6B;IACzD,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,WAAW,EAAE,0BAA0B;IACvC,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AAEF;;GAEG;AACW,mCAAwB,GAA6B;IACjE,IAAI,EAAE,kBAAkB;IACxB,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,WAAW,EAAE,uGAAuG;QACpH,8GAA8G;QAC9G,+BAA+B;IAC/B,IAAI,EAAE,SAAS;IACf,QAAQ,EAAE,IAAI;IACd,eAAe,EAAG,EAAE,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE;IAC/C,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AACY,6BAAkB,GAA6B;IAC3D,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,WAAW,EAAE,0GAA0G;QACvH,kHAAkH;QAClH,8FAA8F;QAC9F,+FAA+F;QAC/F,8GAA8G;QAC9G,kHAAkH;QAClH,oGAAoG;QACpG,2GAA2G;QAC3G,gEAAgE;IAChE,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,KAAK;IACf,KAAK,EAAE,UAAU,CAAC,2BAA2B;CAC9C,CAAC;AAEF;;;GAGG;AACW,iCAAsB,GAA+B;IACjE,UAAU,CAAC,iBAAiB;IAC5B,UAAU,CAAC,iBAAiB;IAC5B,UAAU,CAAC,aAAa;IACxB,UAAU,CAAC,gBAAgB;IAC3B,UAAU,CAAC,gBAAgB;IAC3B,UAAU,CAAC,wBAAwB;IACnC,UAAU,CAAC,kBAAkB;CAC9B,CAAC"}
|
package/lib/imperative.js
CHANGED
|
@@ -25,19 +25,19 @@ const MATSession_1 = require("./cli/session/MATSession");
|
|
|
25
25
|
const config = {
|
|
26
26
|
commandModuleGlobs: ["**/cli/*/*.definition!(.d).*s"],
|
|
27
27
|
pluginHealthCheck: __dirname + "/healthCheck.Handler",
|
|
28
|
-
pluginSummary: "Manage monitor profiles and analyze the measurement data using
|
|
28
|
+
pluginSummary: "Manage monitor profiles and analyze the measurement data using MAT",
|
|
29
29
|
pluginAliases: ["mat"],
|
|
30
|
-
rootCommandDescription: "The
|
|
31
|
-
"and get the measurement analysis data using
|
|
32
|
-
productDisplayName: "
|
|
30
|
+
rootCommandDescription: "The MAT Analyze plug-in for ZOWE CLI enables you to manage monitor profiles " +
|
|
31
|
+
"and get the measurement analysis data using Mainframe Application Tuner (MAT)",
|
|
32
|
+
productDisplayName: "MAT Analyze Plug-in for Zowe CLI",
|
|
33
33
|
name: "mat",
|
|
34
34
|
profiles: [
|
|
35
35
|
{
|
|
36
36
|
type: "mat",
|
|
37
37
|
schema: {
|
|
38
38
|
type: "object",
|
|
39
|
-
title: "
|
|
40
|
-
description: "
|
|
39
|
+
title: "MAT Analyze CLI profile schema",
|
|
40
|
+
description: "MAT Analyze CLI profile schema.",
|
|
41
41
|
properties: {
|
|
42
42
|
protocol: {
|
|
43
43
|
optionDefinition: MATSession_1.MATSession.MAT_REST_PROTOCOL,
|
|
@@ -75,13 +75,13 @@ const config = {
|
|
|
75
75
|
createProfileExamples: [
|
|
76
76
|
{
|
|
77
77
|
options: "matprofile --prt http --hn localhost --pt 1234 --user user --pass pass --zowediscoverable true",
|
|
78
|
-
description: "Create a MAT profile called \'matprofile\' using your
|
|
79
|
-
"with the
|
|
78
|
+
description: "Create a MAT profile called \'matprofile\' using your MAT configuration and REST API details, " +
|
|
79
|
+
"with the MAT REST API server integrated with the Zowe API Mediation Layer"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
options: "matprofile --prt http --hn localhost --pt 1234 --user user --pass pass --zowediscoverable false --listingDir \'c:\\listings\'",
|
|
83
|
-
description: "Create a MAT profile called \'matprofile\' using your
|
|
84
|
-
"
|
|
83
|
+
description: "Create a MAT profile called \'matprofile\' using your MAT configuration and the details of the " +
|
|
84
|
+
"MAT REST API server without integration with the Zowe API Mediation Layer," +
|
|
85
85
|
"and define the \'c:\\listings\' directory to store program listings for instant analysis from your VS Code IDE"
|
|
86
86
|
},
|
|
87
87
|
]
|
package/lib/imperative.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"imperative.js","sourceRoot":"","sources":["../src/imperative.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,yDAAsD;AAEtD,MAAM,MAAM,GAAsB;IAC9B,kBAAkB,EAAE,CAAC,+BAA+B,CAAC;IACrD,iBAAiB,EAAE,SAAS,GAAG,sBAAsB;IACrD,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"imperative.js","sourceRoot":"","sources":["../src/imperative.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,yDAAsD;AAEtD,MAAM,MAAM,GAAsB;IAC9B,kBAAkB,EAAE,CAAC,+BAA+B,CAAC;IACrD,iBAAiB,EAAE,SAAS,GAAG,sBAAsB;IACrD,aAAa,EAAE,oEAAoE;IACnF,aAAa,EAAE,CAAC,KAAK,CAAC;IACtB,sBAAsB,EAAE,8EAA8E;QACtG,+EAA+E;IAC/E,kBAAkB,EAAE,kCAAkC;IACtD,IAAI,EAAE,KAAK;IACX,QAAQ,EAAE;QACN;YACE,IAAI,EAAE,KAAK;YACX,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,gCAAgC;gBACvC,WAAW,EAAE,iCAAiC;gBAC9C,UAAU,EAAE;oBACV,QAAQ,EAAE;wBACR,gBAAgB,EAAE,uBAAU,CAAC,iBAAiB;wBAC9C,IAAI,EAAE,QAAQ;qBACf;oBACD,QAAQ,EAAE;wBACR,gBAAgB,EAAE,uBAAU,CAAC,iBAAiB;wBAC9C,IAAI,EAAE,QAAQ;qBACf;oBACD,IAAI,EAAE;wBACJ,gBAAgB,EAAE,uBAAU,CAAC,aAAa;wBAC1C,IAAI,EAAE,QAAQ;qBACf;oBACD,QAAQ,EAAE;wBACR,gBAAgB,EAAE,uBAAU,CAAC,gBAAgB;wBAC7C,IAAI,EAAE,QAAQ;wBACd,MAAM,EAAE,IAAI;qBACb;oBACD,QAAQ,EAAE;wBACR,gBAAgB,EAAE,uBAAU,CAAC,gBAAgB;wBAC7C,IAAI,EAAE,QAAQ;wBACd,MAAM,EAAE,IAAI;qBACb;oBACD,gBAAgB,EAAE;wBAChB,gBAAgB,EAAE,uBAAU,CAAC,wBAAwB;wBACrD,IAAI,EAAE,SAAS;qBAChB;oBACD,UAAU,EAAE;wBACV,gBAAgB,EAAE,uBAAU,CAAC,kBAAkB;wBAC/C,IAAI,EAAE,QAAQ;qBACf;iBACF;gBACD,QAAQ,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,kBAAkB,CAAC;aACvF;YACD,qBAAqB,EAAE;gBACvB;oBACE,OAAO,EAAE,gGAAgG;oBACzG,WAAW,EAAE,gGAAgG;wBAC3G,2EAA2E;iBAC9E;gBACD;oBACE,OAAO,EAAE,+HAA+H;oBACxI,WAAW,EAAE,iGAAiG;wBAC5G,4EAA4E;wBAC5E,gHAAgH;iBACnH;aACA;SACF;KACJ;CACJ,CAAC;AAEF,iBAAS,MAAM,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broadcom/mat-analyze-for-zowe-cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.9",
|
|
4
|
+
"description": "MAT Analyze Plug-in for Zowe CLI",
|
|
5
5
|
"repository": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"files": [
|
|
@@ -32,8 +32,7 @@
|
|
|
32
32
|
"object-mapper": "6.2.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@zowe/cli": "^6.13.0"
|
|
36
|
-
"@zowe/imperative": "^4.8.0"
|
|
35
|
+
"@zowe/cli": "^6.13.0"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
39
38
|
"@types/config": "0.0.34",
|