-
Notifications
You must be signed in to change notification settings - Fork 326
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
gluon-mesh-batman-adv: add "gateway_tq" field to respondd statistics #2596
Merged
blocktrron
merged 1 commit into
freifunk-gluon:master
from
lemoer:pr_batman_respondd_addition_1
Aug 9, 2022
Merged
gluon-mesh-batman-adv: add "gateway_tq" field to respondd statistics #2596
blocktrron
merged 1 commit into
freifunk-gluon:master
from
lemoer:pr_batman_respondd_addition_1
Aug 9, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
3. topic: batman-adv
3. topic: package
Topic: Gluon Packages
3. topic: respondd
labels
Aug 6, 2022
lemoer
force-pushed
the
pr_batman_respondd_addition_1
branch
from
August 6, 2022 23:42
db2d4dc
to
6951190
Compare
AiyionPrime
requested changes
Aug 7, 2022
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.
Commit message contains a mistake:
The new field "gateway_nexthop"
Should be The new field "gateway_tq"
Rest looks correct.
This new field reflects the TQ to the selected gateway. Before this commit, if you had connectivity issues in a larger mesh, it was a tedious task to understand which nodes are affected and which are not. By providing this new value for each node, it becomes easier to see which nodes are affected by the connectivity issues and which are not. The new field "gateway_tq" is located at the toplevel of the statistics resource (next to "gateway" and "gateway_nexthop"): gluon-neighbour-info -d ::1 -r statistics { ... "gateway": "02:a1:71:04:09:10", "gateway_nexthop": "88:e6:40:20:90:10", "gateway_tq": 193, ... }
lemoer
force-pushed
the
pr_batman_respondd_addition_1
branch
from
August 7, 2022 08:20
6951190
to
01f606f
Compare
This is tested. |
lemoer
added a commit
to lemoer/gluon
that referenced
this pull request
Oct 31, 2022
The gateway_tq was added to respondd in freifunk-gluon#2596. Now, we also show it on the status page.
lemoer
added a commit
to lemoer/gluon
that referenced
this pull request
Dec 15, 2022
The gateway_tq was added to respondd in freifunk-gluon#2596. Now, we also show it on the status page.
JayBraker
pushed a commit
to JayBraker/gluon
that referenced
this pull request
Apr 12, 2023
…reifunk-gluon#2596) This new field reflects the TQ to the selected gateway. Before this commit, if you had connectivity issues in a larger mesh, it was a tedious task to understand which nodes are affected and which are not. By providing this new value for each node, it becomes easier to see which nodes are affected by the connectivity issues and which are not. The new field "gateway_tq" is located at the toplevel of the statistics resource (next to "gateway" and "gateway_nexthop"): gluon-neighbour-info -d ::1 -r statistics { ... "gateway": "02:a1:71:04:09:10", "gateway_nexthop": "88:e6:40:20:90:10", "gateway_tq": 193, ... }
JayBraker
pushed a commit
to JayBraker/gluon
that referenced
this pull request
Apr 12, 2023
The gateway_tq was added to respondd in freifunk-gluon#2596. Now, we also show it on the status page.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This new field reflects the TQ to the selected gateway.
Before this commit, if you had connectivity issues in a larger mesh,
it was a tedious task to understand which nodes are affected and which
are not. By providing this new value for each node, it becomes easier
to see which nodes are affected by the connectivity issues and which
are not.
The new field "gateway_tq" is located at the toplevel of the
statistics resource (next to "gateway" and "gateway_nexthop"):