DSName "rx"
Legend "RX"
Color "0000ff"
+ Format "%5.1lf%s"
</DEF>
<DEF>
DSName "tx"
Legend "TX"
Color "00bf00"
+ Format "%5.1lf%s"
</DEF>
</Graph>
VerticalLabel "Bytes"
</Graph>
+<Graph>
+ Host "/any/"
+ Plugin "swap"
+ PluginInstance ""
+ Type "swap_io"
+ TypeInstance "/all/"
+
+ Title "Swap I/O"
+ VerticalLabel "Pages/s"
+
+ <DEF>
+ TypeInstance "in"
+ DSName "value"
+ Legend "In "
+ Color "0000ff"
+ Format "%5.1lf"
+ </DEF>
+ <DEF>
+ TypeInstance "out"
+ DSName "value"
+ Legend "Out"
+ Color "00bf00"
+ Format "%5.1lf"
+ </DEF>
+</Graph>