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

Does VM create timestamp correspond to request arrival time? #6

Closed
knodir opened this issue Nov 1, 2019 · 1 comment
Closed

Does VM create timestamp correspond to request arrival time? #6

knodir opened this issue Nov 1, 2019 · 1 comment

Comments

@knodir
Copy link

knodir commented Nov 1, 2019

Hello,

I am using V1 dataset for my research where I assume VM create times in vmtable.csv correspond to the VM request arrival time. Is this a valid assumption? Note that VM create time refers to the time when cloud scheduler created the VM while request arrival refer to the time when customer requested to create a VM.

For example, for the case below, can I assume that vm1 create request arrived before vm2?

vm1,0,900
vm2,300,900

My example simplifies the data format vmtable.csv as vm_uuid, create_time, delete_time.

Thanks!

@elicortez
Copy link
Member

Hi,

Thanks for reaching out. You are right in the sense that "vm created time" and "customer request time" carry different semantics, however in the traces we provide we do not differentiate them.
In this context and according to your example, it's save to assume vm1 was requested before vm2.

Best,

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