Color "e8e8e8"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "nice"
Color "00e000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "user"
Color "0000ff"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "wait"
Color "ffb000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "system"
Color "ff0000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "softirq"
Color "ff00ff"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "interrupt"
Color "a000a0"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
<DEF>
TypeInstance "steal"
Color "000000"
Area true
Stack true
- #Format "%lf"
+ Format "%6.2lf"
</DEF>
</Graph>
Title "Memory utilization"
VerticalLabel "Bytes"
+
+ <DEF>
+ TypeInstance "free"
+ DSName "value"
+ Legend "Free "
+ Color "00e000"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "cached"
+ DSName "value"
+ Legend "Cached "
+ Color "0000ff"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "buffered"
+ DSName "value"
+ Legend "Buffered"
+ Color "ffb000"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "locked"
+ DSName "value"
+ Legend "Locked "
+ Color "ff00ff"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
+ <DEF>
+ TypeInstance "used"
+ DSName "value"
+ Legend "Used "
+ Color "ff0000"
+ Area true
+ Stack true
+ Format "%5.1lf%s"
+ </DEF>
</Graph>
<Graph>