The Artima Developer Community
Sponsored Link

Java Buzz Forum
Web Meter?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Russell Beattie

Posts: 727
Nickname: rbeattie
Registered: Aug, 2003

Russell Beattie is a Mobile Internet Developer
Web Meter? Posted: Mar 7, 2004 2:33 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Russell Beattie.
Original Post: Web Meter?
Feed Title: Russell Beattie Notebook
Feed URL: http://www.russellbeattie.com/notebook/rss.jsp?q=java,code,mobile
Feed Description: My online notebook with thoughts, comments, links and more.
Latest Java Buzz Posts
Latest Java Buzz Posts by Russell Beattie
Latest Posts From Russell Beattie Notebook

Advertisement
Is there something out there that tests your web server's ability to serve requests in a slowly increasing way? What I want is a way of testing my website for maximum speed/bandwidth, but automagically. The stuff I've seen so far doesn't ramp up to speed, it just starts pummeling your site right away with various threads etc.

It seems a pretty simple app to write. First, do a request, get the results and save them. Then start slowly ramping up the requests and comparing them to the first. Start adding more requests per second with threads, etc. Eventually the server will start serving up results more slowly, or just returning crap (Tomcat). I want to see what that level is in terms or requests so I can then start tuning the web server.

I need to look around some more, but everything I've seen so far is more hit-or-miss - set up a bunch of requests and watch what happens. Change params, repeat. Urgh.

-Russ

Read: Web Meter?

Topic: XWork: Actions, Interceptors, Results and IoC Previous Topic   Next Topic Topic: Swing Action configuration goodness

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use