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

display "real" memory instead of Linux memor #577

Closed
wants to merge 5 commits into from
Closed

display "real" memory instead of Linux memor #577

wants to merge 5 commits into from

Conversation

glynhudson
Copy link
Member

Change Administration page to display "real" memory instead of Linux memory.

Source: http://www.linuxatemyram.com

Change Administration page to display "real" memory instead of Linux memory.

Source: http://www.linuxatemyram.com
@chaveiro
Copy link
Contributor

chaveiro commented Oct 21, 2016

This may be misleading if you're used to linux terminology.
Why not show two more lines for buffers and cached ram?

MemTotal — Total amount of physical RAM, in kilobytes.
MemFree — The amount of physical RAM, in kilobytes, left unused by the system.
Buffers — The amount of physical RAM, in kilobytes, used for file buffers.
Cached — The amount of physical RAM, in kilobytes, used as cache memory.

Update: Maybe use free as a better source of info. See: http://blog.scoutapp.com/articles/2010/01/11/free-memory-on-linux-free-m-vs-proc-meminfo

added Linux memory and real memory
@JonMurphy
Copy link
Contributor

I had started out with this but thought it was too confusing:
screen shot 2016-10-20 at 8 14 05 pm

add mqtt version information
removed mqtt version code - not working.
glynhudson pushed a commit that referenced this pull request Oct 21, 2016
- Modify the RAM graph to show RAM in use - Buffers and - Cached; this change gives a better representation of RAM in use by applications.

- Add MQTT version information.

Both modifications suggested and mostly coded by @JonMurphy 

#577

https://community.openenergymonitor.org/t/linux-memory-vs-real-memory/1929/18

Tweak to the Text beneath the Memory Graph to reflect recent changes to the graph.
@glynhudson glynhudson closed this Oct 21, 2016
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