We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the command cloudflared tail UUID the CPU goes up to 100% (though everything works without lag)
cloudflared tail UUID
To Reproduce Steps to reproduce the behavior:
If it's an issue with Cloudflare Tunnel: 4. Tunnel ID : 426e4bbc-2c4d-462f-b1d4-be6232a5a1ed 5. cloudflared config:
Expected behavior A more CPU friendly behaviour
Environment and versions
Logs and errors If applicable, add logs or errors to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Not sure if this is accurate or helpful, but strace of that process at 100% cpu yields mainly:
strace
futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0x1c78d20, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using the command
cloudflared tail UUID
the CPU goes up to 100% (though everything works without lag)To Reproduce
Steps to reproduce the behavior:
If it's an issue with Cloudflare Tunnel:
4. Tunnel ID : 426e4bbc-2c4d-462f-b1d4-be6232a5a1ed
5. cloudflared config:
Expected behavior
A more CPU friendly behaviour
Environment and versions
Logs and errors
If applicable, add logs or errors to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: