mu 5.7.29 → 5.7.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,25 +0,0 @@
1
- {
2
- "hosts": {
3
- "host_0": "b1/*",
4
- "host_1": "b2/*"
5
- },
6
- "timeout": 5000,
7
- "delay": 0,
8
- "volume": 1,
9
- "holdConcurrency": true,
10
- "limitConcurrency": false,
11
- "vectorAddressPairing": false,
12
- "musl": "scenario(name: \"scenario\") {\r\r\n hosts {\r\r\n # browser\r\r\n &host_0 = host(type:v4)\r\r\n # www.dicom.com\r\r\n &host_1 = host(type:v4)\r\r\n }\r\r\n steps { \r\r\n xport0 = tcp(src:&host_0, dst:&host_1, dst_port:80)\r\r\n \r\r\n # GET /en HTTP/1.1\r\r\n cs0 = xport0.client_send {\r\r\n \"GET /en HTTP/1.1\\r\\n\"\r\r\n \"Host: www.dicom.com\\r\\n\"\r\r\n \"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17\\r\\n\"\r\r\n \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\n\"\r\r\n \"Accept-Language: en-us,en;q=0.5\\r\\n\"\r\r\n \"Accept-Encoding: gzip,deflate\\r\\n\"\r\r\n \"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\\r\\n\"\r\r\n \"Keep-Alive: 115\\r\\n\"\r\r\n \"Connection: keep-alive\\r\\n\"\r\r\n \"Cookie: bsuniquevid=1306759634212y8fTfOzhdbTMIS2ROMgWs50PrUE\\r\\n\"\r\r\n \"Content-Length: 0\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n sr0 = cs0.server_receive {\r\r\n }\r\r\n # HTTP/1.1 301 Moved Permanently\r\r\n ss0 = xport0.server_send {\r\r\n \"HTTP/1.1 301 Moved Permanently\\r\\n\"\r\r\n \"Date: Mon, 30 May 2011 12:52:16 GMT\\r\\n\"\r\r\n \"Server: Apache/2\\r\\n\"\r\r\n \"Location: http://www.dicom.com/en/\\r\\n\"\r\r\n \"Vary: Accept-Encoding\\r\\n\"\r\r\n \"Content-Encoding: gzip\\r\\n\"\r\r\n \"Content-Length: 230\\r\\n\"\r\r\n \"Keep-Alive: timeout=10, max=100\\r\\n\"\r\r\n \"Connection: Keep-Alive\\r\\n\"\r\r\n \"Content-Type: text/html; charset=iso-8859-1\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n cr0 = ss0.client_receive {\r\r\n assertions {\r\r\n /HTTP\\/1\\.1 (\\d+)/ == 301\r\r\n }\r\r\n }\r\r\n xport1 = tcp(src:&host_0, dst:&host_1, dst_port:80)\r\r\n \r\r\n # GET /en/ HTTP/1.1\r\r\n cs1 = xport1.client_send {\r\r\n \"GET /en/ HTTP/1.1\\r\\n\"\r\r\n \"Host: www.dicom.com\\r\\n\"\r\r\n \"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17\\r\\n\"\r\r\n \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\n\"\r\r\n \"Accept-Language: en-us,en;q=0.5\\r\\n\"\r\r\n \"Accept-Encoding: gzip,deflate\\r\\n\"\r\r\n \"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\\r\\n\"\r\r\n \"Keep-Alive: 115\\r\\n\"\r\r\n \"Connection: keep-alive\\r\\n\"\r\r\n \"Cookie: bsuniquevid=1306759634212y8fTfOzhdbTMIS2ROMgWs50PrUE\\r\\n\"\r\r\n \"Content-Length: 0\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n sr1 = cs1.server_receive {\r\r\n }\r\r\n # HTTP/1.1 200 OK\r\r\n ss1 = xport1.server_send {\r\r\n \"HTTP/1.1 200 OK\\r\\n\"\r\r\n \"Date: Mon, 30 May 2011 12:52:16 GMT\\r\\n\"\r\r\n \"Server: Apache/2\\r\\n\"\r\r\n \"Vary: Accept-Encoding\\r\\n\"\r\r\n \"Content-Encoding: gzip\\r\\n\"\r\r\n \"Content-Length: 4820\\r\\n\"\r\r\n \"Keep-Alive: timeout=10, max=99\\r\\n\"\r\r\n \"Connection: Keep-Alive\\r\\n\"\r\r\n \"Content-Type: text/html; charset=UTF-8\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n cr1 = ss1.client_receive {\r\r\n assertions {\r\r\n /HTTP\\/1\\.1 (\\d+)/ == 200\r\r\n }\r\r\n }\r\r\n xport2 = tcp(src:&host_0, dst:&host_1, dst_port:80)\r\r\n \r\r\n # GET /en/products/software.php HTTP/1.1\r\r\n cs2 = xport2.client_send {\r\r\n \"GET /en/products/software.php HTTP/1.1\\r\\n\"\r\r\n \"Host: www.dicom.com\\r\\n\"\r\r\n \"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17\\r\\n\"\r\r\n \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\n\"\r\r\n \"Accept-Language: en-us,en;q=0.5\\r\\n\"\r\r\n \"Accept-Encoding: gzip,deflate\\r\\n\"\r\r\n \"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\\r\\n\"\r\r\n \"Keep-Alive: 115\\r\\n\"\r\r\n \"Connection: keep-alive\\r\\n\"\r\r\n \"Referer: http://www.dicom.com/en/\\r\\n\"\r\r\n \"Cookie: bsuniquevid=1306759634212y8fTfOzhdbTMIS2ROMgWs50PrUE\\r\\n\"\r\r\n \"Content-Length: 0\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n sr2 = cs2.server_receive {\r\r\n }\r\r\n # HTTP/1.1 200 OK\r\r\n ss2 = xport2.server_send {\r\r\n \"HTTP/1.1 200 OK\\r\\n\"\r\r\n \"Date: Mon, 30 May 2011 12:52:28 GMT\\r\\n\"\r\r\n \"Server: Apache/2\\r\\n\"\r\r\n \"Vary: Accept-Encoding\\r\\n\"\r\r\n \"Content-Encoding: gzip\\r\\n\"\r\r\n \"Content-Length: 2600\\r\\n\"\r\r\n \"Keep-Alive: timeout=10, max=89\\r\\n\"\r\r\n \"Connection: Keep-Alive\\r\\n\"\r\r\n \"Content-Type: text/html; charset=UTF-8\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n cr2 = ss2.client_receive {\r\r\n assertions {\r\r\n /HTTP\\/1\\.1 (\\d+)/ == 200\r\r\n }\r\r\n }\r\r\n xport3 = tcp(src:&host_0, dst:&host_1, dst_port:80)\r\r\n \r\r\n # GET /en/products/software/kofax_express.php HTTP/1.1\r\r\n cs3 = xport3.client_send {\r\r\n \"GET /en/products/software/kofax_express.php HTTP/1.1\\r\\n\"\r\r\n \"Host: www.dicom.com\\r\\n\"\r\r\n \"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17\\r\\n\"\r\r\n \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\n\"\r\r\n \"Accept-Language: en-us,en;q=0.5\\r\\n\"\r\r\n \"Accept-Encoding: gzip,deflate\\r\\n\"\r\r\n \"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\\r\\n\"\r\r\n \"Keep-Alive: 115\\r\\n\"\r\r\n \"Connection: keep-alive\\r\\n\"\r\r\n \"Referer: http://www.dicom.com/en/products/software.php\\r\\n\"\r\r\n \"Cookie: bsuniquevid=1306759634212y8fTfOzhdbTMIS2ROMgWs50PrUE\\r\\n\"\r\r\n \"Content-Length: 0\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n sr3 = cs3.server_receive {\r\r\n }\r\r\n # HTTP/1.1 200 OK\r\r\n ss3 = xport3.server_send {\r\r\n \"HTTP/1.1 200 OK\\r\\n\"\r\r\n \"Date: Mon, 30 May 2011 12:52:40 GMT\\r\\n\"\r\r\n \"Server: Apache/2\\r\\n\"\r\r\n \"Vary: Accept-Encoding\\r\\n\"\r\r\n \"Content-Encoding: gzip\\r\\n\"\r\r\n \"Content-Length: 3067\\r\\n\"\r\r\n \"Keep-Alive: timeout=10, max=77\\r\\n\"\r\r\n \"Connection: Keep-Alive\\r\\n\"\r\r\n \"Content-Type: text/html; charset=UTF-8\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n cr3 = ss3.client_receive {\r\r\n assertions {\r\r\n /HTTP\\/1\\.1 (\\d+)/ == 200\r\r\n }\r\r\n }\r\r\n xport4 = tcp(src:&host_0, dst:&host_1, dst_port:80)\r\r\n \r\r\n # GET /en/products/software/kofax_express/download.php HTTP/1.1\r\r\n cs4 = xport4.client_send {\r\r\n \"GET /en/products/software/kofax_express/download.php HTTP/1.1\\r\\n\"\r\r\n \"Host: www.dicom.com\\r\\n\"\r\r\n \"User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17\\r\\n\"\r\r\n \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\\r\\n\"\r\r\n \"Accept-Language: en-us,en;q=0.5\\r\\n\"\r\r\n \"Accept-Encoding: gzip,deflate\\r\\n\"\r\r\n \"Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\\r\\n\"\r\r\n \"Keep-Alive: 115\\r\\n\"\r\r\n \"Connection: keep-alive\\r\\n\"\r\r\n \"Referer: http://www.dicom.com/en/products/software/kofax_express.php\\r\\n\"\r\r\n \"Cookie: bsuniquevid=1306759634212y8fTfOzhdbTMIS2ROMgWs50PrUE\\r\\n\"\r\r\n \"Content-Length: 0\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n sr4 = cs4.server_receive {\r\r\n }\r\r\n # HTTP/1.1 200 OK\r\r\n ss4 = xport4.server_send {\r\r\n \"HTTP/1.1 200 OK\\r\\n\"\r\r\n \"Date: Mon, 30 May 2011 12:52:49 GMT\\r\\n\"\r\r\n \"Server: Apache/2\\r\\n\"\r\r\n \"Vary: Accept-Encoding\\r\\n\"\r\r\n \"Content-Encoding: gzip\\r\\n\"\r\r\n \"Content-Length: 2574\\r\\n\"\r\r\n \"Keep-Alive: timeout=10, max=77\\r\\n\"\r\r\n \"Connection: Keep-Alive\\r\\n\"\r\r\n \"Content-Type: text/html; charset=UTF-8\\r\\n\"\r\r\n \"\\r\\n\"\r\r\n }\r\r\n cr4 = ss4.client_receive {\r\r\n assertions {\r\r\n /HTTP\\/1\\.1 (\\d+)/ == 200\r\r\n }\r\r\n }\r\r\n }\r\r\n}\r\r\n",
13
- "csv": "",
14
- "pattern": {
15
- "iterations": 1,
16
- "intervals": [
17
- {
18
- "iterations": 1,
19
- "end": 100,
20
- "start": 1,
21
- "duration": 20
22
- }
23
- ]
24
- }
25
- }