|  Developer
Updated on November 14, 2021

Name of a network event: “network”

Structure of a network event:
				
					{
    "event": "network",
    "data": {
        "event_type": "io_activity",
        "event": {
           "handle": 2810,
           "io_activity_type": "IN"
        }
}				
			
fields type description
event string
data table data specific to a event
data.event_type string
data.event table data specific to a event
data.event.handle int handle an I/O activity happened on
data.event.io_activity_type string type of an I/O activity
  • Note: Currently only I/O activity events are emitted

Type of an I/O activity:

there’s some data on a handle to read
it’s possible to write to a TCP socket handle
remote side closed a connection
connection has been established successfully
fail to establish a connection