Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]: Add the statistics for incoming tcp connections handling #3452

Closed

Conversation

veryangryman
Copy link

These statistics items for NET subsystem was added:

  • tcp_in_total - total incoming tcp connections processed.
  • tcp_in_success - total incoming tcp connections processed successfully and sent to a worker
  • tcp_in_accept_failed - how many times the syscall 'accept' retured error.
  • tcp_in_max_exceeded - how many times the incoming connection was closed due by the tcp_max_connection limit was exceeded.
  • tcp_in_sock_opt_failed - how many times the incoming connection was closed due by the socket options setting failed.
  • tcp_in_conn_new_failed - how many times the incoming connection was closed due by the tcpconn_new retured error.
  • tcp_in_no_workers - how many times the incoming connection was closed due by unsuccessfull passing to a worker
  • tcp_send_fd_failed - how many times passing to a worker failed.

These statistics items for NET subsystem was added:

- tcp_in_total - total incoming tcp connections processed.
- tcp_in_success - total incoming tcp connections processed successfully and sent to a worker
- tcp_in_accept_failed - how many times the syscall 'accept' retured error.
- tcp_in_max_exceeded - how many times the incoming connection was closed due by the tcp_max_connection limit was exceeded.
- tcp_in_sock_opt_failed - how many times the incoming connection was closed due by the socket options setting failed.
- tcp_in_conn_new_failed - how many times the incoming connection was closed due by the tcpconn_new retured error.
- tcp_in_no_workers - how many times the incoming connection was closed due by unsuccessfull passing to a worker
- tcp_send_fd_failed - how many times passing to a worker failed.
@veryangryman veryangryman marked this pull request as ready for review August 25, 2024 21:47
Copy link

Any updates here? No progress has been made in the last 30 days, marking as stale.

@github-actions github-actions bot added the stale label Sep 25, 2024
@github-actions github-actions bot closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant