Open
Description
Q1: Why there isn't any 'Latency Details' block in my 'first part'?
Q2: Why 'black_box_duration_ms' is bigger than 'total_duration_ms' ? And how to understand req_syscall_events and req_nic_events? I cannot find any event name or syscall name in those list. Does req_syscall_events represent send syscall?
{
"start_time": "2025-03-05T09:08:51.110670228Z",
"end_time": "2025-03-05T09:08:51.11083628Z",
"protocol": "HTTP",
"side": "server",
"local_addr": "0.0.0.0",
"local_port": 80,
"remote_addr": "0.0.0.0",
"remote_port": 13634,
"pid": 361836,
"is_ssl": false,
"total_duration_ms": 0.165888,
"black_box_duration_ms": 0.19456,
"read_socket_duration_ms": -0.000001,
"copy_to_socket_buffer_duration_ms": 0,
"req_size_bytes": 118,
"resp_size_bytes": 382,
"req_plain_text_size_bytes": 0,
"resp_plain_text_size_bytes": 0,
"request": "xxxx",
"response": "xxxx",
"req_syscall_events": [
{
"ByteSize": 118,
"Timestamp": 1741165731110670228
}
],
"resp_syscall_events": [
{
"ByteSize": 382,
"Timestamp": 1741165731110821806
}
],
"req_nic_events": [],
"resp_nic_events": [
{
"ByteSize": 382,
"Timestamp": 1741165731110836280,
"Attributes": {
"time-lo": 1741165731110836280
}
}
]
}