All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.tests.ServerStress

java.lang.Object
   |
   +----w3c.jigsaw.tests.ServerStress

public class ServerStress
extends Object
Stress a web server for a given duration of time. This program will run a constant rate of requests to a given server, for a given duration of time.

This test results should be taken with care: they depend on a number of things, and usually run slower then C-written tests. They are included in Jigsaw release for testing only (not for real benchmarking, altough you are free to doi whatever you want with the numbers you get).


Constructor Index

 o ServerStress()

Method Index

 o main(String[])
 o usage()

Constructors

 o ServerStress
 public ServerStress()

Methods

 o usage
 public static void usage()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index