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

Fixed broken memory calculation for OSX Mavericks #87

Merged
merged 1 commit into from
Dec 29, 2014

Conversation

Kungi
Copy link

@Kungi Kungi commented Jul 23, 2014

In Mavericks the output of the top -l 1 command used changed from

PhysMem: 300M wired, 760M active, 497M inactive, 1557M used, 490M free.

to

PhysMem: 5034M used (1335M wired), 2402M unused.

This broke the memory calculation. Another elsif was added to the
darwin_top function to address this issue.

In Mavericks the output of the top -l 1 command used changed from

PhysMem: 300M wired, 760M active, 497M inactive, 1557M used, 490M free.

to

PhysMem: 5034M used (1335M wired), 2402M unused.

This broke the memory calculation. Another elsif was added to the
darwin_top function to address this issue.
@aphyr
Copy link
Collaborator

aphyr commented Dec 29, 2014

Works for me! Thanks @Kungi :)

aphyr added a commit that referenced this pull request Dec 29, 2014
Fixed broken memory calculation for OSX Mavericks
@aphyr aphyr merged commit e8d5f4c into riemann:master Dec 29, 2014
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