We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like meminfo is examining line 5 for "Active:", but the offset for active has moved to line 6.
$ cat /proc/meminfo MemTotal: 32915844 kB MemFree: 12771756 kB MemAvailable: 25949644 kB Buffers: 308388 kB Cached: 12658552 kB SwapCached: 0 kB Active: 6645692 kB Inactive: 8302520 kB Active(anon): 1982684 kB Inactive(anon): 85144 kB
Likely should be going off of the field names vs fixed line offsets.
The text was updated successfully, but these errors were encountered:
Take a look at my pull request #13. You can build it from my fork to have this happen
Sorry, something went wrong.
+1
Please apply the suggested patch #13
+1 for #13
No branches or pull requests
It looks like meminfo is examining line 5 for "Active:", but the offset for active has moved to line 6.
Likely should be going off of the field names vs fixed line offsets.
The text was updated successfully, but these errors were encountered: