Skip to content

Memory [Graph] meter - Don't include "cache" in the bar height #407

@dasKeks28

Description

@dasKeks28

When displaying the memory meter as graph, the height of the graph bars includes used, buffers and cache and thus is relative to (MemTotal - MemFree).

When displaying as [Bar] there are different colors for the different memory usages, unfortunately this is not available for the graph meter. Therefore the graph does not show the actually (un)available memory.

Can we have this changed to only display the reserved memory, so used + buffers i.e. (MemTotal - MemAvailable) as bar height?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementExtension or improvement to existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions