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

Only group processes not in containers AND doing network IO into uncontained nodes. #401

Merged
merged 1 commit into from
Aug 27, 2015

Conversation

tomwilkie
Copy link
Contributor

With the re-enablement of the selection of pseudo nodes (#249), it turns out our 'Uncontained' nodes in the containers view contains all processes. This isn't particularly useful; we only want to show the 'Uncontained' node if there is a process on the machine with network connections with isn't in a container.

The changes to the bandwidth figures are due to #373, which is not a big deal right now as the bandwidth figures aren't enabled by default, but I'll fix that next.

@tomwilkie tomwilkie force-pushed the uncontainer-all-processes branch from 11cdf98 to e7e4648 Compare August 26, 2015 13:29
@tomwilkie tomwilkie force-pushed the master branch 2 times, most recently from 66be8bd to d9ab9d8 Compare August 26, 2015 14:25
}
}
return output
}

This comment was marked as abuse.

This comment was marked as abuse.

@tomwilkie tomwilkie force-pushed the uncontainer-all-processes branch from e7e4648 to 705d1ed Compare August 26, 2015 16:37
@peterbourgon
Copy link
Contributor

Simple enough. Looks like the new Filter is unit tested by the detailed_node_test? If so, 👍

@tomwilkie
Copy link
Contributor Author

This now includes a fix for #403 - by construction, we only include edges from the endpoint topology once, guaranteeing we don't over count the edgemetadata.

@tomwilkie tomwilkie force-pushed the uncontainer-all-processes branch from fdd1030 to e7dc258 Compare August 27, 2015 15:28
@peterbourgon
Copy link
Contributor

It's difficult to follow the rendering pipeline. I wish for something more procedural. That said, I can understand what's happening here. LGTM.

tomwilkie added a commit that referenced this pull request Aug 27, 2015
Only group processes not in containers AND doing network IO into uncontained nodes.
@tomwilkie tomwilkie merged commit 81eb7fa into master Aug 27, 2015
@tomwilkie tomwilkie deleted the uncontainer-all-processes branch August 27, 2015 16:29
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.

2 participants