Network I/O¶
-
proxy.process.net.accepts_currently_open
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
-
proxy.process.net.calls_to_readfromnet_afterpoll
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_readfromnet
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_read
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_read_nodata
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_write
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_write_nodata
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_writetonet_afterpoll
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.calls_to_writetonet
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
- Gathered
- No
-
proxy.process.net.connections_currently_open
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
-
proxy.process.net.default_inactivity_timeout_applied
¶
- Collection
- global
- Datatype
- integer
-
proxy.process.net.dynamic_keep_alive_timeout_in_count
¶
- Collection
- global
- Datatype
- integer
-
proxy.process.net.dynamic_keep_alive_timeout_in_total
¶
- Collection
- global
- Datatype
- integer
-
proxy.process.net.inactivity_cop_lock_acquire_failure
¶
- Collection
- global
- Datatype
- integer
-
proxy.process.net.net_handler_run
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
-
proxy.process.net.read_bytes
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
-
proxy.process.net.write_bytes
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
-
proxy.process.tcp.total_accepts
¶
- Collection
- global
- Type
- counter
- Datatype
- integer
The total number of times a TCP connection was accepted on a proxy port. This may differ from the
total of other network connection counters. For example if a user agent connects via TLS but
sends a malformed CLIENT_HELLO
this will count as a TCP connect but not an SSL connect.