[7.470][BUG][NOTABUG] Wrong values in memory usage graphs

Hi,

my ASG is running with 1 GB RAM and 1 GB swap. Swap isn't being used at this time according to dashboard.

Now see the memory usage graph:


The values shown below the graph are percentage values. So what do the swap usage values with a unit "m" in there stand for?

Regards,
bastian
Parents Reply
  • The small m is millionth[:$] If you run top you will get total memory and used memory. If you devide used memory by the total memory, you will get a number similar in graphs. They just multiply it by a million and put "m" in front to show that its a millionth. Otherwise you would have 0.0000360 of a percent which would look even more wierd.

    Edit: Ian beat me to the punch but I still believe its a millionth. Either way, although it looks silly in graphs its theoretically not a bug. Maybe an inconvenience [;)]
Children