|
|
| Author |
Message |
MagicOneXXX
Joined: 19 Dec 2006 Posts: 49
|
Posted: Thu Apr 12, 2007 9:20 am Post subject: De-aggregation? and bulge link problems |
|
|
In a kinda odd twist of fate, I have a need to de-aggregate links - in other words, subtract a device's bandwidth from another. We have a router that we are grabbing traffic from, plus a server, and I'd like to be able to map the traffic that isn't coming from that server.
Is this currently possible? Any code change I can make?
Secondly, I'm noticing that with the latest version (0.9pre2) that bulge is only working in one direction for my links. It seems to be working on the return traffic (inbound) only. Suggestions?
Thanks for the help! |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2162 Location: United Kingdom
|
Posted: Thu Apr 12, 2007 10:42 am Post subject: Re: De-aggregation? and bulge link problems |
|
|
| MagicOneXXX wrote: | In a kinda odd twist of fate, I have a need to de-aggregate links - in other words, subtract a device's bandwidth from another. We have a router that we are grabbing traffic from, plus a server, and I'd like to be able to map the traffic that isn't coming from that server.
Is this currently possible? Any code change I can make?
Secondly, I'm noticing that with the latest version (0.9pre2) that bulge is only working in one direction for my links. It seems to be working on the return traffic (inbound) only. Suggestions?
Thanks for the help! |
Bulge does indeed use only the inbound traffic. It's because the width of the arrow is calculated for the entire link once. I might play with this after 0.9 is out, because I'd like it to be a bit nicer too. The bulge thing was really a quick hack from a while ago, so I could try animation options. I'd look at splitting the drawing code to draw each half seperately, then.
Regarding link subtraction: I have the same need actually We have a setup with a customer with two sites and a VPN between them, and we want to see how much traffic is leaving the internet-facing interfaces, but not going up the VPN, knowing the VPN traffic from a seperate rrd. So chances are that this will be done soon too. I will probably make it so that you can add '-' to the front of any TARGET spec to subtract it instead of adding it. I am trying to avoid re-implementing CDEFs in PHP, though. |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2162 Location: United Kingdom
|
Posted: Sun May 13, 2007 5:33 pm Post subject: Re: De-aggregation? and bulge link problems |
|
|
| Howie wrote: | Regarding link subtraction: I have the same need actually We have a setup with a customer with two sites and a VPN between them, and we want to see how much traffic is leaving the internet-facing interfaces, but not going up the VPN, knowing the VPN traffic from a seperate rrd. So chances are that this will be done soon too. I will probably make it so that you can add '-' to the front of any TARGET spec to subtract it instead of adding it. I am trying to avoid re-implementing CDEFs in PHP, though. |
This feature made it into 0.91, just in case you haven't solved it some other way. |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|