-
Notifications
You must be signed in to change notification settings - Fork 280
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
Missing train_sim_traces & test_sim_traces data at Dropbox #134
Comments
Thanks for the question! I graduated and lost the access to MIT dropbox. Here are some traces I can dug out from my local machine. Not exactly sure if it's the same as the traces in the dropbox link. If anyone has a copy of the traces, please let us know. We will upload the traces and use updated link accordingly. Thanks! |
@hongzimao |
Hi, I am trying to reconstruct the traces used to train Pensieve from the FCC data, but I feel like I am missing a step. I downloaded the raw data and ran the traces/fcc/load_webget_data.py script. It only contains a single throughput line per row, and the throughputs do not match the data in the FCC traces. For example, these are the first couple of lines for the trace This is what is returned by the script in this repository:
And this is what is part of the archive you sent above:
Can you help me figure out what I am missing? How can I get from the output of the script in the traces directory to the training data you shared? Thank you very much in advance! |
I think he used the functions in plot_cooked_bandwidth.py to calculate the time_all and bandwidth_all. |
Hi,
I was trying to run the simulation with the actual data used in the experiment. However, I couldn't find the train_sim_traces and test_sim_traces data at the given link to Dropbox. That might have been removed. Could anyone please provide me the data downloaded from the link that was mentioned in the repository?
The text was updated successfully, but these errors were encountered: