alibaba / alibaba/clusterdata

Match multiple entries in container_usage.csv to the entries in container_meta.csv with same container_id

Open
#77 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.2k
Forks
482
PR merge metrics
No merged PRs in 30d

Description

As mentioned in title, here is an example: in container_meta.csv, we have entries about c_1 with various timestamp, thus I expect that there are three instances of container "c_1" is launched; ![container_meta](https://user-images.githubusercontent.com/15681860/67201046-f5756180-f437-11e9-98f9-a25e6ff8523d.jpg);correspondingly in container_usage.csv, we obtain the run time details of those instances of "c_1".
![container_usage](https://user-images.githubusercontent.com/15681860/67201645-489be400-f439-11e9-93c7-4ec5a011519f.jpg)

It's straightforward that the entries whose time stampe in container_usage.csv less than 287942 are clearly matched to the first launched instance in container_meta.csv. But when the time stamp comes to 764780, which instance in container_meta.csv could be matched?
Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.