What is counted in the "Bytes transferred"? #302
Answered
by
sdcolli1
plawton-umd
asked this question in
Q&A
|
I have loaded the same collection multiple times to determine which number of threads would be the most efficient to use. The number of "Bytes transferred" has been a different value almost every time. Which bytes are being included in that value please? |
Answered by
sdcolli1
Oct 22, 2025
Replies: 3 comments 6 replies
|
@collinss-jpl can you provide some insight here? |
3 replies
|
DUM v2.2.3 is now available from PyPI, which adds a fix for the inaccurate bytes transferred value. You can upgrade to v2.2.3 by running the following within your existing Python environment for DUM:
|
3 replies
Answer selected by
jordanpadams
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DUM v2.2.3 is now available from PyPI, which adds a fix for the inaccurate bytes transferred value.
You can upgrade to v2.2.3 by running the following within your existing Python environment for DUM:
pip install --upgrade pds-data-upload-manager