mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2733] 问个关于链接时间和cache缓存占用的问题 #2182
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#2182
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 @wudidehuangtiandi on GitHub (Jan 4, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2733
Describe the feature request
这个问题并不一定是frp的问题,也可能是服务器设置问题,不过这个现象会在链接时触发,想问问各位有没有遇到过的
正常穿透链接时间大概5秒左右
想问下frp和cache内存的占用有什么联系没
Describe alternatives you've considered
No response
Affected area
@wudidehuangtiandi commented on GitHub (Jan 4, 2022):
顺便还有个问题,刚开始frp链接可以保持很久,后来短时间不操作就会自动断开(xftp),不知道为啥- = 。
@wudidehuangtiandi commented on GitHub (Jan 4, 2022):
对了刚开始穿透也是秒传的,后来就算缓存好了也要大概四五秒,期间配置没做变化,只影响了ssh,顺便丢下配置文件,大佬看看有啥问题没
服务端
客户端
@fatedier commented on GitHub (Jan 4, 2022):
可以用
top -p {pid}查看单个进程的情况。@wudidehuangtiandi commented on GitHub (Jan 4, 2022):
破案了,被人扫描了ssh端口导致产生了4G登录错误的日志。
@wudidehuangtiandi commented on GitHub (Jan 4, 2022):
经过排查,扫的是frp的6000端口,出名了呀看来被人盯上了,建议各位不要用6000端口
@wudidehuangtiandi commented on GitHub (Jan 5, 2022):
111