Hi !
I am trying to setup a bandwidth monitor.
I successfuly setup a input data graph defined as net.if.in[eth0] and stored as Delta (speed per second) and a similar output data graph.
Theses 2 works fine.
Now I want to get the total bandwidth, sum of delta of in and out.
The question is how to define a total bandwidth.
I tried to define a item as net.if.in[eth0].change+net.if.out[eth0].change, no luck.
Looks like the operators change, now, prev does not work. they are ignored. I'm right ?
any hints ?
I am trying to setup a bandwidth monitor.
I successfuly setup a input data graph defined as net.if.in[eth0] and stored as Delta (speed per second) and a similar output data graph.
Theses 2 works fine.
Now I want to get the total bandwidth, sum of delta of in and out.
The question is how to define a total bandwidth.
I tried to define a item as net.if.in[eth0].change+net.if.out[eth0].change, no luck.
Looks like the operators change, now, prev does not work. they are ignored. I'm right ?
any hints ?
Comment