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

scripts: get debug info for bug reports #295

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

matttbe
Copy link
Member

@matttbe matttbe commented Jul 26, 2024

This is a simple script that is here to get debug info. It will be helpful to get more details in case of issues with MPTCP in general, not specific to mptcpd or mptcpize then.

The script is basic, supporting /bin/sh with a minimum of dependences.

It should be used with --collect or --reproduce, as shown by the help menu.

Please note that a lot of efforts have been done recently to improve the documentation on mptcp.dev website, on the kernel side, and on IPRoute side. Thanks to that, this script can be small, focussing on this small set of commands for the moment. It can always be improved later on.

The idea is to place it here in mptcpd, to have it somewhere, and ideally already installed on some machines, in /usr/libexec dir, ready to be used without having to install it.

cc @mjmartineau @pabeni : related to what we recently discussed.

@matttbe matttbe requested a review from mjmartineau July 26, 2024 15:57
@coveralls
Copy link

coveralls commented Jul 26, 2024

Pull Request Test Coverage Report for Build 10114219932

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.777%

Totals Coverage Status
Change from base Build 9069073466: 0.0%
Covered Lines: 1394
Relevant Lines: 2152

💛 - Coveralls

This is a simple script that is here to get debug info. It will be
helpful to get more details in case of issues with MPTCP in general,
not specific to mptcpd or mptcpize then.

The script is basic, supporting /bin/sh with a minimum of dependences.

It should be used with '--collect' or '--reproduce', as shown by the
help menu.

Please note that a lot of efforts have been done recently to improve the
documentation on mptcp.dev website, on the kernel side, and on IPRoute
side. Thanks to that, this script can be small, focussing on this small
set of commands for the moment. It can always be improved later on.

The idea is to place it here in mptcpd, to have it somewhere, and
ideally already installed on some machines, in /usr/libexec dir, ready
to be used without having to install it.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Copy link
Member

@mjmartineau mjmartineau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran some experiments, looks good to me. Thanks for the useful tool

@mjmartineau mjmartineau merged commit b102523 into multipath-tcp:main Jul 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants