@broadcom/mat-analyze-for-zowe-cli 1.0.6 → 1.0.10

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/README.md +39 -39
  3. package/lib/cli/monitor/Monitor.definition.js +1 -1
  4. package/lib/cli/monitor/Monitor.definition.js.map +1 -1
  5. package/lib/cli/monitor/codeview/Histogram/Histogram.definition.js +5 -5
  6. package/lib/cli/monitor/codeview/Histogram/Histogram.definition.js.map +1 -1
  7. package/lib/cli/monitor/codeview/Histogram/Histogram.handler.js +8 -8
  8. package/lib/cli/monitor/codeview/Histogram/Histogram.handler.js.map +1 -1
  9. package/lib/cli/monitor/db2/db2view/DB2View.definition.js +1 -1
  10. package/lib/cli/monitor/db2/db2view/DB2View.definition.js.map +1 -1
  11. package/lib/cli/profile/Profile.definition.js +1 -1
  12. package/lib/cli/profile/Profile.definition.js.map +1 -1
  13. package/lib/cli/profile/create/CreateProfile.definition.js +46 -45
  14. package/lib/cli/profile/create/CreateProfile.definition.js.map +1 -1
  15. package/lib/cli/profile/create/CreateProfile.handler.d.ts +2 -0
  16. package/lib/cli/profile/create/CreateProfile.handler.js +140 -96
  17. package/lib/cli/profile/create/CreateProfile.handler.js.map +1 -1
  18. package/lib/cli/profile/invoke/InvokeProfile.definition.js +12 -11
  19. package/lib/cli/profile/invoke/InvokeProfile.definition.js.map +1 -1
  20. package/lib/cli/session/MATSession.d.ts +2 -2
  21. package/lib/cli/session/MATSession.js +10 -10
  22. package/lib/cli/session/MATSession.js.map +1 -1
  23. package/lib/handlers/AbstractGetHandler.js +20 -24
  24. package/lib/handlers/AbstractGetHandler.js.map +1 -1
  25. package/lib/handlers/AbstractRestHandler.js +0 -1
  26. package/lib/handlers/AbstractRestHandler.js.map +1 -1
  27. package/lib/imperative.js +10 -10
  28. package/lib/imperative.js.map +1 -1
  29. package/lib/index.js +6 -2
  30. package/lib/index.js.map +1 -1
  31. package/package.json +23 -14
package/CHANGELOG.md CHANGED
@@ -1,9 +1,20 @@
1
1
  # Change log
2
2
  All notable changes to this project are documented in this file.
3
3
 
4
- ## Recent Changes
4
+ ## `1.0.10`
5
+ - Dependencies fix
5
6
 
