Feature/estimate data transfer times#4
Open
mesham wants to merge 38 commits into
Open
Conversation
Based on the mean of old transfers between the source and destination machine the time for the new transfer is computed
db-query returns the 10 last entries of data transfers between the machines (sorted by date_started) time estimation checks if any entry is returned. TODO: what if no entries are returned?
the database query for estimating the transfertime searches for machines with name source and destination Added console output, if no matching entries are found.
We meassure the transferrate in bytes per seconds. We get the time of the transfer via the timedelta object.
Changed script to srun script. Added a template directory.
Testing the current version on the cluster showed some bugs, which are fixed now. If the optional entry transfer_rate is not set, search for None Corrected the paths, such that they point into my directories
Changed the machine from ARCHER to HPDA
Added new data-field estimated_time to a DataTransfer entry to store the estimated time. Added new entry estimated_time in the DataTransfer-package Added new entry Estimation in the VESTEC-GUI
In development
downloads the newest weather data from nasa to the system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.