netdata-cloud icon indicating copy to clipboard operation
netdata-cloud copied to clipboard

[Feat]: enable 100% scale view of graphs in node list

Open bluepuma77 opened this issue 2 years ago • 0 comments

Problem

When looking at the all nodes page, I see all the nodes with nice little graphs. My issue is that they are not scaled to 100% of their possible value, so I can not easily see if a node is running high on CPU or RAM usage. One node will show a RAM with a graph in the middle at 10% and another one has a graph in the middle at 80% because the graphs min and max are auto-adjusted.

Description

I would like to have a button or on/off switch to force the scale of all graphs to 100% of max value.

Importance

really want

Value proposition

  1. See with a single view if a node (in the list of nodes) is using high CPU or RAM

Proposed implementation

I would like to have a button or on/off switch to force the scale of all graphs to 100%, see mockup

Netdata-Cloud-Scale

With scale graphs "yes" all the graphs stay as they are. When "no" is selected, they will adjust their scale to 100% of the maximum value. So CPU is from 0 to Count-of-CPU-cores and RAM is from 0 to the max. available amount of RAM, etc.

bluepuma77 avatar Jun 13 '23 10:06 bluepuma77