-
Notifications
You must be signed in to change notification settings - Fork 452
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
Added basic query functionality to bandwidth accounting #5689
Conversation
src/tribler-core/tribler_core/modules/bandwidth_accounting/community.py
Outdated
Show resolved
Hide resolved
d7b25b6
to
7984adf
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
retest this please |
DeepCode failed to analyze this pull requestSomething went wrong despite trying multiple times, sorry about that. |
from tribler_core.session import Session | ||
|
||
|
||
class PortAction(argparse.Action): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for argparse
usage!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect PR! 👍
To document now:
|
This PR extends the bandwidth accounting mechanism with a basic query mechanism. Specifically, this PR:
systemd
file.We have verified whether our crawling mechanism works by deploying it on a separate server. So far, it has successfully collected over 700 transactions 👍
Fixes #5676