stats change Memory from % to mb
I think its better and more informative to show memory in mb/gb for example I don't know how much memory limit containers have for example Memory ( 34% ) : 34mb/100mb
+1 to have the possibility to change statPath: DerivedStats.MemoryPercentage by DerivedStats.MemoryUsage for example.
Edit: Currently I use statPath: ClientStats.MemoryStats.Usage but the unit is B not MB
I'm willing to contribute this. How about calling it DerivedStats.MemoryMB to make it clear it's in megabytes?
I'm thinking about adding DerivedStats.MemoryMiB (I believe MiB is more correct and docker stats also represents it that way). Users are then able to use this value as a graph via the config file.
@jesseduffield would love to know your thoughts and I'd be happy to make a PR.