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

Reporting transmission error rate/retransmissions? #41

Open
WinkelCode opened this issue Nov 16, 2022 · 1 comment
Open

Reporting transmission error rate/retransmissions? #41

WinkelCode opened this issue Nov 16, 2022 · 1 comment

Comments

@WinkelCode
Copy link

WinkelCode commented Nov 16, 2022

I've been looking for a way to monitor USB connections for errors, the "Isochronous" and "Bulk" transfer types do CRC error checking and will usually ask for a retransmission when encountering an error. Unfortunately there doesn't seem to be any program that provides an interface to report statistics on that. For example, the nvidia-smi tool can report errors in the PCI-E connection with the graphics card.

Is such a thing feasible to implement here?

@alexmyczko
Copy link

If you can get the information, you can present the information. Your best luck is looking at the source, having a device causing enough such errors and creating a pull request.

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

No branches or pull requests

2 participants