Hi,
I was running PowerTCP experiments using the code from this repository and noticed that the results do not match my expectations. The workload plotting script I used was taken from an earlier version in the repository history.
The project was built using the following command:
./build.py --enable-examples --enable-tests
The experiments were run under the following directory:
ns3-datacenter/simulator/ns-3.39/examples/PowerTCP
with the following commands executed in order:
./script-workload.sh
./results-burst.sh
python3 plot-workload.py
Specifically, PowerTCP-INT shows worse-than-expected performance when the load is around 60%. The result is shown in the figure below.
I would like to ask whether this behavior could be caused by using an incorrect code version, or if there are other factors that might explain this discrepancy.
Thanks in advance for your help.
Hi,
I was running PowerTCP experiments using the code from this repository and noticed that the results do not match my expectations. The workload plotting script I used was taken from an earlier version in the repository history.
The project was built using the following command:
The experiments were run under the following directory:
with the following commands executed in order:
Specifically, PowerTCP-INT shows worse-than-expected performance when the load is around 60%. The result is shown in the figure below.
I would like to ask whether this behavior could be caused by using an incorrect code version, or if there are other factors that might explain this discrepancy.
Thanks in advance for your help.