All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.tests.SimGet

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

public class SimGet
extends Object
Server stresser: simultaneous GETs test. This tests runs a number of simultaneous GET request to some target URL, and prints out the mean, max and min times it took to run all the requests.

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 SimGet()

Method Index

 o main(String[])
 o usage()

Constructors

 o SimGet
 public SimGet()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index