mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1928] 长时间重启FRPS服务,dashboard 界面会显示不全或者不显示。 #1529
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1529
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 @932279632 on GitHub (Aug 1, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1928
长时间重启FRPS服务,dashboard 界面会显示不全或者不显示。因为需要dashboard界面看设备在线和流量使用情况。设备增多流量突涨dashboard界面就会出现好多设备不显示,请问有什么好的解决方案吗?
Prometheus已经开启,但不直观。
@Becods commented on GitHub (Aug 2, 2020):
启用DevTools,查看是否有资源因为服务器/网络问题导致加载失败
@fatedier commented on GitHub (Aug 3, 2020):
@932279632 现在的 proxy 的数量是多少?如果太多的话,目前没有分页确实会有问题。之后会重构这部分的 API ,然后支持分页显示。
@932279632 commented on GitHub (Aug 3, 2020):
proxy的数量保持在30-50左右,协议几乎都是TCO,流量每天约5G左右,一个月到两个月会出现机器显示不全概率很大。重启后恢复正常。
@932279632 commented on GitHub (Aug 3, 2020):
服务器资源足够用,连接数也不多30-50左右,麻烦问下DevTools怎么启用呢?
@fatedier commented on GitHub (Aug 3, 2020):
这个数量不多,不会有问题,可以按照 issue 模版,详细描述你遇到的问题。
@Becods commented on GitHub (Aug 3, 2020):
F12
建议目前还是先写一个定期重启的脚本吧
也不费时间
@932279632 commented on GitHub (Aug 3, 2020):
嗯。好的
@932279632 commented on GitHub (Aug 3, 2020):
@penguin806 commented on GitHub (Sep 18, 2020):
我也遇到了这个问题,客户端数5,代理数20。现在情况是dashboard只显示5个客户端中其中2的proxy,更新frps到0.33后出现的情况,之前0.26没有这个问题。
@harmy commented on GitHub (Oct 14, 2020):
请升级到0.34.1版本之后再验证是否还有这个情况,之前我的一次PR(#2008 )也许修复了该问题。