On 10 Mar 2010, at 20:44, Phil Carter wrote: > Hi nfsen-discuss, > I'm a long time user of nfsen, PortTracker, etc. Guys, thanks so much for > producing such a quality tool! > > I'm monitoring a single Cisco router with multiple interfaces going to > different Internet providers. Nfsen collects all of the data and puts > everything on one graph - both ingress and egress traffic. If I only wanted > to view egress traffic (especially with PortTracker), it would be pretty > difficult for me to just look at the graph and figure it out. Is there a way > to break out the different traffic (such as inbound, outbound, and > combined) into nfsen?
Phil, Did you have a look at building a new profile? In the last system I've build we started using channels matching on ifIndex of the device and selecting the sign (+/-) depending whether it's in or out. E.g. Channel: router_out_ifindex_3 / Sign: + / Filter: OUT IF 3 Channel: router_in_ifindex_3 / Sign: - / Filter: IN IF 3 This should give you positive values for outbound and negative for inbound. Haven't tried this with PortTracker though. Cheers Sven ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
