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

Gather per-process CPU and memory metrics. #767

Merged
merged 3 commits into from
Dec 16, 2015
Merged

Gather per-process CPU and memory metrics. #767

merged 3 commits into from
Dec 16, 2015

Conversation

tomwilkie
Copy link
Contributor

Fixes #756, fixes #757

@tomwilkie tomwilkie self-assigned this Dec 14, 2015
@tomwilkie tomwilkie force-pushed the 756-proc-cpu branch 2 times, most recently from fe330bc to 79e6e9a Compare December 16, 2015 11:35
@tomwilkie tomwilkie changed the title [WIP] Gather per-process CPU and memory metrics. Gather per-process CPU and memory metrics. Dec 16, 2015
@tomwilkie tomwilkie removed their assignment Dec 16, 2015
// GetDeltaTotalJiffies returns 0 - darwin doesn't have jiffies.
func GetDeltaTotalJiffies() (uint64, float64, error) {
return 0, 0.0, nil
}

This comment was marked as abuse.

This comment was marked as abuse.

@paulbellamy
Copy link
Contributor

LGTM

tomwilkie added a commit that referenced this pull request Dec 16, 2015
Gather per-process CPU and memory metrics.
@tomwilkie tomwilkie merged commit 91579d0 into master Dec 16, 2015
@tomwilkie tomwilkie deleted the 756-proc-cpu branch December 16, 2015 15: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.

Make metrics consistent between nodes Gather per-process CPU and Memory usage
2 participants