http_load has a limit of 1000 requests per second, I would like to
raise that number, but that's the limit...and I execute http_load on 3
computers.
I don't think that the CSS keeps some cpu for housekeeping...because
I've seen it up to 94% on a special occasion.
Also, the web page I use for http_load's requests is very small, I
have only one line saying "this is a small page..."...I found out that
with a bigger page the switch takes too much time to treat it. And the
cpu load wasn't very high. Now with smaller pages, my cpu load is
around 80% like I was saying...
The reason I have to do this project is because we are receiving a
newer switch and we want to see how good this new switch is compared
to the one we have now.
So when we'll get the new one, I'll do the same tests and hopefully
the cpu load won't be very high! Do you understand? It's true that we
want to test it against http traffic...we thought about this project
because we had a lot of users at one time on the web site and the cpu
got up to 92% and we freaked out! We would also like to find out what
would happen if it got to 100%...
(AnyBody43) wrote in message news:<. com>...
> (zanzan) wrote in message news:<. com>...
> > Thanks,
> > But...
> > What are upd packets and how can I do that?
> >
> >
> > "Dede" <> wrote in message news:<>...
> > > I am not sure the intention of this request, but.....
> > > There are million of ways to make your CSS CPU reaches 100%.
> > >
> > > Ethical way is to use numerous small udp packets.....
> > > Evil way is to use DOS tools.
> > >
> > >
> > > "zanzan" <> ???
> > > news: om ???...
> > > > Hi,
> > > >
> > > > I have to load test a switch(content switch - CSS 11050) for work. I
> > > > am currently using a software called http_load. It's producing
> > > > requests to a web site that passes through the switch. That way I got
> > > > the cpuload up to about 80%. But I can't get it higher!
> > > >
> > > > Does anyone had to do this before?
> > > > Any idea on how to increase the cpuload of a switch to 100% is
> > > > welcomed!!
>
> Hello,
>
> You need to find out where the limit to the number of transactions
> (let's call them) is occurring. It could be the clients, the servers,
> the network, the CSS box.
>
> Add more clients and servers, make sure the network is not
> getting in the way, errors, bandwidth limits.
>
> It is possible that the CSS thingy is designed to always leave
> some CPU for housekeeping and it may not be possible to saturate it
> with http requests.
>
> The reference to UDP packets is not likely to be appropriate for
> your testing. It is an alternative way of saturating the box's
> CPU with what is effectively rubbish traffic that has no meaning
> other than to demonstrate the devices resistance to certain
> denial of service attacks. My guess would be that you are
> intending to test the device against http traffic.