blob: 3c54ad6a9a1000eb9e8039e9e19cec7452169e2c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#kmchart
version 1
chart title "Real Memory Usage [%h]" style stacking
# Linux
optional-plot color #9cffab metric mem.util.cached
optional-plot color #fe68ad metric mem.util.bufmem
optional-plot color #ffae2c metric mem.util.other
# all
plot color #00ff00 metric mem.util.free
|