Date: Mon, 29 Sep 1997 23:33:22 -0700 (PDT) From: Tom <tom@sdf.com> To: "Jamil J. Weatherbee" <jamil@counterintelligence.ml.org> Cc: freebsd-hackers@freebsd.org Subject: Re: Packet Routing.. Message-ID: <Pine.BSF.3.95q.970929232415.5433B-100000@misery.sdf.com> In-Reply-To: <Pine.BSF.3.96.970929215353.674B-100000@counterintelligence.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Sep 1997, Jamil J. Weatherbee wrote: > I am not sure about the mechanism, but If I have a freebsd machine acting > as a firewall between a 10bT Ethernet and fractional to full T1. How does > the gatewaying/firewalling ability degrade as a function of the load of > unrelated processes on that machine. In other words I am running some huge > backup/ big simulation on my firewall (lets say a PPro 200) does it > measurably effect the Throughput of the firewall? Does anyone have some > numbers on this. Basically saying what the networking capabilities of > freebsd are on variously configured machines. Like would it be a bad Idea > to use a freebsd machine as a router between 4 100 baseT networks and a > T1? You are going to have to measure it. You need to look at the number of packets per second your hardware can handle. You shouldn't have a throughput problems unless you hit your motherboard's memory bandwith limit. So you need to figure out the packet per second rate your router box must be able to handle. Other processes running on your router box shouldn't degrade performance severely unless the CPU is at 100%, although you may see more latency. Some things to measure: latency - how long it takes to process (route) a packet pps - how many packets per second it can process throughput - how many bytes per second it can process Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970929232415.5433B-100000>