| java.lang.Object org.jgroups.tests.StressTester
StressTester | public class StressTester implements Runnable(Code) | | Test driver for testing JGroups-based HttpSession replication.
author: Brian Stansberry version: $Id: StressTester.java,v 1.4 2006/09/07 18:35:29 belaban Exp $ |
Method Summary | |
public static void | main(String[] args) | public void | run() |
main | public static void main(String[] args)(Code) | | Args are:
0) # of client threads to create
1) hostname:port of node 0; e.g 192.168.1.164:8080
2) hostname:port of node 1
x) and so on for as many servers as there are
Parameters: args - |
|
|