6
- - Fixing vulnerabilities. [#50](https://github.gwd.broadcom.net/MFD/mat-analyze-for-zowe-cli/pull/50)
7
+ ## `1.0.9`
8
+ - Dependencies fix
9
+
10
+ ## `1.0.8`
11
+ - Rebranding updates
12
+
13
+ ## `1.0.7`
14
+ - Security updates
15
+
16
+ ## `1.0.6`
17
+ - Issue resolution for correct boolean datatype for zowediscoverable/zdis parameter.
7
18
 
8
19
  ## `1.0.6`
9
20
  - Issue resolution for correct boolean datatype for zowediscoverable/zdis parameter.
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
- # CA MAT Analyze Plug-in for Zowe CLI
4
- The CA MAT Analyze plug-in for Zowe CLI provides access to CA Mainframe Application Tuner (CA MAT) functionality. The plug-in ensures interaction with CA MAT and enables you to measure your mainframe applications and get the analysis data in the form of CA MAT analysis views using Zowe command line interface.
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 CA MAT Analyze plug-in for Zowe CLI to perform the following tasks:
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 CA Mainframe Application Tuner that is available to you in the CLI in the form of CA MAT analysis views.
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 CA 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 CA 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.
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 CA MAT Analyze Plug-in for Zowe CLI From Packages](#install-the-ca-mat-analyze-plug-in-for-zowe-cli-from-packages)
20
- * [Install the CA MAT Analyze Plug-in for Zowe CLI From Source](#install-the-ca-mat-analyze-plug-in-for-zowe-cli-from-source)
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 CA MAT Analyze Plug-in for Zowe CLI](#uninstall-the-ca-mat-analyze-plug-in-for-zowe-cli)
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 CA MAT Analyze Plug-in for Zowe CLI:
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 CA MAT Analyze Plug-in for Zowe CLI, verify that you have:
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
- * CA MAT database and the REST API installed, configured, and running.
59
- * (Optional) To use the automated listing registration and retrieval option through CA Endevor® footprints, install and configure the CA Endevor® Web Services and specify the CA Endevor® web server details in the CA MAT database configuration.
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 CA MAT Analyze Plug-in for Zowe CLI From Packages
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 CA MAT Analyze Plug-in for Zowe CLI From Source
71
- To install the CA MAT Analyze plug-in for Zowe CLI from source, follow these steps:
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 CA MAT Analyze plug-in for Zowe CLI with CA MAT, you need to create a MAT profile. You set up a CA 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 CA MAT REST API server, and your mainframe username and password. You can create multiple profiles and switch between them if necessary.
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 CA MAT REST API server settings.
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 CA MAT and listing retrieval through CA Endevor® footprints for Cobol, C/C++, and Assembler programs. When a source program listing is registered with CA 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 CA Endevor® footprints, you need to have the CA Endevor® Web Services installed and configured and specify the CA Endevor® web server details in the CA MAT database configuration. The `--listingDir` parameter is optional.
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 CA MAT configuration and REST API details, with the CA MAT REST API server integrated with the Zowe API Mediation Layer:
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 CA MAT configuration and the details of the CA 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:
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 CA MAT Analyze plug-in for Zowe CLI enables you to manage monitor profiles and get the measurement analysis data using CA Mainframe Application Tuner (CA MAT).
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 CA MAT Analyze plug-in for Zowe CLI commands are organized in the following **command groups**:
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 CA MAT monitor profiles.
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 CA MAT monitor profile.
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 CA MAT (e.g. PROFILE1).
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 CA MAT saves the measurement (e.g. DEMO.MAT.MONITOR).
226
- Values: data set name pattern, maximum 46 characters. If not specified, your default CA MAT monitor DSN pattern is applied.
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 CA MAT monitor profile to start measurement. If you invoke a monitor profile that does currently exist, CA MAT creates the profile with the provided name and invokes the measurement for this profile.
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 CA MAT that you invoke (e.g. PROFILE1).
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 CA MAT saves the measurement (e.g. DEMO.MAT.MONITOR).
393
- Values: data set name pattern, maximum 46 characters. If not specified, your default CA MAT monitor DSN pattern is applied.
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 CA Endevor® footprints. After completion of the measurement that you invoke with the '--listing' parameter, the CA MAT Analyze plug-in for Zowe CLI automatically retrieves the program listing that is associated with the monitored job and registers the listing with CA 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.
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 CA MAT.
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 CA MAT has detected during the measurement. The --top parameter is optional. Values: numbers between 0 and 300.
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 CA MAT, the group parameter is ignored. The --group parameter is optional.
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 CA Endevor® Web Services and have the program listing for the specific measurement registered with CA MAT. The source code listing is retrieved through CA 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.
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 CA MAT has detected during the measurement. The --top parameter is optional. Values: numbers between 0 and 300.
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 CA MAT Analyze Plug-in for Zowe CLI
819
- To uninstall the CA MAT Analyze plug-in for Zowe CLI, issue the following command:
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 CA MAT.",
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,gEAAgE;IAC7E,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,wCAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,sCAAiB,EAAE,aAAa,CAAC;CAC5G,CAAC;AAEF,iBAAS,iBAAiB,CAAC"}
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 CA MAT, the group size parameter is ignored. " +
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 CA MAT has detected during the measurement." +
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 CA Endevor® Web Services and have the " +
85
- "program listing for the specific measurement registered with CA MAT. The source code listing is retrieved " +
86
- "through CA Endevor® footprints for Cobol, C/C++, and Assembler programs. The program listing file is downloaded " +
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,gGAAgG;gBAChG,qCAAqC;gBACrC,sGAAsG;gBACtG,uCAAuC;YACvC,IAAI,EAAE,eAAe;SACxB;QACD;YACI,IAAI,EAAE,KAAK;YACX,WAAW,EAAE,6EAA6E;gBAC1F,mFAAmF;gBACnF,mGAAmG;gBACnG,qEAAqE;YACrE,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,oGAAoG;gBACjH,gHAAgH;gBAChH,4GAA4G;gBAC5G,kHAAkH;gBAClH,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"}
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"}
@@ -53,6 +53,7 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
53
53
  return __awaiter(this, void 0, void 0, function* () {
54
54
  if (params.arguments.listing === true) {
55
55
  if ("footprint" in json) {
56
+ const endconerror = "Endevor Connection Error";
56
57
  const matProfile = params.profiles.get("mat", true);
57
58
  const endevorFootprint = json.footprint[0]; // 1. CLARIFY WITH GAS WHY THE JSON FOOTPRINT IS AN ARRAY, CAN WE HAVE MORE THAN 1 FOOTPRINT PER MODULE AND CSECT?
58
59
  const elemDef = {
@@ -110,7 +111,7 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
110
111
  catch (error) {
111
112
  const exception = {
112
113
  name: "HistogramException",
113
- header: "Endevor Connection Error",
114
+ header: endconerror,
114
115
  message: "An error occurred while connecting to the endevor web services: \n" + error.message
115
116
  };
116
117
  throw exception;
@@ -123,16 +124,16 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
123
124
  if (error instanceof imperative_1.RestClientError) {
124
125
  const exception = {
125
126
  name: "HistogramException",
126
- header: "Endevor Connection Error",
127
- message: "Cannot download the listing file from CA Endevor: \n" + error.mDetails.additionalDetails
127
+ header: endconerror,
128
+ message: "Cannot download the listing file from Endevor: \n" + error.mDetails.additionalDetails
128
129
  };
129
130
  throw exception;
130
131
  }
131
132
  else {
132
133
  const exception = {
133
134
  name: "HistogramException",
134
- header: "Endevor Connection Error",
135
- message: "An error occurred while connecting to the CA Endevor web services: \n" + error.message
135
+ header: endconerror,
136
+ message: "An error occurred while connecting to the Endevor web services: \n" + error.message
136
137
  };
137
138
  throw exception;
138
139
  }
@@ -148,7 +149,6 @@ class HistogramHandler extends AbstractAnalyzeHandler_1.default {
148
149
  }
149
150
  });
150
151
  }
151
- // const stats = await fs.statSync(tofileName); // add because EndevorUtils.generalWriteFile cause exception which is not catch
152
152
  tofileName += "\\" + endevorFootprint.element + "." + this.getExtension(endevorFootprint.type);
153
153
  fs.writeFileSync(tofileName, responseEndevor.data[0], { encoding: "latin1" });
154
154
  // THIS IS HOW YOU WRITE A FILE USING ENDEVOR
@@ -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 CA Endevor."
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 CA MAT"
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":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;;;;;;;;;AAEH,wFAAiF;AACjF,qDAAkD;AAElD,iDAAgF;AAChF,yEAAyG;AAGzG,MAAqB,gBAAiB,SAAQ,gCAAkC;IAElE,aAAa;QACnB,OAAO,iBAAO,CAAC,2BAA2B,CAAC;IAC/C,CAAC;IAES,SAAS,CAAC,IAAS;QACzB,IAAI,MAAM,GAAG,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;QAC5D,IAAI,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE;YAC3C,MAAM,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;SACjE;QACD,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,KAAK,IAAI,CAAC,CAAC,EAAE;YAC3E,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;SAC1B;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;IAEe,SAAS,CAAC,IAAS,EAAE,MAA0B;;YAC3D,IAAI,MAAM,CAAC,SAAS,CAAC,OAAO,KAAK,IAAI,EAAE;gBACnC,IAAI,WAAW,IAAI,IAAI,EAAE;oBACrB,MAAM,WAAW,GAAG,0BAA0B,CAAC;oBAC/C,MAAM,UAAU,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;oBACpD,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,kHAAkH;oBAE9J,MAAM,OAAO,GAAsB;wBAC/B,WAAW,EAAE,gBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE;wBAChD,WAAW,EAAE,gBAAgB,CAAC,KAAK,CAAC,IAAI,EAAE;wBAC1C,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,IAAI,EAAE;wBACtC,SAAS,EAAE,gBAAgB,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC5C,IAAI,EAAE,gBAAgB,CAAC,IAAI,CAAC,IAAI,EAAE;wBAClC,OAAO,EAAE,gBAAgB,CAAC,OAAO,CAAC,IAAI,EAAE;wBACxC,sEAAsE;wBACtE,QAAQ,EAAE,gBAAgB,CAAC,cAAc,CAAC,IAAI,EAAE;qBACnD,CAAC;oBAEF,MAAM,WAAW,GAAQ;wBACrB,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,SAAS;wBAChB,KAAK,EAAE,SAAS;wBAChB,UAAU,EAAE,SAAS;wBACrB,MAAM,EAAE,SAAS;wBACjB,QAAQ,EAAE,SAAS;wBACnB,OAAO,EAAE,SAAS;wBAClB,cAAc,EAAE,SAAS;wBACzB,gBAAgB,EAAE,SAAS;wBAC3B,YAAY,EAAE,SAAS;wBACvB,iBAAiB,EAAE,SAAS;qBAC/B,CAAC;oBACF,IAAI,cAAc,CAAC;oBACnB,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;wBAChD,MAAM,SAAS,GAAmB;4BAC9B,IAAI,EAAE,oBAAoB;4BAC1B,MAAM,EAAE,sBAAsB;4BAC9B,OAAO,EAAE,gIAAgI,GAAG,gBAAgB,CAAC,WAAW;yBAC3K,CAAC;wBACF,MAAM,SAAS,CAAC;qBACnB;oBACD,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;wBAC7F,MAAM,SAAS,GAAmB;4BAC9B,IAAI,EAAE,oBAAoB;4BAC1B,MAAM,EAAE,sBAAsB;4BAC9B,OAAO,EAAE,+EAA+E,GAAG,gBAAgB,CAAC,WAAW;yBAC1H,CAAC;wBACF,MAAM,SAAS,CAAC;qBACnB;oBACD,IAAI;wBACA,cAAc,GAAG,IAAI,oBAAO,CAAC;4BACzB,QAAQ,EAAE,gBAAgB,CAAC,WAAW,CAAC,SAAS,CAAC,gBAAgB,CAAC,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;4BAChG,IAAI,EAAE,gBAAgB,CAAC,WAAW;4BAClC,QAAQ,EAAE,gBAAgB,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;4BAC9F,IAAI,EAAE,UAAU,CAAC,QAAQ;4BACzB,QAAQ,EAAE,UAAU,CAAC,QAAQ;4BAC7B,QAAQ,EAAE,gBAAgB,CAAC,eAAe;4BAC1C,kBAAkB,EAAE,KAAK;4BACzB,IAAI,EAAE,OAAO;yBAChB,CAAC,CAAC;qBACN;oBAAC,OAAO,KAAK,EAAE;wBACZ,MAAM,SAAS,GAAmB;4BAC9B,IAAI,EAAE,oBAAoB;4BAC1B,MAAM,EAAE,WAAW;4BACnB,OAAO,EAAE,oEAAoE,GAAG,KAAK,CAAC,OAAO;yBAChG,CAAC;wBACF,MAAM,SAAS,CAAC;qBACnB;oBACD,IAAI,eAAe,CAAC;oBACpB,IAAI;wBACA,eAAe,GAAG,MAAM,6CAAsB,CAAC,sBAAsB,CAAC,cAAc,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,CAAC,CAAC;qBACtH;oBAAC,OAAO,KAAK,EAAE;wBACZ,IAAI,KAAK,YAAY,4BAAe,EAAE;4BAClC,MAAM,SAAS,GAAmB;gCAClC,IAAI,EAAE,oBAAoB;gCAC1B,MAAM,EAAE,WAAW;gCACnB,OAAO,EAAE,mDAAmD,GAAG,KAAK,CAAC,QAAQ,CAAC,iBAAiB;6BAC9F,CAAC;4BACF,MAAM,SAAS,CAAC;yBACnB;6BAAM;4BACH,MAAM,SAAS,GAAmB;gCAC9B,IAAI,EAAE,oBAAoB;gCAC1B,MAAM,EAAE,WAAW;gCACnB,OAAO,EAAE,oEAAoE,GAAG,KAAK,CAAC,OAAO;6BAChG,CAAC;4BACF,MAAM,SAAS,CAAC;yBACnB;qBACJ;oBACD,IAAI,eAAe,CAAC,IAAI,KAAK,IAAI,IAAI,eAAe,CAAC,IAAI,KAAK,SAAS,EAAE;wBACrE,IAAI,UAAU,GAAG,UAAU,CAAC,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC;wBACnF,IAAI;4BACA,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;4BACzB,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;gCAC5B,MAAM,EAAE,CAAC,SAAS,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,GAAQ,EAAE,EAAE;oCAC7D,IAAI,GAAG,EAAE;wCACL,MAAM,GAAG,CAAC;qCACb;gCACL,CAAC,CAAC,CAAC;6BACN;4BACD,UAAU,IAAI,IAAI,GAAG,gBAAgB,CAAC,OAAO,GAAG,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;4BAC/F,EAAE,CAAC,aAAa,CAAC,UAAU,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;4BAC9E,6CAA6C;4BAC7C,sEAAsE;yBACzE;wBAAC,OAAO,KAAK,EAAE;4BACZ,MAAM,SAAS,GAAmB;gCAC9B,IAAI,EAAE,oBAAoB;gCAC1B,MAAM,EAAE,6BAA6B;gCACrC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI;gCACvC,OAAO,EAAE,KAAK,CAAC,OAAO;6BACzB,CAAC;4BACF,MAAM,SAAS,CAAC;yBACnB;wBACD,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;4BACtC,MAAM,SAAS,GAAmB;gCAC9B,IAAI,EAAE,oBAAoB;gCAC1B,MAAM,EAAE,oBAAoB;gCAC5B,OAAO,EAAE,mCAAmC;6BAC/C,CAAC;4BACF,MAAM,SAAS,CAAC;yBACnB;wBACD,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;wBACvD,MAAM,KAAK,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;wBAClD,KAAK,MAAM,SAAS,IAAI,IAAI,CAAC,SAAS,EAAE;4BACpC,SAAS,CAAC,OAAO,GAAG,WAAW,CAAC;4BAChC,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;gCAC/C,MAAM,QAAQ,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;gCACtD,IAAI,QAAQ,IAAI,CAAC,EAAE;oCACf,MAAM,SAAS,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;oCACrE,IAAI,SAAS,IAAI,CAAC,EAAE;wCAChB,MAAM,OAAO,GAAG,KAAK,GAAG,CAAC,CAAC;wCAC1B,SAAS,CAAC,OAAO,GAAG,UAAU,GAAG,GAAG,GAAG,OAAO,GAAG,GAAG,GAAG,SAAS,CAAC;wCACjE,MAAM;qCACT;iCACJ;6BACJ;yBACJ;qBACJ;yBAAM;wBACH,MAAM,SAAS,GAAmB;4BAC9B,IAAI,EAAE,oBAAoB;4BAC1B,MAAM,EAAE,uBAAuB;4BAC/B,OAAO,EAAE,kCAAkC,GAAG,eAAe,CAAC,QAAQ;yBACzE,CAAC;wBACF,MAAM,SAAS,CAAC;qBACnB;oBACL,4MAA4M;iBAC3M;qBAAM,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,KAAK,IAAI,CAAC,EAAE;oBACvD,KAAK,MAAM,SAAS,IAAI,IAAI,CAAC,SAAS,EAAE;wBACpC,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;qBACpC;iBACJ;qBAAM;oBACH,MAAM,SAAS,GAAmB;wBAC9B,IAAI,EAAE,oBAAoB;wBAC1B,MAAM,EAAE,uBAAuB;wBAC/B,OAAO,EAAE,qEAAqE;qBACjF,CAAC;oBACF,MAAM,SAAS,CAAC;iBACnB;aACJ;YACD,OAAO,IAAI,CAAC,SAAS,CAAC;QAC1B,CAAC;KAAA;IACS,iBAAiB;QACvB,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC;IAC1D,CAAC;IAEO,YAAY,CAAC,QAAgB;QACjC,QAAQ,QAAQ,EAAE;YACd,KAAK,OAAO;gBACR,OAAO,KAAK,CAAC;YACjB,KAAK,QAAQ;gBACT,OAAO,KAAK,CAAC;YACjB,KAAK,KAAK;gBACN,OAAO,KAAK,CAAC;YACjB,KAAK,QAAQ;gBACT,OAAO,KAAK,CAAC;YACjB,KAAK,GAAG;gBACJ,OAAO,GAAG,CAAC;YACf,KAAK,KAAK;gBACN,OAAO,KAAK,CAAC;YACjB;gBACI,OAAO,KAAK,CAAC;SACpB;IACL,CAAC;CACJ;AAtMD,mCAsMC"}
@@ -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 CA MAT has detected during the measurement." +
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,yFAAyF;gBACzF,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"}
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 CA MAT monitor profiles.",
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,mDAAmD;IAChE,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,2CAAgB,EAAE,2CAAgB,EAAE,8CAAqB,CAAC;CACxE,CAAC;AAEF,iBAAS,iBAAiB,CAAC"}
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"}