mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-26 16:05:55 +03:00
[GH-ISSUE #570] Upstream load balance weight #458
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#458
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vgabunia on GitHub (Oct 4, 2024).
Original GitHub issue: https://github.com/snail007/goproxy/issues/570
Hi,
What is weight login in upstream/parent proxy , less means better of lower priority? In the following example:
1.1.1.1:33080?w=1 -P 2.1.1.1:33080?w=2
upstream 2.1.1.1 will receives more or less traffic? Distribution would be 2/1?
Thank you!
@snail007 commented on GitHub (Oct 5, 2024):
2/3
@vgabunia commented on GitHub (Oct 5, 2024):
Hi,
Thank you for reply.
Can you explain me logic, it is important for me.
Why 2/3?
Thank you
@snail007 commented on GitHub (Oct 6, 2024):
2/(1+2)
@vgabunia commented on GitHub (Oct 13, 2024):
Hi, I Using LB like this:
proxy http --lb-method=weight -T tcp -P 1.1.1.1:33080?w=1 -P 2.1.1.1:33080?w=2 -P 3.1.1.1:33080?w=1 -t tcp - p :33080
Traffic is always coming from one source, and always one upstream is chosen. this is normal process or I miss something?
@snail007 commented on GitHub (Oct 13, 2024):
this is the feature of commercial edition
@vgabunia commented on GitHub (Oct 13, 2024):
I bought license :)
I have 6 licenses :)
@vgabunia commented on GitHub (Oct 13, 2024):
I thin weight logic is not clear for me :(
Let me ask you:
if on one server i have 30 IP and on another i have 60 , if i will use weight ?w=30 for first and ?w=60 it would be correct?
@snail007 commented on GitHub (Oct 14, 2024):
wrong
@vgabunia commented on GitHub (Oct 14, 2024):
Hi,
thank you.
can you recommend how to do correctly?
On Mon, Oct 14, 2024 at 1:14 PM snail007 @.***> wrote:
@1786664-ctrl commented on GitHub (Oct 3, 2025):
hi