- 讲师:刘萍萍 / 谢楠
- 课时:160h
- 价格 4580 元
特色双名师解密新课程高频考点,送国家电网教材讲义,助力一次通关
配套通关班送国网在线题库一套
百度广告
需要2个功能:
b.需要采用多线程方式,对同一个web server提交多次request.
3.开发过程
主要的工作都有TestThread来完成。代码
Parameter param;
param = par;
public void run() {
try {
HttpURLConnection conn = (HttpURLConnection) target.openConnection();
int i;
conn.setRequestProperty(param.key[i], param.value[i]);
conn.connect();
new InputStreamReader(conn.getInputStream()));
while( (inputLine = in.readLine()) != null );
catch(Exception e) {
long time2 = new Date().getTime();
}
class TestThread implements Runnable, 而不是用extends Thread, 的好处是独立设计一个类,这个类还可以extends其它的class, 而不是单独的extends Thread. 另外一个好处是,可以把处理方法放在各个不同的方法中,然后在void run()中调用,程序结构比较清晰。
在初始化一个TestThread实例的时候,接受一个Parameter参数(稍候介绍),并在线程启动时,计算开始的时间,向目标机器发送请求包,接受目标机器的返回结果,再次计算时间,并得到两次时间之差,这就是服务器的响应时间。
class Parameter {
String key;
String method;
public void addPair(String k, String v) {
Array.set(value, length, v);
}
是用来传递参数的一个类。参数是主程序从文件中读出来并存入这个类的一个对象里,然后通过初始化TestThread传递给它的对象。
static int loopTimes = 500;
FileInputStream fileInput;
Parameter param = new Parameter();
fileInput = new FileInputStream(new File(str));
new InputStreamReader( fileInput ));
String line;
if( line.startsWith("URL") == true && line.indexOf("=") >= 3) {
String urlstring = line.substring(f+1);
param.url = new URL(urlstring);
else if( line.startsWith("METHOD") == true && line.indexOf("=") >= 3) {
String method = line.substring(f+1);
param.method = method;
else if( line.indexOf("=") != -1 ) {
String key = line.substring(0, f-1);
param.addPair(key.trim(), value.trim());
}
br.close();
catch(FileNotFoundException e) {
}
}
System.out.println(e);
return param;
public static void main(String args) {
int j;
TestServer tester = new TestServer();
param = tester.readFromArgFile(args[i]);
Thread th = new Thread(new TestThread(param));
}
}
就这么简单。(当然,适当的改写一下,就可以做一个加贴机或者灌水机之类的东东,那是你的爱好,和我无关:-))
-------------------------------------------------------------------------------
Program: TestServer.java
its responses delayance
Date: Aug 23, 2001
file format:
METHOD=GET|POST|...
key2=value2
****************************************************************/
import java.lang.reflect.Array;
import java.util.*;
public class TestServer {
public Parameter readFromArgFile(String str){
BufferedReader br;
try {
br = new BufferedReader(
String line;
if( line.startsWith("URL") == true && line.indexOf("=") >= 3) {
String urlstring = line.substring(f+1);
param.url = new URL(urlstring);
else if( line.startsWith("METHOD") == true && line.indexOf("=") >= 3) {
String method = line.substring(f+1);
param.method = method;
else if( line.indexOf("=") != -1 ) {
String key = line.substring(0, f-1);
param.addPair(key.trim(), value.trim());
}
br.close();
catch(FileNotFoundException e) {
}
}
System.out.println(e);
return param;
public static void main(String args) {
int j;
TestServer tester = new TestServer();
param = tester.readFromArgFile(args[i]);
Thread th = new Thread(new TestThread(param));
}
}
class Parameter {
String key;
String method;
public void addPair(String k, String v) {
Array.set(value, length, v);
}
class TestThread implements Runnable {
TestThread(Parameter par) {
}
long time1 = new Date().getTime();
URL target = param.url;
conn.setRequestMethod(param.method);
for( i = 0; i < param.length; i++ ) {
}
BufferedReader in = new BufferedReader(
String inputLine;
}
}
System.out.println(time2 - time1);
责编:罗莉
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
点击加载更多评论>>