hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : QOSWorks vs. PacketShaper
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

QOSWorks vs. PacketShaper

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-27-2001, 02:59 PM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
We are looking for a better way to monitor the bandwidth on our dedicated servers. Right now we are doing it at the switch level, but I feel like eventually this could cause performance degradation on the switches.

So, I was thinking of off-loading the work to either:

The Packeteer PacketShaper

Sitara Networks QOSWorks

I was wondering if anyone here has had any exeprience with either product, and what you think about them?

[Edited by uuallan on 02-27-2001 at 03:10 PM]

__________________
My Political Blog

Reply With Quote


Sponsored Links
  #2  
Old 02-27-2001, 04:02 PM
cbaker17 cbaker17 is offline
Web Hosting Master
 
Join Date: Jun 2000
Location: Wichita, Ks, USA
Posts: 1,984
we too

We too would have a int. in knowing feedback for apps that will monitor and report bandwidth, we are also looking for a solution that will allow customers to view their bandwidth usage.

__________________
affordablecolo.com carrier grade colocation at a affordable price!
Charles Baker - Company Operations
1-866-316-HOST

Reply With Quote
  #3  
Old 02-27-2001, 06:29 PM
cperciva cperciva is offline
Retired Moderator
 
Join Date: Jan 2001
Posts: 2,603
What's wrong with ipfw? It counts packets and bytes, and you can set rules as fine-grained as you like.

Just a couple days ago I wrote some code to report daily (via email) the incoming/outgoing bandwidth of a server, but it could equally well have reported in/out FTP/telnet/SSH/DNS/HTTP/SMTP/POP3/other TCP/UDP/ICMP separately. Or track each IP address separately too, for that matter.

Reply With Quote
Sponsored Links
  #4  
Old 02-27-2001, 10:37 PM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
cperciva,

There's nothing wrong with it, per se. However, there is a finite amount of time in a day. I am the network admin, and one of two server admins for our quickly growing web farm. It makes more sense to spend the extra money to get an appliance-type server than it would to spend a couple of weeks figuring out firewall code. Especially, since my background is in servers and networking -- not firewalls .

__________________
My Political Blog

Reply With Quote
  #5  
Old 02-27-2001, 10:56 PM
cperciva cperciva is offline
Retired Moderator
 
Join Date: Jan 2001
Posts: 2,603
If all you want to do is count bytes in and bytes out, you hardly have to be an expert in firewalls:
Code:
ipfw add 1 count ip from any to any in
ipfw add 2 count ip from any to any out
is sufficient. Parsing the ipfw output and sending a daily report is a mere 40 lines in total. It seems silly to buy some expensive hardware to do what can be done in 40 lines of code.

Of course, this requires that you trust the server... if you don't trust the server you obviously need a separate solution.


Reply With Quote
  #6  
Old 02-27-2001, 11:00 PM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
Actually, we are looking for something to do rate shaping, not byte counting.

__________________
My Political Blog

Reply With Quote
  #7  
Old 03-07-2001, 10:55 AM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
After doing a lot of research between the two products, we decided on neither. We are already pushing out close to 10 megs from our dedicated clients, and that would cost $10k for something that we would grow out of in a couple of months (assuming we continue to grow ).

Instead, I think I am going to opt for the Imagestream Internet Solutions Gateway Router:
http://www.imagestream-is.com/Gatewa..._Features.html

Its Linux based, which is nice, but still primarily a router, so it should be invisible to our clients. The configuration options look easy, and the cost is less than half the cost of the other solutions we looked at.

__________________
My Political Blog

Reply With Quote
  #8  
Old 03-23-2001, 12:34 PM
Vorlon Vorlon is offline
Newbie
 
Join Date: Mar 2001
Posts: 7
I am curious uuallan, What options you would use and a general text schematic for your particular setup.

i.e. Imagestream with 2 WAN ports (what type) what other options are you considering etc. I appreciate your technical expertise and am learning much from your posts.

Thanks

Reply With Quote
  #9  
Old 03-23-2001, 01:54 PM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
The way we are setup is with 10 Racks in a UUNET data center. We segment off our shared customers, our infrastructure servers and our dedicated customers, to better manage bandwdith.

Each rack in the data center has a Cisco 2924 that directs traffic to a another 2924 which sends it to a pair of Cisco 3620's each with a handoff to seperate upstream switch in the data center (at least that's what they tell me ). The routers are configured with HSRP, which gives us pretty good failover.

So, if we opt to implement the ImageStream router, it would be with two 100 Meg NICs.

The current look is something like this (keep in mind this is conceptual, the racks are not really near each other ):

Code:
              | <-100 Meg H.Off-> |
           [Cisco 3620]--[Cisco 3620]
                    |       |
                    |       |
                  [Cisco 2924]
                        |
                        |
                  [Cisco 2924]
                        |
                     [Server]
In this case, I would put the ImageStream Router between the two 2924's and allow it to filter its traffic at that level.

For right now, I am not considering any other options...I would like to get an eval box from them to play with, but I don't think that's gonna happen . Sucks to be small .

__________________
My Political Blog

Reply With Quote
  #10  
Old 03-23-2001, 05:18 PM
Vorlon Vorlon is offline
Newbie
 
Join Date: Mar 2001
Posts: 7
Thanks for the schematic
Hope Im not too nosey but I noticed your company includes 256K bandwitdh with it's ded. servers. How do you control the bandwidth now? Is the 3620 router handling this issue currently?

Reply With Quote
  #11  
Old 03-23-2001, 06:12 PM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
Quote:
Originally posted by Vorlon

Hope Im not too nosey but I noticed your company includes 256K bandwitdh with it's ded. servers. How do you control the bandwidth now? Is the 3620 router handling this issue currently?
Exactly ! Which is why I want to off-load this work to another device. Technically we should be able to push 40-40 Megs of continuous bandwidth through the 3620s, but not if we keep creating new rate shaping instances.

Let me know if there is anything else I can help with.

__________________
My Political Blog

Reply With Quote
  #12  
Old 03-26-2001, 04:02 AM
Vorlon Vorlon is offline
Newbie
 
Join Date: Mar 2001
Posts: 7
You mentioned the ImageStream Router, have you looked at the Bandwidth management stuff from Emerging Technologies etinc.com. For about $3K they clain 150Mbps routing.

1. How does that compare with price performance of Image Stream.
2. Does anyone have any opinions concerning these two vendors or a strong preferance for another.

Trying to get as much info before committing the capital.

Thanks again.

Reply With Quote
  #13  
Old 03-26-2001, 07:21 AM
allan allan is offline
Retired Moderator
 
Join Date: Dec 2000
Location: Leesburg, VA
Posts: 3,205
It looks like the Emerging Technologies solution is a Webmin Interface to IPChains.

Which is basically what you are going to get from ImageStream (just without the GUI ). So the answer depends on which company is using the best equipment.

I've never heard of Emerging Technologies, but it looks like they have a really nice product. I am definitely going to get some more information about it .

Thanks for the excellent tip!

__________________
My Political Blog

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?