Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance of file uploads #334

Open
markcocker opened this issue Oct 29, 2019 · 0 comments
Open

Improve performance of file uploads #334

markcocker opened this issue Oct 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@markcocker
Copy link
Member

markcocker commented Oct 29, 2019

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:

  • 2:31mins.
  • 1:28 mins when adding option --max-concurrent-requests 2
  • 1:08mins when adding option --max-concurrent-requests 4

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

@markcocker markcocker added the enhancement New feature or request label Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant