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.connections_throttled_in
- Collection:
- global
- Type:
- counter
- Datatype:
- integer
- proxy.process.net.connections_throttled_out
- Collection:
- global
- Type:
- counter
- Datatype:
- integer
- proxy.process.net.max.requests_throttled_in
- Collection:
- global
- Type:
- counter
- Datatype:
- integer
- proxy.process.net.default_inactivity_timeout_applied
- Collection:
- global
- Type:
- counter
- Datatype:
- integer
- Example:
- The total number of connections that had no transaction or connection level timer running on them and had to fallback to the catch-all ‘default_inactivity_timeout’
- proxy.process.net.default_inactivity_timeout_count
- Collection:
- global
- Type:
- counter
- Datatype:
- integer
- Example:
- The total number of connections that were cleaned up due to ‘default_inactivity_timeout’
- 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
- Units:
- bytes
- Datatype:
- integer
- proxy.process.net.write_bytes
- Collection:
- global
- Type:
- counter
- Units:
- bytes
- 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.