mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2112] frp监控页面流量不显示 #1679
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#1679
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 @lwx2615 on GitHub (Nov 26, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2112
[REQUIRED] hat version of frp are you using
Version:0.34.3
[REQUIRED] What operating system and processor architecture are you using
OS:centos7
CPU architecture:x86_64
[REQUIRED] description of errors
frp监控页面监控了2天后,流量统计失效。出入流量都为 0 bytes。但是能确定有流量,因为是通过p2p的映射进行日志采集,日志有增长
confile
log file
2020/12/01 11:57:30 [I] [dashboard_api.go:180] Http request: [/api/proxy/tcp]
2020/12/01 11:57:30 [I] [dashboard_api.go:174] Http response [/api/proxy/tcp]: code [200]
2020/12/01 11:57:31 [I] [dashboard_api.go:314] Http request: [/api/traffic/flume1]
2020/12/01 11:57:31 [I] [dashboard_api.go:308] Http response [/api/traffic/flume1]: code [200]
服务端日志正常,没有error日志,但是客户端的日志为空。
Steps to reproduce the issue
1.
2.
3.
Supplementary information
Can you guess what caused this issue
Checklist:
@fatedier commented on GitHub (Nov 27, 2020):
根据 issue 模版提供必要的配置和日志,可以有效减少沟通成本。
xtcp 类型目前不包含在流量统计中,不知道你用的是不是这个类型。
@lwx2615 commented on GitHub (Dec 1, 2020):
配置和日志已经贴上。用的是tcp类型的,开始的时候是有流量统计显示。点开trafic statistic按钮能到流量显示,但是也是有的没有。页面上显示的trafic in和out都是0.
@github-actions[bot] commented on GitHub (Jan 16, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.