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

Collect time series data #428

Merged
merged 5 commits into from
Oct 27, 2017
Merged

Conversation

Yancey1989
Copy link
Collaborator

@Yancey1989 Yancey1989 commented Oct 24, 2017

Fixed #423

TODO:

  • TestCase2 collector.
  • Using Ploter to draw figure.

@Yancey1989 Yancey1989 changed the title [WIP]Collecto time series data [WIP]Collect time series data Oct 25, 2017
for item in self._pods:
for container in item.spec.containers:
requests = container.resources.requests
if requests:
Copy link
Collaborator

@helinwang helinwang Oct 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Kubernetes documentation seems to be using limits rather than requests for GPUs (feels a little strange): https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#api

helinwang
helinwang previously approved these changes Oct 26, 2017
Copy link
Collaborator

@helinwang helinwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, LGTM++! Your code is very clean! Let's merge this and iterate on it.

Copy link
Collaborator

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM++

@Yancey1989 Yancey1989 changed the title [WIP]Collect time series data Collect time series data Oct 27, 2017
@Yancey1989 Yancey1989 merged commit 3154132 into PaddlePaddle:develop Oct 27, 2017
@Yancey1989 Yancey1989 deleted the collect_utils branch October 27, 2017 05:37
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

Successfully merging this pull request may close these issues.

3 participants