Adjust benchmark directory,enable HTTP test,rename variables,format codes
This commit is contained in:
35
benchmarks/json/http/http_req_1byte_sliding_window.json
Normal file
35
benchmarks/json/http/http_req_1byte_sliding_window.json
Normal file
@@ -0,0 +1,35 @@
|
||||
[
|
||||
{
|
||||
"__X_HTTP_TUPLE4": "192.168.40.137:46180-192.168.42.40:80-6-0"
|
||||
},
|
||||
{
|
||||
"__X_HTTP_TRANSACTION": "request",
|
||||
"__X_HTTP_TRANSACTION_SEQ": 0,
|
||||
"method": "GET",
|
||||
"uri": "/index.html",
|
||||
"req_version": "1.1",
|
||||
"major_version": 1,
|
||||
"minor_version": 1,
|
||||
"User-Agent": "Wget/1.14 (linux-gnu)",
|
||||
"Accept": "*/*",
|
||||
"Host": "192.168.42.40",
|
||||
"__X_HTTP_URL": "192.168.42.40/index.html",
|
||||
"Connection": "Keep-Alive"
|
||||
},
|
||||
{
|
||||
"__X_HTTP_TRANSACTION": "response",
|
||||
"__X_HTTP_TRANSACTION_SEQ": 0,
|
||||
"res_version": "1.0",
|
||||
"res_status": "OK",
|
||||
"major_version": 1,
|
||||
"minor_version": 0,
|
||||
"status_code": 200,
|
||||
"Server": "SimpleHTTP/0.6 Python/2.7.5",
|
||||
"Date": "Fri, 29 Dec 2023 09:11:12 GMT",
|
||||
"Content-type": "text/html",
|
||||
"Content-Length": "144",
|
||||
"Last-Modified": "Fri, 29 Dec 2023 08:50:53 GMT",
|
||||
"__X_HTTP_RAW_PAYLOAD_MD5": "3e11876cd3a234541ae37d833c088a76",
|
||||
"__X_HTTP_DECOMPRESS_PAYLOAD_MD5": "3e11876cd3a234541ae37d833c088a76"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user