Skip to content
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

Some questions about the output #26

Open
zhibindaxia opened this issue Dec 12, 2018 · 14 comments
Open

Some questions about the output #26

zhibindaxia opened this issue Dec 12, 2018 · 14 comments

Comments

@zhibindaxia
Copy link

Can you tell me where the content in the mix.tr file comes from?What is the meaning of qFb in the figure below?Thank you.
image

@bobzhuyb
Copy link
Owner

It is generated from here:

os << " qFb=" << (unsigned) m_qfb << "/" << (unsigned) m_total;

If I remember correctly, it's for counting how many ECN marks the receiver has received in the last time period. This is not used for now (I experimented with it but later did not really use it)

@zhibindaxia
Copy link
Author

If qFB is output, can I think there is congestion?

@bobzhuyb
Copy link
Owner

yes

@zhibindaxia
Copy link
Author

Hi,I read the papers Congestion Control for Large - scale RDMA Deployments, SIGCOMM '15 (DCQCN) , what would you like to use tool to draw the figure?
image

@zhibindaxia
Copy link
Author

Can I know which line of code calls these two functions?
image
image

@bobzhuyb
Copy link
Owner

I used gnuplot for those figures.

The function is called by one of the trace functions, probably in qbb-net-device.cc, but I don't remember which function it is.

@zhibindaxia
Copy link
Author

Thank you.

@zhibindaxia
Copy link
Author

Sorry to bother you again, but did you generate these images by calling GnuplotHelper code in visual studio2015?I was unable to call GnuplotHelper in visual studio2015.
image

@bobzhuyb
Copy link
Owner

No. I parsed the trace output and plotted the figures using native gnuplot.

@zhibindaxia
Copy link
Author

Did you get a graph of the throughput of the nodes from the mix.tr file?I'm a little confused about that.

@bobzhuyb
Copy link
Owner

Yes. You need to write some simple scripts yourself.

@zhibindaxia
Copy link
Author

If it is convenient for you, could you give me a simple example for my reference?Thank you.

@zhibindaxia
Copy link
Author

image
Can you tell me what these values mean and how they relate to each other?

@zhibindaxia
Copy link
Author

image
Could you tell me the function of this function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants