-
Notifications
You must be signed in to change notification settings - Fork 12
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
Question regarding remote swap trace #2
Comments
|
Hello Peter, Thank you for your response. I am working on mem trace now. When I was investigating the trace, I have two questions, and I was hoping you could help me to figure out. I found out that the request size is always multiple pages and sometimes larger than 100 or even more. Is this a single swap memory request? If this is a single request, is this a blocking call? Or this is a batch request (request size is the summation of all the requests within a single batch)? I found out that the default remote memory size is 22.09 GB. Why did you pick this number? And what is the local memory size? Thank you for your help and time. Shin-Yeh |
I found out that the request size is always multiple pages and sometimes larger than 100 or even more. Is this a single swap memory request? If this is a single request, is this a blocking call? Or this is a batch request (request size is the summation of all the requests within a single batch)? We assume 25% local memory in most of the setting. 22.09 should be 75% of the available total memory on the experiment machine. |
Hello Peter,
I have a question regarding remote swap trace. You mentioned that you implement a remote swap memory device and you use this swap memory to evaluate network requirement of resource disaggregation.
If I want to investigate the request trace of accessing remote swap memories (including accessing frequency, timestamp, and offset - I guess the size is always 4K?), which log files should I work on?
There are NIC, DISK, META, and MEM. Would you mind to illustrate a little bit more about different traces?
If I want to see remote swap request, should I work on DISK or MEM?
Thank you very much.
Shin-Yeh
The text was updated successfully, but these errors were encountered: