The majority of news-style Web sites — New York Times, Slashdot,
ServerWatch, and even many blog sites — have a main index page, which everybody
accesses, that contains the links to the main stores and typically one or more
‘story’ pages when a user deems the story interesting enough to read in full.
In general, this results in a fairly steady stream of people hitting the main page and a variable number hitting specific other pages. If a site publishes an RSS/RDF feed it will also see a fair number of accesses directly to story pages without first viewing the home page. Nearly all of these types of site use dynamic elements, and using Flood is also a good way to test the dynamic performance of your site, especially if you can compare that to a raw HTML-based response.
You can simulate the news style requests through Flood by using the following settings:
Farmer Set A | Farmer Set B | Farmer Set C | |
URL List | Homepage Only | Homepage +3 stories | 3 story pages |
Repeat Count | 1 | 3 | 3 |
Count | 100 | 20 | 20 |
Start Count | 5 | 5 | 5 |
Start Delay | 1 | 5 | 5 |
Notes | Home page only | Homepage+Stories | Stories only (RSS) |
Shopping sites, online product catalog, and other more interactive sites have a different usage profile. Although some people will hit your home page, some will come in directly to another page within your site. Most users will also spend more time browsing around the site — they’ll look at a product page for a number of products, perhaps do some searches and even click through to other related or similar products.
Thus, you should test with a higher number of URLs in the list, larger repeat counts (to simulate a larger number of users), and lower simultaneous access than with news site:
Farmer Set | |
URL List | 10-15 pages |
Repeat Count | 5 |
Count | 50 |
Start Count | 5 |
Start Delay | 5 |
Occasionally, a situation will arise where you must check how your system copes
with thousands of users trying to access the site at the same time. Many sites have
already experienced the “slashdot” effect, whereby a mention of a particular page on the
Slashdot Web site (www.slashdot.org) results in these large, simultaneous, requests.
Typically these requests are for only one page, and we can test for that with Flood by creating hundreds, or thousands, of farmers simultaneously accessing the server for just that one page. To simulate the rapid sequential access by a number of readers over a period of time, set a high repeat count and use the delay system to ramp up the requests to their high point.
Farmer Set | |
URL List | 1 page |
Repeat Count | 50 |
Count | 250 |
Start Count | 100 |
Start Delay | 1 |
For any of these tests to work properly, you must keep a few things in mind:
Future articles will examine ways to summarize the report information and how to test
more complex sites and servers.
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.