EDM-Research / cross-that-boundary-mmsys23-nossdav

GNU General Public License v3.0
2 stars 1 forks source link

visualize_output.html for generating logs in the cross_layer_paper expecting a specific path #3

Open chidambar2000 opened 3 months ago

chidambar2000 commented 3 months ago

Error > ITU P.1203 step failed [Errno 2] No such file or directory: '/home/ubuntu/Downloads/Pensieve-DRL-Master-thesis/pensieve-pytorch/root/vegvisir/logs/cross_layer_paper/2024-04-28T_18-58-25/godashcl-bba2cl-bbb-2stc-netem-cl-paperquic-go/client/files' ^C^CInfo > TimeoutSensor detected client exit before timeout, halting timer. Ran for 1 seconds.

Unable to find the RC for this issue, changed the PREFIX to fetch the current timestamp dynamically but did not help. i.e let currTime = new Date(); let formattedTime = currTime.toISOString().replace(/[-:]/g, "").replace("T", "_").split(".")[0]; let prefix = "/home/ubuntu/Downloads/Pensieve-DRL-Master-thesis/pensieve-pytorch/root/vegvisir/logs/cross_layer_paper/" + formattedTime + "/";

Please help me understand

JorisHerbots commented 2 months ago

visualize_ouput.html is a convenience script that requires some manual adjustments.

  1. Open and edit the variable on line 86 to represent the correct folder prefix as explained in instruction 19

https://github.com/EDM-Research/cross-that-boundary-mmsys23-nossdav/blob/master/paper-utilities/visualize_ouput.html#L86

chidambar2000 commented 2 months ago

Hi @JorisHerbots,

Could you please advise how to use this cross layer logic for TCP instead of QUIC?