IBM / zowe-cli-cics-deploy-plugin

Provides the cics-deploy plug-in for Zowe CLI https://github.com/zowe/zowe-cli to deploy Node.js and other applications from a workstation to IBM CICS Transaction Server within a CICS bundle. Documentation is available at https://ibm.github.io/zowe-cli-cics-deploy-plugin/
Eclipse Public License 2.0
13 stars 12 forks source link

Improve performance of file uploads #334

Open markcocker opened 5 years ago

markcocker commented 5 years ago

Improve the performance of uploading files via the zowe cics-deploy push bundle CLI by adding an option equivalent to --max-concurrent-requests to increase the number of concurrent file uploads.

As an example, if I deploy the cics-nodejs-invoke example that consists of 68 files totalling 12.5MB in size it took 4mins minutes, most of that time was spent uploading files.

So I then tried using zowe zos-files upload dir-to-uss "." "/u/cockerm/test" --recursive to upload the files and it took:

I also tried export ZOWE_OPT_MAX_CONCURRENT_REQUESTS=0 before zowe cics-deploy push bundle but this did not work.